Uses of Interface
org.w3._2001.schema.Facet
Packages that use Facet
- 
Uses of Facet in org.w3._2001.schemaSubinterfaces of Facet in org.w3._2001.schemaModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'No Fixed Facet'.interfaceA representation of the model object 'Num Facet'.interfaceA representation of the model object 'Pattern Type'.interfaceA representation of the model object 'Total Digits Type'.interfaceA 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 TypeMethodDescriptionvoidDocumentRoot.setMaxExclusive(Facet value) Sets the value of the 'Max Exclusive' containment reference.voidDocumentRoot.setMaxInclusive(Facet value) Sets the value of the 'Max Inclusive' containment reference.voidDocumentRoot.setMinExclusive(Facet value) Sets the value of the 'Min Exclusive' containment reference.voidDocumentRoot.setMinInclusive(Facet value) Sets the value of the 'Min Inclusive' containment reference.
- 
Uses of Facet in org.w3._2001.schema.implClasses in org.w3._2001.schema.impl that implement FacetModifier and TypeClassDescriptionclassAn implementation of the model object 'Facet'.classAn implementation of the model object 'No Fixed Facet'.classAn implementation of the model object 'Num Facet'.classAn implementation of the model object 'Pattern Type'.classAn implementation of the model object 'Total Digits Type'.classAn 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetMaxExclusive(Facet newMaxExclusive, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetMaxInclusive(Facet newMaxInclusive, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetMinExclusive(Facet newMinExclusive, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetMinInclusive(Facet newMinInclusive, NotificationChain msgs) voidDocumentRootImpl.setMaxExclusive(Facet newMaxExclusive) voidDocumentRootImpl.setMaxInclusive(Facet newMaxInclusive) voidDocumentRootImpl.setMinExclusive(Facet newMinExclusive) voidDocumentRootImpl.setMinInclusive(Facet newMinInclusive) 
- 
Uses of Facet in org.w3._2001.schema.utilMethods in org.w3._2001.schema.util with parameters of type Facet