Uses of Class
org.plasma.xml.schema.Wildcard

Packages that use Wildcard
org.plasma.xml.schema PlasmaSDO™ License This is a community release of PlasmaSDO™, a dual-license Service Data Object (SDO) 2.1 implementation. 
 

Uses of Wildcard in org.plasma.xml.schema
 

Subclasses of Wildcard in org.plasma.xml.schema
 class Any
          Java class for anonymous complex type.
 

Fields in org.plasma.xml.schema declared as Wildcard
protected  Wildcard RestrictionType.anyAttribute
           
protected  Wildcard ExtensionType.anyAttribute
           
protected  Wildcard AbstractComplexType.anyAttribute
           
protected  Wildcard AbstractAttributeGroup.anyAttribute
           
 

Methods in org.plasma.xml.schema that return Wildcard
 Wildcard ObjectFactory.createWildcard()
          Create an instance of Wildcard
 Wildcard RestrictionType.getAnyAttribute()
          Gets the value of the anyAttribute property.
 Wildcard ExtensionType.getAnyAttribute()
          Gets the value of the anyAttribute property.
 Wildcard AbstractComplexType.getAnyAttribute()
          Gets the value of the anyAttribute property.
 Wildcard AbstractAttributeGroup.getAnyAttribute()
          Gets the value of the anyAttribute property.
 

Methods in org.plasma.xml.schema that return types with arguments of type Wildcard
 JAXBElement<Wildcard> ObjectFactory.createAnyAttribute(Wildcard value)
          Create an instance of JAXBElement<Wildcard>}
 

Methods in org.plasma.xml.schema with parameters of type Wildcard
 JAXBElement<Wildcard> ObjectFactory.createAnyAttribute(Wildcard value)
          Create an instance of JAXBElement<Wildcard>}
 void RestrictionType.setAnyAttribute(Wildcard value)
          Sets the value of the anyAttribute property.
 void ExtensionType.setAnyAttribute(Wildcard value)
          Sets the value of the anyAttribute property.
 void AbstractComplexType.setAnyAttribute(Wildcard value)
          Sets the value of the anyAttribute property.
 void AbstractAttributeGroup.setAnyAttribute(Wildcard value)
          Sets the value of the anyAttribute property.
 



Copyright © 2014. All rights reserved.