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 interfaceAnyTypeA representation of the model object 'Any Type'.Methods in org.w3._2001.schema that return Wildcard Modifier and Type Method Description WildcardSchemaFactory. createWildcard()Returns a new object of class 'Wildcard'.WildcardDocumentRoot. getAnyAttribute()Returns the value of the 'Any Attribute' containment reference.WildcardAttributeGroup. getAnyAttribute1()Returns the value of the 'Any Attribute1' containment reference.WildcardComplexType. getAnyAttribute1()Returns the value of the 'Any Attribute1' containment reference.WildcardExtensionType. getAnyAttribute1()Returns the value of the 'Any Attribute1' containment reference.WildcardRestrictionType. 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 voidDocumentRoot. setAnyAttribute(Wildcard value)Sets the value of the 'Any Attribute' containment reference.voidAttributeGroup. setAnyAttribute1(Wildcard value)Sets the value of the 'Any Attribute1' containment reference.voidComplexType. setAnyAttribute1(Wildcard value)Sets the value of the 'Any Attribute1' containment reference.voidExtensionType. setAnyAttribute1(Wildcard value)Sets the value of the 'Any Attribute1' containment reference.voidRestrictionType. 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 classAnyTypeImplAn implementation of the model object 'Any Type'.classWildcardImplAn implementation of the model object 'Wildcard'.Fields in org.w3._2001.schema.impl declared as Wildcard Modifier and Type Field Description protected WildcardAttributeGroupImpl. anyAttribute1The cached value of the 'Any Attribute1' containment reference.protected WildcardComplexTypeImpl. anyAttribute1The cached value of the 'Any Attribute1' containment reference.protected WildcardExtensionTypeImpl. anyAttribute1The cached value of the 'Any Attribute1' containment reference.protected WildcardRestrictionTypeImpl. anyAttribute1The cached value of the 'Any Attribute1' containment reference.Methods in org.w3._2001.schema.impl that return Wildcard Modifier and Type Method Description WildcardSchemaFactoryImpl. createWildcard()WildcardDocumentRootImpl. getAnyAttribute()WildcardAttributeGroupImpl. getAnyAttribute1()WildcardComplexTypeImpl. getAnyAttribute1()WildcardExtensionTypeImpl. getAnyAttribute1()WildcardRestrictionTypeImpl. getAnyAttribute1()Methods in org.w3._2001.schema.impl with parameters of type Wildcard Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetAnyAttribute(Wildcard newAnyAttribute, NotificationChain msgs)NotificationChainAttributeGroupImpl. basicSetAnyAttribute1(Wildcard newAnyAttribute1, NotificationChain msgs)NotificationChainComplexTypeImpl. basicSetAnyAttribute1(Wildcard newAnyAttribute1, NotificationChain msgs)NotificationChainExtensionTypeImpl. basicSetAnyAttribute1(Wildcard newAnyAttribute1, NotificationChain msgs)NotificationChainRestrictionTypeImpl. basicSetAnyAttribute1(Wildcard newAnyAttribute1, NotificationChain msgs)voidDocumentRootImpl. setAnyAttribute(Wildcard newAnyAttribute)voidAttributeGroupImpl. setAnyAttribute1(Wildcard newAnyAttribute1)voidComplexTypeImpl. setAnyAttribute1(Wildcard newAnyAttribute1)voidExtensionTypeImpl. setAnyAttribute1(Wildcard newAnyAttribute1)voidRestrictionTypeImpl. 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 TSchemaSwitch. caseWildcard(Wildcard object)Returns the result of interpreting the object as an instance of 'Wildcard'.booleanSchemaValidator. validateWildcard(Wildcard wildcard, DiagnosticChain diagnostics, Map<Object,Object> context)
-