Package org.w3._2001.schema
Interface RestrictionType1
- All Known Implementing Classes:
RestrictionType1Impl
A representation of the model object 'Restriction Type1'.
base attribute and simpleType child are mutually
exclusive, but one or other is required
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetBase()
Returns the value of the 'Base' attribute.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.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 '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 'Base
' attribute.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
-
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:
-
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:
-