Uses of Interface
org.w3._2001.schema.Facet
Packages that use Facet
-
Uses of Facet in org.w3._2001.schema
Subinterfaces of Facet in org.w3._2001.schemaModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'No Fixed Facet'.interface
A representation of the model object 'Num Facet'.interface
A representation of the model object 'Pattern Type'.interface
A representation of the model object 'Total Digits Type'.interface
A representation of the model object 'White Space Type'.Methods in org.w3._2001.schema that return FacetModifier and TypeMethodDescriptionSchemaFactory.createFacet()
Returns a new object of class 'Facet'.DocumentRoot.getMaxExclusive()
Returns the value of the 'Max Exclusive' containment reference.DocumentRoot.getMaxInclusive()
Returns the value of the 'Max Inclusive' containment reference.DocumentRoot.getMinExclusive()
Returns the value of the 'Min Exclusive' containment reference.DocumentRoot.getMinInclusive()
Returns the value of the 'Min Inclusive' containment reference.Methods in org.w3._2001.schema that return types with arguments of type FacetModifier and TypeMethodDescriptionEList<Facet>
RestrictionType.getMaxExclusive()
Returns the value of the 'Max Exclusive' containment reference list.EList<Facet>
RestrictionType1.getMaxExclusive()
Returns the value of the 'Max Exclusive' containment reference list.EList<Facet>
RestrictionType.getMaxInclusive()
Returns the value of the 'Max Inclusive' containment reference list.EList<Facet>
RestrictionType1.getMaxInclusive()
Returns the value of the 'Max Inclusive' containment reference list.EList<Facet>
RestrictionType.getMinExclusive()
Returns the value of the 'Min Exclusive' containment reference list.EList<Facet>
RestrictionType1.getMinExclusive()
Returns the value of the 'Min Exclusive' containment reference list.EList<Facet>
RestrictionType.getMinInclusive()
Returns the value of the 'Min Inclusive' containment reference list.EList<Facet>
RestrictionType1.getMinInclusive()
Returns the value of the 'Min Inclusive' containment reference list.Methods in org.w3._2001.schema with parameters of type FacetModifier and TypeMethodDescriptionvoid
DocumentRoot.setMaxExclusive
(Facet value) Sets the value of the 'Max Exclusive
' containment reference.void
DocumentRoot.setMaxInclusive
(Facet value) Sets the value of the 'Max Inclusive
' containment reference.void
DocumentRoot.setMinExclusive
(Facet value) Sets the value of the 'Min Exclusive
' containment reference.void
DocumentRoot.setMinInclusive
(Facet value) Sets the value of the 'Min Inclusive
' containment reference. -
Uses of Facet in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement FacetModifier and TypeClassDescriptionclass
An implementation of the model object 'Facet'.class
An implementation of the model object 'No Fixed Facet'.class
An implementation of the model object 'Num Facet'.class
An implementation of the model object 'Pattern Type'.class
An implementation of the model object 'Total Digits Type'.class
An implementation of the model object 'White Space Type'.Methods in org.w3._2001.schema.impl that return FacetModifier and TypeMethodDescriptionSchemaFactoryImpl.createFacet()
DocumentRootImpl.getMaxExclusive()
DocumentRootImpl.getMaxInclusive()
DocumentRootImpl.getMinExclusive()
DocumentRootImpl.getMinInclusive()
Methods in org.w3._2001.schema.impl that return types with arguments of type FacetModifier and TypeMethodDescriptionEList<Facet>
RestrictionType1Impl.getMaxExclusive()
EList<Facet>
RestrictionTypeImpl.getMaxExclusive()
EList<Facet>
RestrictionType1Impl.getMaxInclusive()
EList<Facet>
RestrictionTypeImpl.getMaxInclusive()
EList<Facet>
RestrictionType1Impl.getMinExclusive()
EList<Facet>
RestrictionTypeImpl.getMinExclusive()
EList<Facet>
RestrictionType1Impl.getMinInclusive()
EList<Facet>
RestrictionTypeImpl.getMinInclusive()
Methods in org.w3._2001.schema.impl with parameters of type FacetModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetMaxExclusive
(Facet newMaxExclusive, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetMaxInclusive
(Facet newMaxInclusive, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetMinExclusive
(Facet newMinExclusive, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetMinInclusive
(Facet newMinInclusive, NotificationChain msgs) void
DocumentRootImpl.setMaxExclusive
(Facet newMaxExclusive) void
DocumentRootImpl.setMaxInclusive
(Facet newMaxInclusive) void
DocumentRootImpl.setMinExclusive
(Facet newMinExclusive) void
DocumentRootImpl.setMinInclusive
(Facet newMinInclusive) -
Uses of Facet in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type Facet