Uses of Interface
org.w3._2001.schema.Wildcard
-
Packages that use Wildcard Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of Wildcard in org.w3._2001.schema
Subinterfaces of Wildcard in org.w3._2001.schema Modifier and Type Interface Description interface
AnyType
A representation of the model object 'Any Type'.Methods in org.w3._2001.schema that return Wildcard Modifier and Type Method Description Wildcard
SchemaFactory. createWildcard()
Returns a new object of class 'Wildcard'.Wildcard
DocumentRoot. getAnyAttribute()
Returns the value of the 'Any Attribute' containment reference.Wildcard
AttributeGroup. getAnyAttribute1()
Returns the value of the 'Any Attribute1' containment reference.Wildcard
ComplexType. getAnyAttribute1()
Returns the value of the 'Any Attribute1' containment reference.Wildcard
ExtensionType. getAnyAttribute1()
Returns the value of the 'Any Attribute1' containment reference.Wildcard
RestrictionType. getAnyAttribute1()
Returns the value of the 'Any Attribute1' containment reference.Methods in org.w3._2001.schema with parameters of type Wildcard Modifier and Type Method Description void
DocumentRoot. setAnyAttribute(Wildcard value)
Sets the value of the 'Any Attribute
' containment reference.void
AttributeGroup. setAnyAttribute1(Wildcard value)
Sets the value of the 'Any Attribute1
' containment reference.void
ComplexType. setAnyAttribute1(Wildcard value)
Sets the value of the 'Any Attribute1
' containment reference.void
ExtensionType. setAnyAttribute1(Wildcard value)
Sets the value of the 'Any Attribute1
' containment reference.void
RestrictionType. setAnyAttribute1(Wildcard value)
Sets the value of the 'Any Attribute1
' containment reference. -
Uses of Wildcard in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement Wildcard Modifier and Type Class Description class
AnyTypeImpl
An implementation of the model object 'Any Type'.class
WildcardImpl
An implementation of the model object 'Wildcard'.Fields in org.w3._2001.schema.impl declared as Wildcard Modifier and Type Field Description protected Wildcard
AttributeGroupImpl. anyAttribute1
The cached value of the 'Any Attribute1
' containment reference.protected Wildcard
ComplexTypeImpl. anyAttribute1
The cached value of the 'Any Attribute1
' containment reference.protected Wildcard
ExtensionTypeImpl. anyAttribute1
The cached value of the 'Any Attribute1
' containment reference.protected Wildcard
RestrictionTypeImpl. anyAttribute1
The cached value of the 'Any Attribute1
' containment reference.Methods in org.w3._2001.schema.impl that return Wildcard Modifier and Type Method Description Wildcard
SchemaFactoryImpl. createWildcard()
Wildcard
DocumentRootImpl. getAnyAttribute()
Wildcard
AttributeGroupImpl. getAnyAttribute1()
Wildcard
ComplexTypeImpl. getAnyAttribute1()
Wildcard
ExtensionTypeImpl. getAnyAttribute1()
Wildcard
RestrictionTypeImpl. getAnyAttribute1()
Methods in org.w3._2001.schema.impl with parameters of type Wildcard Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetAnyAttribute(Wildcard newAnyAttribute, NotificationChain msgs)
NotificationChain
AttributeGroupImpl. basicSetAnyAttribute1(Wildcard newAnyAttribute1, NotificationChain msgs)
NotificationChain
ComplexTypeImpl. basicSetAnyAttribute1(Wildcard newAnyAttribute1, NotificationChain msgs)
NotificationChain
ExtensionTypeImpl. basicSetAnyAttribute1(Wildcard newAnyAttribute1, NotificationChain msgs)
NotificationChain
RestrictionTypeImpl. basicSetAnyAttribute1(Wildcard newAnyAttribute1, NotificationChain msgs)
void
DocumentRootImpl. setAnyAttribute(Wildcard newAnyAttribute)
void
AttributeGroupImpl. setAnyAttribute1(Wildcard newAnyAttribute1)
void
ComplexTypeImpl. setAnyAttribute1(Wildcard newAnyAttribute1)
void
ExtensionTypeImpl. setAnyAttribute1(Wildcard newAnyAttribute1)
void
RestrictionTypeImpl. setAnyAttribute1(Wildcard newAnyAttribute1)
-
Uses of Wildcard in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type Wildcard Modifier and Type Method Description T
SchemaSwitch. caseWildcard(Wildcard object)
Returns the result of interpreting the object as an instance of 'Wildcard'.boolean
SchemaValidator. validateWildcard(Wildcard wildcard, DiagnosticChain diagnostics, Map<Object,Object> context)
-