public class XsTComplexRestrictionTypeImpl extends XsTRestrictionTypeImpl implements XsTComplexRestrictionType
Implementation of xs:complexRestrictionType,
as specified by the following:
<xs:complexType name="complexRestrictionType">
<xs:complexContent>
<xs:restriction base="xs:restrictionType">
<xs:sequence>
<xs:element ref="xs:annotation" minOccurs="0"/>
<xs:group ref="xs:typeDefParticle" minOccurs="0"/>
<xs:group ref="xs:attrDecls"/>
</xs:sequence>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
| Modifier | Constructor and Description |
|---|---|
protected |
XsTComplexRestrictionTypeImpl(XsObject pParent) |
| Modifier and Type | Method and Description |
|---|---|
XsEEnumeration |
createEnumeration() |
XsEFractionDigits |
createFractionDigits() |
XsELength |
createLength() |
XsEMaxExclusive |
createMaxExclusive() |
XsEMaxInclusive |
createMaxInclusive() |
XsEMaxLength |
createMaxLength() |
XsEMinExclusive |
createMinExclusive() |
XsEMinInclusive |
createMinInclusive() |
XsEMinLength |
createMinLength() |
XsEPattern |
createPattern() |
XsTLocalSimpleType |
createSimpleType() |
XsETotalDigits |
createTotalDigits() |
XsEWhiteSpace |
createWhiteSpace() |
createAll, createAnyAttribute, createAttribute, createAttributeGroup, createChoice, createGroup, createSequence, getAllAttributes, getAnyAttribute, getAttributeGroups, getAttributes, getBase, getEnumerations, getFacets, getFractionDigits, getLength, getMaxExclusive, getMaxInclusive, getMaxLength, getMinExclusive, getMinInclusive, getMinLength, getPatterns, getSimpleType, getTotalDigits, getTypeDefParticle, getWhiteSpace, hasFacets, setBase, setBase, validatecreateAnnotation, getAnnotation, getId, setIdgetOpenAttributes, setAttributeasXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBase, setBasecreateAnnotation, getAnnotation, getId, setIdgetOpenAttributesgetLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validatecreateAll, createChoice, createGroup, createSequence, getTypeDefParticlegetEnumerations, getFacets, getFractionDigits, getLength, getMaxExclusive, getMaxInclusive, getMaxLength, getMinExclusive, getMinInclusive, getMinLength, getPatterns, getSimpleType, getTotalDigits, getWhiteSpace, hasFacetscreateAnyAttribute, createAttribute, createAttributeGroup, getAllAttributes, getAnyAttribute, getAttributeGroups, getAttributesprotected XsTComplexRestrictionTypeImpl(XsObject pParent)
public XsTLocalSimpleType createSimpleType() throws org.xml.sax.SAXException
createSimpleType in interface XsGSimpleRestrictionModelcreateSimpleType in class XsTRestrictionTypeImplorg.xml.sax.SAXExceptionpublic XsEMinExclusive createMinExclusive() throws org.xml.sax.SAXException
createMinExclusive in interface XsGSimpleRestrictionModelcreateMinExclusive in class XsTRestrictionTypeImplorg.xml.sax.SAXExceptionpublic XsEMinInclusive createMinInclusive() throws org.xml.sax.SAXException
createMinInclusive in interface XsGSimpleRestrictionModelcreateMinInclusive in class XsTRestrictionTypeImplorg.xml.sax.SAXExceptionpublic XsEMaxExclusive createMaxExclusive() throws org.xml.sax.SAXException
createMaxExclusive in interface XsGSimpleRestrictionModelcreateMaxExclusive in class XsTRestrictionTypeImplorg.xml.sax.SAXExceptionpublic XsEMaxInclusive createMaxInclusive() throws org.xml.sax.SAXException
createMaxInclusive in interface XsGSimpleRestrictionModelcreateMaxInclusive in class XsTRestrictionTypeImplorg.xml.sax.SAXExceptionpublic XsETotalDigits createTotalDigits() throws org.xml.sax.SAXException
createTotalDigits in interface XsGSimpleRestrictionModelcreateTotalDigits in class XsTRestrictionTypeImplorg.xml.sax.SAXExceptionpublic XsEFractionDigits createFractionDigits() throws org.xml.sax.SAXException
createFractionDigits in interface XsGSimpleRestrictionModelcreateFractionDigits in class XsTRestrictionTypeImplorg.xml.sax.SAXExceptionpublic XsELength createLength() throws org.xml.sax.SAXException
createLength in interface XsGSimpleRestrictionModelcreateLength in class XsTRestrictionTypeImplorg.xml.sax.SAXExceptionpublic XsEMinLength createMinLength() throws org.xml.sax.SAXException
createMinLength in interface XsGSimpleRestrictionModelcreateMinLength in class XsTRestrictionTypeImplorg.xml.sax.SAXExceptionpublic XsEMaxLength createMaxLength() throws org.xml.sax.SAXException
createMaxLength in interface XsGSimpleRestrictionModelcreateMaxLength in class XsTRestrictionTypeImplorg.xml.sax.SAXExceptionpublic XsEWhiteSpace createWhiteSpace() throws org.xml.sax.SAXException
createWhiteSpace in interface XsGSimpleRestrictionModelcreateWhiteSpace in class XsTRestrictionTypeImplorg.xml.sax.SAXExceptionpublic XsEPattern createPattern() throws org.xml.sax.SAXException
createPattern in interface XsGSimpleRestrictionModelcreatePattern in class XsTRestrictionTypeImplorg.xml.sax.SAXExceptionpublic XsEEnumeration createEnumeration() throws org.xml.sax.SAXException
createEnumeration in interface XsGSimpleRestrictionModelcreateEnumeration in class XsTRestrictionTypeImplorg.xml.sax.SAXException