Package org.w3._2001.schema
Interface RestrictionType
- All Known Subinterfaces:
ComplexRestrictionType
,SimpleRestrictionType
- All Known Implementing Classes:
ComplexRestrictionTypeImpl
,RestrictionTypeImpl
,SimpleRestrictionTypeImpl
A representation of the model object 'Restriction Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetAll()
Returns the value of the 'All' containment reference.Returns the value of the 'Any Attribute1' containment reference.EList<Attribute>
Returns the value of the 'Attribute' containment reference list.EList<AttributeGroupRef>
Returns the value of the 'Attribute Group' containment reference list.getBase()
Returns the value of the 'Base' attribute.Returns the value of the 'Choice' containment reference.EList<NoFixedFacet>
Returns the value of the 'Enumeration' containment reference list.FeatureMap
Returns the value of the 'Facets' attribute list.EList<NumFacet>
Returns the value of the 'Fraction Digits' containment reference list.getGroup()
Returns the value of the 'Group' containment reference.FeatureMap
Returns the value of the 'Group1' attribute list.EList<NumFacet>
Returns the value of the 'Length' containment reference list.EList<Facet>
Returns the value of the 'Max Exclusive' containment reference list.EList<Facet>
Returns the value of the 'Max Inclusive' containment reference list.EList<NumFacet>
Returns the value of the 'Max Length' containment reference list.EList<Facet>
Returns the value of the 'Min Exclusive' containment reference list.EList<Facet>
Returns the value of the 'Min Inclusive' containment reference list.EList<NumFacet>
Returns the value of the 'Min Length' containment reference list.EList<PatternType>
Returns the value of the 'Pattern' containment reference list.Returns the value of the 'Sequence' containment reference.Returns the value of the 'Simple Type' containment reference.EList<TotalDigitsType>
Returns the value of the 'Total Digits' containment reference list.EList<WhiteSpaceType>
Returns the value of the 'White Space' containment reference list.void
Sets the value of the 'All
' containment reference.void
setAnyAttribute1
(Wildcard value) Sets the value of the 'Any Attribute1
' containment reference.void
Sets the value of the 'Base
' attribute.void
setChoice
(ExplicitGroup value) Sets the value of the 'Choice
' containment reference.void
Sets the value of the 'Group
' containment reference.void
setSequence
(ExplicitGroup value) Sets the value of the 'Sequence
' containment reference.void
setSimpleType
(LocalSimpleType value) Sets the value of the 'Simple Type
' containment reference.Methods inherited from interface Annotated
getAnnotation, getId, setAnnotation, setId
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface OpenAttrs
getAnyAttribute
-
Method Details
-
getGroup
GroupRef getGroup()Returns the value of the 'Group' containment reference.- Returns:
- the value of the 'Group' containment reference.
- See Also:
-
setGroup
Sets the value of the 'Group
' containment reference.- Parameters:
value
- the new value of the 'Group' containment reference.- See Also:
-
getAll
All getAll()Returns the value of the 'All' containment reference.- Returns:
- the value of the 'All' containment reference.
- See Also:
-
setAll
Sets the value of the 'All
' containment reference.- Parameters:
value
- the new value of the 'All' containment reference.- See Also:
-
getChoice
ExplicitGroup getChoice()Returns the value of the 'Choice' containment reference.- Returns:
- the value of the 'Choice' containment reference.
- See Also:
-
setChoice
Sets the value of the 'Choice
' containment reference.- Parameters:
value
- the new value of the 'Choice' containment reference.- See Also:
-
getSequence
ExplicitGroup getSequence()Returns the value of the 'Sequence' containment reference.- Returns:
- the value of the 'Sequence' containment reference.
- See Also:
-
setSequence
Sets the value of the 'Sequence
' containment reference.- Parameters:
value
- the new value of the 'Sequence' containment reference.- See Also:
-
getSimpleType
LocalSimpleType getSimpleType()Returns the value of the 'Simple Type' containment reference.- Returns:
- the value of the 'Simple Type' containment reference.
- See Also:
-
setSimpleType
Sets the value of the 'Simple Type
' containment reference.- Parameters:
value
- the new value of the 'Simple Type' containment reference.- See Also:
-
getFacets
FeatureMap getFacets()Returns the value of the 'Facets' attribute list. The list contents are of typeFeatureMap.Entry
.- Returns:
- the value of the 'Facets' attribute list.
- See Also:
-
getMinExclusive
EList<Facet> getMinExclusive()Returns the value of the 'Min Exclusive' containment reference list. The list contents are of typeFacet
.- Returns:
- the value of the 'Min Exclusive' containment reference list.
- See Also:
-
getMinInclusive
EList<Facet> getMinInclusive()Returns the value of the 'Min Inclusive' containment reference list. The list contents are of typeFacet
.- Returns:
- the value of the 'Min Inclusive' containment reference list.
- See Also:
-
getMaxExclusive
EList<Facet> getMaxExclusive()Returns the value of the 'Max Exclusive' containment reference list. The list contents are of typeFacet
.- Returns:
- the value of the 'Max Exclusive' containment reference list.
- See Also:
-
getMaxInclusive
EList<Facet> getMaxInclusive()Returns the value of the 'Max Inclusive' containment reference list. The list contents are of typeFacet
.- Returns:
- the value of the 'Max Inclusive' containment reference list.
- See Also:
-
getTotalDigits
EList<TotalDigitsType> getTotalDigits()Returns the value of the 'Total Digits' containment reference list. The list contents are of typeTotalDigitsType
.- Returns:
- the value of the 'Total Digits' containment reference list.
- See Also:
-
getFractionDigits
EList<NumFacet> getFractionDigits()Returns the value of the 'Fraction Digits' containment reference list. The list contents are of typeNumFacet
.- Returns:
- the value of the 'Fraction Digits' containment reference list.
- See Also:
-
getLength
EList<NumFacet> getLength()Returns the value of the 'Length' containment reference list. The list contents are of typeNumFacet
.- Returns:
- the value of the 'Length' containment reference list.
- See Also:
-
getMinLength
EList<NumFacet> getMinLength()Returns the value of the 'Min Length' containment reference list. The list contents are of typeNumFacet
.- Returns:
- the value of the 'Min Length' containment reference list.
- See Also:
-
getMaxLength
EList<NumFacet> getMaxLength()Returns the value of the 'Max Length' containment reference list. The list contents are of typeNumFacet
.- Returns:
- the value of the 'Max Length' containment reference list.
- See Also:
-
getEnumeration
EList<NoFixedFacet> getEnumeration()Returns the value of the 'Enumeration' containment reference list. The list contents are of typeNoFixedFacet
.- Returns:
- the value of the 'Enumeration' containment reference list.
- See Also:
-
getWhiteSpace
EList<WhiteSpaceType> getWhiteSpace()Returns the value of the 'White Space' containment reference list. The list contents are of typeWhiteSpaceType
.- Returns:
- the value of the 'White Space' containment reference list.
- See Also:
-
getPattern
EList<PatternType> getPattern()Returns the value of the 'Pattern' containment reference list. The list contents are of typePatternType
.- Returns:
- the value of the 'Pattern' containment reference list.
- See Also:
-
getGroup1
FeatureMap getGroup1()Returns the value of the 'Group1' attribute list. The list contents are of typeFeatureMap.Entry
.- Returns:
- the value of the 'Group1' attribute list.
- See Also:
-
getAttribute
EList<Attribute> getAttribute()Returns the value of the 'Attribute' containment reference list. The list contents are of typeAttribute
.- Returns:
- the value of the 'Attribute' containment reference list.
- See Also:
-
getAttributeGroup
EList<AttributeGroupRef> getAttributeGroup()Returns the value of the 'Attribute Group' containment reference list. The list contents are of typeAttributeGroupRef
.- Returns:
- the value of the 'Attribute Group' containment reference list.
- See Also:
-
getAnyAttribute1
Wildcard getAnyAttribute1()Returns the value of the 'Any Attribute1' containment reference.- Returns:
- the value of the 'Any Attribute1' containment reference.
- See Also:
-
setAnyAttribute1
Sets the value of the 'Any Attribute1
' containment reference.- Parameters:
value
- the new value of the 'Any Attribute1' containment reference.- See Also:
-
getBase
QName getBase()Returns the value of the 'Base' attribute.- Returns:
- the value of the 'Base' attribute.
- See Also:
-
setBase
Sets the value of the 'Base
' attribute.- Parameters:
value
- the new value of the 'Base' attribute.- See Also:
-