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 SummaryModifier and TypeMethodDescriptiongetValue()Returns the value of the 'Value' attribute.booleanisFixed()Returns the value of the 'Fixed' attribute.booleanReturns whether the value of the 'Fixed' attribute is set.voidsetFixed(boolean value) Sets the value of the 'Fixed' attribute.voidSets the value of the 'Value' attribute.voidUnsets the value of the 'Fixed' attribute.Methods inherited from interface AnnotatedgetAnnotation, getId, setAnnotation, setIdMethods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface OpenAttrsgetAnyAttribute
- 
Method Details- 
isFixedboolean isFixed()Returns the value of the 'Fixed' attribute. The default value is"false".- Returns:
- the value of the 'Fixed' attribute.
- See Also:
 
- 
setFixedvoid setFixed(boolean value) Sets the value of the 'Fixed' attribute.- Parameters:
- value- the new value of the 'Fixed' attribute.
- See Also:
 
- 
unsetFixedvoid unsetFixed()Unsets the value of the 'Fixed' attribute.- See Also:
 
- 
isSetFixedboolean isSetFixed()Returns whether the value of the 'Fixed' attribute is set.- Returns:
- whether the value of the 'Fixed' attribute is set.
- See Also:
 
- 
getValueObject getValue()Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
 
- 
setValueSets the value of the 'Value' attribute.- Parameters:
- value- the new value of the 'Value' attribute.
- See Also:
 
 
-