Uses of Interface
org.w3._2001.schema.RestrictionType1
Packages that use RestrictionType1
-
Uses of RestrictionType1 in org.w3._2001.schema
Methods in org.w3._2001.schema that return RestrictionType1Modifier and TypeMethodDescriptionSchemaFactory.createRestrictionType1()Returns a new object of class 'Restriction Type1'.DocumentRoot.getRestriction()Returns the value of the 'Restriction' containment reference.SimpleType.getRestriction()Returns the value of the 'Restriction' containment reference.Methods in org.w3._2001.schema with parameters of type RestrictionType1Modifier and TypeMethodDescriptionvoidDocumentRoot.setRestriction(RestrictionType1 value) Sets the value of the 'Restriction' containment reference.voidSimpleType.setRestriction(RestrictionType1 value) Sets the value of the 'Restriction' containment reference. -
Uses of RestrictionType1 in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement RestrictionType1Modifier and TypeClassDescriptionclassAn implementation of the model object 'Restriction Type1'.Fields in org.w3._2001.schema.impl declared as RestrictionType1Modifier and TypeFieldDescriptionprotected RestrictionType1SimpleTypeImpl.restrictionThe cached value of the 'Restriction' containment reference.Methods in org.w3._2001.schema.impl that return RestrictionType1Modifier and TypeMethodDescriptionSchemaFactoryImpl.createRestrictionType1()DocumentRootImpl.getRestriction()SimpleTypeImpl.getRestriction()Methods in org.w3._2001.schema.impl with parameters of type RestrictionType1Modifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetRestriction(RestrictionType1 newRestriction, NotificationChain msgs) NotificationChainSimpleTypeImpl.basicSetRestriction(RestrictionType1 newRestriction, NotificationChain msgs) voidDocumentRootImpl.setRestriction(RestrictionType1 newRestriction) voidSimpleTypeImpl.setRestriction(RestrictionType1 newRestriction) -
Uses of RestrictionType1 in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type RestrictionType1Modifier and TypeMethodDescriptionSchemaSwitch.caseRestrictionType1(RestrictionType1 object) Returns the result of interpreting the object as an instance of 'Restriction Type1'.booleanSchemaValidator.validateRestrictionType1(RestrictionType1 restrictionType1, DiagnosticChain diagnostics, Map<Object, Object> context)