public interface XSDMaxFacet extends XSDFixedFacet
Max Exclusive Facet
' and
'Max Inclusive Facet
'.
The following features are supported:
XSDPackage.getXSDMaxFacet()
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue()
Returns the value of the 'Value' attribute.
|
boolean |
isExclusive()
Returns the value of the 'Exclusive' attribute.
|
boolean |
isInclusive()
Returns the value of the 'Inclusive' attribute.
|
void |
setValue(java.lang.Object value)
Sets the value of the '
Value ' attribute. |
isFixed, isSetFixed, setFixed, unsetFixed
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
java.lang.Object getValue()
This represents the
maxExclusive value or
maxInclusive value
infoset property.
It is computed from the 'Lexical Value
' attribute and should typically not be set directly.
setValue(Object)
,
XSDPackage.getXSDMaxFacet_Value()
void setValue(java.lang.Object value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
boolean isInclusive()
The value is true
if this is a XSDMaxInclusiveFacet
.
XSDPackage.getXSDMaxFacet_Inclusive()
boolean isExclusive()
The value is true
if this is a XSDMaxExclusiveFacet
.
XSDPackage.getXSDMaxFacet_Exclusive()