Uses of Interface
org.w3._2001.schema.ComplexRestrictionType
-
Packages that use ComplexRestrictionType Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of ComplexRestrictionType in org.w3._2001.schema
Methods in org.w3._2001.schema that return ComplexRestrictionType Modifier and Type Method Description ComplexRestrictionType
SchemaFactory. createComplexRestrictionType()
Returns a new object of class 'Complex Restriction Type'.ComplexRestrictionType
ComplexContentType. getRestriction()
Returns the value of the 'Restriction' containment reference.Methods in org.w3._2001.schema with parameters of type ComplexRestrictionType Modifier and Type Method Description void
ComplexContentType. setRestriction(ComplexRestrictionType value)
Sets the value of the 'Restriction
' containment reference. -
Uses of ComplexRestrictionType in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement ComplexRestrictionType Modifier and Type Class Description class
ComplexRestrictionTypeImpl
An implementation of the model object 'Complex Restriction Type'.Fields in org.w3._2001.schema.impl declared as ComplexRestrictionType Modifier and Type Field Description protected ComplexRestrictionType
ComplexContentTypeImpl. restriction
The cached value of the 'Restriction
' containment reference.Methods in org.w3._2001.schema.impl that return ComplexRestrictionType Modifier and Type Method Description ComplexRestrictionType
SchemaFactoryImpl. createComplexRestrictionType()
ComplexRestrictionType
ComplexContentTypeImpl. getRestriction()
Methods in org.w3._2001.schema.impl with parameters of type ComplexRestrictionType Modifier and Type Method Description NotificationChain
ComplexContentTypeImpl. basicSetRestriction(ComplexRestrictionType newRestriction, NotificationChain msgs)
void
ComplexContentTypeImpl. setRestriction(ComplexRestrictionType newRestriction)
-
Uses of ComplexRestrictionType in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type ComplexRestrictionType Modifier and Type Method Description T
SchemaSwitch. caseComplexRestrictionType(ComplexRestrictionType object)
Returns the result of interpreting the object as an instance of 'Complex Restriction Type'.boolean
SchemaValidator. validateComplexRestrictionType(ComplexRestrictionType complexRestrictionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-