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.XsESimpleContentImpl
xs:simpleContent
,
as specified by the following:
<xs:element name="simpleContent" id="simpleContent"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-simpleContent"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:choice> <xs:element name="restriction" type="xs:simpleRestrictionType"/> <xs:element name="extension" type="xs:simpleExtensionType"/> </xs:choice> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Constructor Summary | |
|
Method Summary | |
XsTSimpleExtensionType | |
XsTSimpleRestrictionType | |
XsTSimpleExtensionType | |
XsTSimpleRestrictionType | |
void |
|
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 XsTSimpleExtensionType createExtension()
- Specified by:
- createExtension in interface XsESimpleContent
public XsTSimpleRestrictionType createRestriction()
- Specified by:
- createRestriction in interface XsESimpleContent
public XsTSimpleExtensionType getExtension()
- Specified by:
- getExtension in interface XsESimpleContent
public XsTSimpleRestrictionType getRestriction()
- Specified by:
- getRestriction in interface XsESimpleContent
public void validate()
Validates the internal state of the type, attribute, element, or whatever object.
- Overrides:
- validate in interface XsObjectImpl