Uses of Interface
org.w3._2001.schema.SimpleExtensionType
-
Packages that use SimpleExtensionType Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of SimpleExtensionType in org.w3._2001.schema
Methods in org.w3._2001.schema that return SimpleExtensionType Modifier and Type Method Description SimpleExtensionType
SchemaFactory. createSimpleExtensionType()
Returns a new object of class 'Simple Extension Type'.SimpleExtensionType
SimpleContentType. getExtension()
Returns the value of the 'Extension' containment reference.Methods in org.w3._2001.schema with parameters of type SimpleExtensionType Modifier and Type Method Description void
SimpleContentType. setExtension(SimpleExtensionType value)
Sets the value of the 'Extension
' containment reference. -
Uses of SimpleExtensionType in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement SimpleExtensionType Modifier and Type Class Description class
SimpleExtensionTypeImpl
An implementation of the model object 'Simple Extension Type'.Fields in org.w3._2001.schema.impl declared as SimpleExtensionType Modifier and Type Field Description protected SimpleExtensionType
SimpleContentTypeImpl. extension
The cached value of the 'Extension
' containment reference.Methods in org.w3._2001.schema.impl that return SimpleExtensionType Modifier and Type Method Description SimpleExtensionType
SchemaFactoryImpl. createSimpleExtensionType()
SimpleExtensionType
SimpleContentTypeImpl. getExtension()
Methods in org.w3._2001.schema.impl with parameters of type SimpleExtensionType Modifier and Type Method Description NotificationChain
SimpleContentTypeImpl. basicSetExtension(SimpleExtensionType newExtension, NotificationChain msgs)
void
SimpleContentTypeImpl. setExtension(SimpleExtensionType newExtension)
-
Uses of SimpleExtensionType in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type SimpleExtensionType Modifier and Type Method Description T
SchemaSwitch. caseSimpleExtensionType(SimpleExtensionType object)
Returns the result of interpreting the object as an instance of 'Simple Extension Type'.boolean
SchemaValidator. validateSimpleExtensionType(SimpleExtensionType simpleExtensionType, DiagnosticChain diagnostics, Map<Object,Object> context)
-