Uses of Interface
org.w3._2001.schema.NumFacet
Packages that use NumFacet
-
Uses of NumFacet in org.w3._2001.schema
Subinterfaces of NumFacet in org.w3._2001.schemaModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Total Digits Type'.Methods in org.w3._2001.schema that return NumFacetModifier and TypeMethodDescriptionSchemaFactory.createNumFacet()
Returns a new object of class 'Num Facet'.DocumentRoot.getFractionDigits()
Returns the value of the 'Fraction Digits' containment reference.DocumentRoot.getLength()
Returns the value of the 'Length' containment reference.DocumentRoot.getMaxLength()
Returns the value of the 'Max Length' containment reference.DocumentRoot.getMinLength()
Returns the value of the 'Min Length' containment reference.Methods in org.w3._2001.schema that return types with arguments of type NumFacetModifier and TypeMethodDescriptionEList<NumFacet>
RestrictionType.getFractionDigits()
Returns the value of the 'Fraction Digits' containment reference list.EList<NumFacet>
RestrictionType1.getFractionDigits()
Returns the value of the 'Fraction Digits' containment reference list.EList<NumFacet>
RestrictionType.getLength()
Returns the value of the 'Length' containment reference list.EList<NumFacet>
RestrictionType1.getLength()
Returns the value of the 'Length' containment reference list.EList<NumFacet>
RestrictionType.getMaxLength()
Returns the value of the 'Max Length' containment reference list.EList<NumFacet>
RestrictionType1.getMaxLength()
Returns the value of the 'Max Length' containment reference list.EList<NumFacet>
RestrictionType.getMinLength()
Returns the value of the 'Min Length' containment reference list.EList<NumFacet>
RestrictionType1.getMinLength()
Returns the value of the 'Min Length' containment reference list.Methods in org.w3._2001.schema with parameters of type NumFacetModifier and TypeMethodDescriptionvoid
DocumentRoot.setFractionDigits
(NumFacet value) Sets the value of the 'Fraction Digits
' containment reference.void
Sets the value of the 'Length
' containment reference.void
DocumentRoot.setMaxLength
(NumFacet value) Sets the value of the 'Max Length
' containment reference.void
DocumentRoot.setMinLength
(NumFacet value) Sets the value of the 'Min Length
' containment reference. -
Uses of NumFacet in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement NumFacetModifier and TypeClassDescriptionclass
An implementation of the model object 'Num Facet'.class
An implementation of the model object 'Total Digits Type'.Methods in org.w3._2001.schema.impl that return NumFacetModifier and TypeMethodDescriptionSchemaFactoryImpl.createNumFacet()
DocumentRootImpl.getFractionDigits()
DocumentRootImpl.getLength()
DocumentRootImpl.getMaxLength()
DocumentRootImpl.getMinLength()
Methods in org.w3._2001.schema.impl that return types with arguments of type NumFacetModifier and TypeMethodDescriptionEList<NumFacet>
RestrictionType1Impl.getFractionDigits()
EList<NumFacet>
RestrictionTypeImpl.getFractionDigits()
EList<NumFacet>
RestrictionType1Impl.getLength()
EList<NumFacet>
RestrictionTypeImpl.getLength()
EList<NumFacet>
RestrictionType1Impl.getMaxLength()
EList<NumFacet>
RestrictionTypeImpl.getMaxLength()
EList<NumFacet>
RestrictionType1Impl.getMinLength()
EList<NumFacet>
RestrictionTypeImpl.getMinLength()
Methods in org.w3._2001.schema.impl with parameters of type NumFacetModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetFractionDigits
(NumFacet newFractionDigits, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetLength
(NumFacet newLength, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetMaxLength
(NumFacet newMaxLength, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetMinLength
(NumFacet newMinLength, NotificationChain msgs) void
DocumentRootImpl.setFractionDigits
(NumFacet newFractionDigits) void
void
DocumentRootImpl.setMaxLength
(NumFacet newMaxLength) void
DocumentRootImpl.setMinLength
(NumFacet newMinLength) -
Uses of NumFacet in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type NumFacetModifier and TypeMethodDescriptionSchemaSwitch.caseNumFacet
(NumFacet object) Returns the result of interpreting the object as an instance of 'Num Facet'.boolean
SchemaValidator.validateNumFacet
(NumFacet numFacet, DiagnosticChain diagnostics, Map<Object, Object> context)