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.XsGSimpleRestrictionModelImpl
public class XsGSimpleRestrictionModelImpl
extends java.lang.Object
implements XsGSimpleRestrictionModel
xs:simpleRestrictionModel
, following
this specification:
<xs:group name="simpleRestrictionModel"> <xs:sequence> <xs:element name="simpleType" type="xs:localSimpleType" minOccurs="0"/> <xs:group ref="xs:facets" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:group> <xs:group name="facets"> <xs:annotation> <xs:documentation> We should use a substitution group for facets, but that's ruled out because it would allow users to add their own, which we're not ready for yet. </xs:documentation> </xs:annotation> <xs:choice> <xs:element ref="xs:minExclusive"/> <xs:element ref="xs:minInclusive"/> <xs:element ref="xs:maxExclusive"/> <xs:element ref="xs:maxInclusive"/> <xs:element ref="xs:totalDigits"/> <xs:element ref="xs:fractionDigits"/> <xs:element ref="xs:length"/> <xs:element ref="xs:minLength"/> <xs:element ref="xs:maxLength"/> <xs:element ref="xs:enumeration"/> <xs:element ref="xs:whiteSpace"/> <xs:element ref="xs:pattern"/> </xs:choice> </xs:group>
Constructor Summary | |
Method Summary | |
protected void |
|
protected void |
|
XsEEnumeration | |
XsEFractionDigits | |
XsELength | |
XsEMaxExclusive | |
XsEMaxInclusive | |
XsEMaxLength | |
XsEMinExclusive | |
XsEMinInclusive | |
XsEMinLength | |
XsEPattern | |
XsTLocalSimpleType | |
XsETotalDigits | |
XsEWhiteSpace | |
XsEEnumeration[] | |
protected XsTFacetBase |
|
XsTFacetBase[] | |
XsEFractionDigits | |
XsELength | |
XsEMaxExclusive | |
XsEMaxInclusive | |
XsEMaxLength | |
XsEMinExclusive | |
XsEMinInclusive | |
XsEMinLength | |
XsEPattern[] | |
XsTLocalSimpleType | |
XsETotalDigits | |
XsEWhiteSpace | |
boolean |
public XsEEnumeration createEnumeration()
- Specified by:
- createEnumeration in interface XsGSimpleRestrictionModel
public XsEFractionDigits createFractionDigits()
- Specified by:
- createFractionDigits in interface XsGSimpleRestrictionModel
public XsELength createLength()
- Specified by:
- createLength in interface XsGSimpleRestrictionModel
public XsEMaxExclusive createMaxExclusive()
- Specified by:
- createMaxExclusive in interface XsGSimpleRestrictionModel
public XsEMaxInclusive createMaxInclusive()
- Specified by:
- createMaxInclusive in interface XsGSimpleRestrictionModel
public XsEMaxLength createMaxLength()
- Specified by:
- createMaxLength in interface XsGSimpleRestrictionModel
public XsEMinExclusive createMinExclusive()
- Specified by:
- createMinExclusive in interface XsGSimpleRestrictionModel
public XsEMinInclusive createMinInclusive()
- Specified by:
- createMinInclusive in interface XsGSimpleRestrictionModel
public XsEMinLength createMinLength()
- Specified by:
- createMinLength in interface XsGSimpleRestrictionModel
public XsEPattern createPattern()
- Specified by:
- createPattern in interface XsGSimpleRestrictionModel
public XsTLocalSimpleType createSimpleType()
- Specified by:
- createSimpleType in interface XsGSimpleRestrictionModel
public XsETotalDigits createTotalDigits()
- Specified by:
- createTotalDigits in interface XsGSimpleRestrictionModel
public XsEWhiteSpace createWhiteSpace()
- Specified by:
- createWhiteSpace in interface XsGSimpleRestrictionModel
public XsEEnumeration[] getEnumerations()
- Specified by:
- getEnumerations in interface XsGSimpleRestrictionModel
public XsTFacetBase[] getFacets()
- Specified by:
- getFacets in interface XsGSimpleRestrictionModel
public XsEFractionDigits getFractionDigits()
- Specified by:
- getFractionDigits in interface XsGSimpleRestrictionModel
public XsEMaxExclusive getMaxExclusive()
- Specified by:
- getMaxExclusive in interface XsGSimpleRestrictionModel
public XsEMaxInclusive getMaxInclusive()
- Specified by:
- getMaxInclusive in interface XsGSimpleRestrictionModel
public XsEMaxLength getMaxLength()
- Specified by:
- getMaxLength in interface XsGSimpleRestrictionModel
public XsEMinExclusive getMinExclusive()
- Specified by:
- getMinExclusive in interface XsGSimpleRestrictionModel
public XsEMinInclusive getMinInclusive()
- Specified by:
- getMinInclusive in interface XsGSimpleRestrictionModel
public XsEMinLength getMinLength()
- Specified by:
- getMinLength in interface XsGSimpleRestrictionModel
public XsEPattern[] getPatterns()
- Specified by:
- getPatterns in interface XsGSimpleRestrictionModel
public XsTLocalSimpleType getSimpleType()
- Specified by:
- getSimpleType in interface XsGSimpleRestrictionModel
public XsETotalDigits getTotalDigits()
- Specified by:
- getTotalDigits in interface XsGSimpleRestrictionModel
public XsEWhiteSpace getWhiteSpace()
- Specified by:
- getWhiteSpace in interface XsGSimpleRestrictionModel