Uses of Interface
org.w3._2001.schema.NumFacet
-
Packages that use NumFacet Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of NumFacet in org.w3._2001.schema
Subinterfaces of NumFacet in org.w3._2001.schema Modifier and Type Interface Description interface
TotalDigitsType
A representation of the model object 'Total Digits Type'.Methods in org.w3._2001.schema that return NumFacet Modifier and Type Method Description NumFacet
SchemaFactory. createNumFacet()
Returns a new object of class 'Num Facet'.NumFacet
DocumentRoot. getFractionDigits()
Returns the value of the 'Fraction Digits' containment reference.NumFacet
DocumentRoot. getLength()
Returns the value of the 'Length' containment reference.NumFacet
DocumentRoot. getMaxLength()
Returns the value of the 'Max Length' containment reference.NumFacet
DocumentRoot. getMinLength()
Returns the value of the 'Min Length' containment reference.Methods in org.w3._2001.schema that return types with arguments of type NumFacet Modifier and Type Method Description EList<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 NumFacet Modifier and Type Method Description void
DocumentRoot. setFractionDigits(NumFacet value)
Sets the value of the 'Fraction Digits
' containment reference.void
DocumentRoot. setLength(NumFacet value)
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 NumFacet Modifier and Type Class Description class
NumFacetImpl
An implementation of the model object 'Num Facet'.class
TotalDigitsTypeImpl
An implementation of the model object 'Total Digits Type'.Methods in org.w3._2001.schema.impl that return NumFacet Modifier and Type Method Description NumFacet
SchemaFactoryImpl. createNumFacet()
NumFacet
DocumentRootImpl. getFractionDigits()
NumFacet
DocumentRootImpl. getLength()
NumFacet
DocumentRootImpl. getMaxLength()
NumFacet
DocumentRootImpl. getMinLength()
Methods in org.w3._2001.schema.impl that return types with arguments of type NumFacet Modifier and Type Method Description EList<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 NumFacet Modifier and Type Method Description NotificationChain
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
DocumentRootImpl. setLength(NumFacet newLength)
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 NumFacet Modifier and Type Method Description T
SchemaSwitch. 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)
-