Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
org.apache.ws.jaxme.xs.xml.impl.XsTExtensionTypeImpl
xs:extensionType
type, as
specified by:
<xs:complexType name="extensionType"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:sequence> <xs:group ref="xs:typeDefParticle" minOccurs="0"/> <xs:group ref="xs:attrDecls"/> </xs:sequence> <xs:attribute name="base" type="xs:QName" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType>
Constructor Summary | |
|
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl | |
createAnnotation , getAnnotation , getId , setId |
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl | |
getOpenAttributes , setAttribute |
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl | |
asXsQName , asXsQName , getContext , getLocator , getNamespaceSupport , getObjectFactory , getParentObject , getXsESchema , isTopLevelObject , isValidated , validate |
public XsTWildcard createAnyAttribute()
Creates a new instance ofXsTWildcard
.
- Specified by:
- createAnyAttribute in interface XsGAttrDecls
public XsTAttribute createAttribute()
Creates a new instance ofXsTAttribute
.
- Specified by:
- createAttribute in interface XsGAttrDecls
public XsTAttributeGroupRef createAttributeGroup()
Creates a new instance ofXsTAttributeGroup
.
- Specified by:
- createAttributeGroup in interface XsGAttrDecls
public XsEChoice createChoice()
- Specified by:
- createChoice in interface XsGTypeDefParticle
public XsESequence createSequence()
- Specified by:
- createSequence in interface XsGTypeDefParticle
public Object[] getAllAttributes()
Returns all objects created byXsGAttrDecls.createAttribute()
,XsGAttrDecls.createAttributeGroup()
, orXsGAttrDecls.createAnyAttribute()
, in the order of the corresponding method calls.
- Specified by:
- getAllAttributes in interface XsGAttrDecls
public XsTWildcard getAnyAttribute()
Returns the instance created byXsGAttrDecls.createAnyAttribute()
, or null, if the method wasn't called.
- Specified by:
- getAnyAttribute in interface XsGAttrDecls
public XsTAttributeGroupRef[] getAttributeGroups()
Returns an array of all attribute groups created byXsGAttrDecls.createAttributeGroup()
;
- Specified by:
- getAttributeGroups in interface XsGAttrDecls
public XsTAttribute[] getAttributes()
Returns an array of all attributes created byXsGAttrDecls.createAttribute()
.
- Specified by:
- getAttributes in interface XsGAttrDecls
public XsTTypeDefParticle getTypeDefParticle()
- Specified by:
- getTypeDefParticle in interface XsGTypeDefParticle
public void setBase(String pBase) throws SAXException
public void validate() throws SAXException
Validates the internal state of the type, attribute, element, or whatever object.
- Overrides:
- validate in interface XsObjectImpl