Uses of Interface
org.w3._2001.schema.Wildcard
Packages that use Wildcard
-
Uses of Wildcard in org.w3._2001.schema
Subinterfaces of Wildcard in org.w3._2001.schemaModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Any Type'.Methods in org.w3._2001.schema that return WildcardModifier and TypeMethodDescriptionSchemaFactory.createWildcard()
Returns a new object of class 'Wildcard'.DocumentRoot.getAnyAttribute()
Returns the value of the 'Any Attribute' containment reference.AttributeGroup.getAnyAttribute1()
Returns the value of the 'Any Attribute1' containment reference.ComplexType.getAnyAttribute1()
Returns the value of the 'Any Attribute1' containment reference.ExtensionType.getAnyAttribute1()
Returns the value of the 'Any Attribute1' containment reference.RestrictionType.getAnyAttribute1()
Returns the value of the 'Any Attribute1' containment reference.Methods in org.w3._2001.schema with parameters of type WildcardModifier and TypeMethodDescriptionvoid
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 WildcardModifier and TypeClassDescriptionclass
An implementation of the model object 'Any Type'.class
An implementation of the model object 'Wildcard'.Fields in org.w3._2001.schema.impl declared as WildcardModifier and TypeFieldDescriptionprotected 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 WildcardModifier and TypeMethodDescriptionSchemaFactoryImpl.createWildcard()
DocumentRootImpl.getAnyAttribute()
AttributeGroupImpl.getAnyAttribute1()
ComplexTypeImpl.getAnyAttribute1()
ExtensionTypeImpl.getAnyAttribute1()
RestrictionTypeImpl.getAnyAttribute1()
Methods in org.w3._2001.schema.impl with parameters of type WildcardModifier and TypeMethodDescriptionNotificationChain
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 WildcardModifier and TypeMethodDescriptionSchemaSwitch.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)