public interface XSDFixedFacet extends XSDConstrainingFacet
XSDPackage.getXSDFixedFacet()
Modifier and Type | Method and Description |
---|---|
boolean |
isFixed()
Returns the value of the 'Fixed' attribute.
|
boolean |
isSetFixed()
Returns whether the value of the '
Fixed ' attribute is set. |
void |
setFixed(boolean value)
Sets the value of the '
Fixed ' attribute. |
void |
unsetFixed()
Unsets the value of the '
Fixed ' attribute. |
isConstraintSatisfied
getAnnotation, getEffectiveValue, getFacetName, getLexicalValue, getSimpleTypeDefinition, setAnnotation, setLexicalValue
clearDiagnostics, cloneConcreteComponent, contains, elementAttributesChanged, elementChanged, elementContentsChanged, getComponentsWithApplicationInformation, getComponentsWithUserInformation, getContainer, getDiagnostics, getElement, getRootContainer, getSchema, resolveAttributeDeclaration, resolveAttributeDeclaration, resolveAttributeDeclarationURI, resolveAttributeGroupDefinition, resolveAttributeGroupDefinition, resolveAttributeGroupDefinitionURI, resolveComplexTypeDefinition, resolveComplexTypeDefinition, resolveComplexTypeDefinitionURI, resolveElementDeclaration, resolveElementDeclaration, resolveElementDeclarationURI, resolveIdentityConstraintDefinition, resolveIdentityConstraintDefinition, resolveIdentityConstraintDefinitionURI, resolveModelGroupDefinition, resolveModelGroupDefinition, resolveModelGroupDefinitionURI, resolveNotationDeclaration, resolveNotationDeclaration, resolveNotationDeclarationURI, resolveSimpleTypeDefinition, resolveSimpleTypeDefinition, resolveSimpleTypeDefinitionURI, resolveTypeDefinition, resolveTypeDefinition, resolveTypeDefinitionURI, setElement, updateElement, updateElement, validate
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
boolean isFixed()
This represents the fractionDigitsFacet fixed, lengthFacet fixed, maxExclusiveFacet fixed, maxInclusiveFacet fixed, maxLengthFacet fixed, minExclusiveFacet fixed, minInclusiveFacet fixed, minLengthFacet fixed, totalDigitsFacet fixed, whiteSpaceFacet fixed infoset property.
isSetFixed()
,
unsetFixed()
,
setFixed(boolean)
,
XSDPackage.getXSDFixedFacet_Fixed()
void setFixed(boolean value)
Fixed
' attribute.
value
- the new value of the 'Fixed' attribute.isSetFixed()
,
unsetFixed()
,
isFixed()
void unsetFixed()
Fixed
' attribute.
isSetFixed()
,
isFixed()
,
setFixed(boolean)
boolean isSetFixed()
Fixed
' attribute is set.
unsetFixed()
,
isFixed()
,
setFixed(boolean)