org.apache.ws.jaxme.xs.xml
Interface XsTSimpleExtensionType

All Superinterfaces:
XsGAttrDecls, XsObject, XsTAnnotated, XsTOpenAttrs
All Known Implementing Classes:
XsTSimpleExtensionTypeImpl

public interface XsTSimpleExtensionType
extends XsTAnnotated, XsGAttrDecls

Interface of the xs:simpleExtensionType, as specified by:

  
    
      
        
          
            
              No typeDefParticle group reference
            
          
          
          
        
      
    
  
 

Author:
Jochen Wiedmann

Method Summary
 XsQName getBase()
           
 void setBase(XsQName pBase)
           
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTAnnotated
createAnnotation, getAnnotation, getId, setId
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTOpenAttrs
getOpenAttributes
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsObject
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsGAttrDecls
createAnyAttribute, createAttribute, createAttributeGroup, getAllAttributes, getAnyAttribute, getAttributeGroups, getAttributes
 

Method Detail

setBase

void setBase(XsQName pBase)

getBase

XsQName getBase()