Package org.w3._2001.schema
Interface Facet
- All Known Subinterfaces:
NoFixedFacet
,NumFacet
,PatternType
,TotalDigitsType
,WhiteSpaceType
- All Known Implementing Classes:
FacetImpl
,NoFixedFacetImpl
,NumFacetImpl
,PatternTypeImpl
,TotalDigitsTypeImpl
,WhiteSpaceTypeImpl
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Returns the value of the 'Value' attribute.boolean
isFixed()
Returns the value of the 'Fixed' attribute.boolean
Returns whether the value of the 'Fixed
' attribute is set.void
setFixed
(boolean value) Sets the value of the 'Fixed
' attribute.void
Sets the value of the 'Value
' attribute.void
Unsets the value of the 'Fixed
' attribute.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
-
isFixed
boolean isFixed()Returns the value of the 'Fixed' attribute. The default value is"false"
.- Returns:
- the value of the 'Fixed' attribute.
- See Also:
-
setFixed
void setFixed(boolean value) Sets the value of the 'Fixed
' attribute.- Parameters:
value
- the new value of the 'Fixed' attribute.- See Also:
-
unsetFixed
void unsetFixed()Unsets the value of the 'Fixed
' attribute.- See Also:
-
isSetFixed
boolean isSetFixed()Returns whether the value of the 'Fixed
' attribute is set.- Returns:
- whether the value of the 'Fixed' attribute is set.
- See Also:
-
getValue
Object getValue()Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
-
setValue
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
-