Uses of Class
org.mule.devkit.model.schema.Wildcard

Uses of Wildcard in org.mule.devkit.model.schema
 

Subclasses of Wildcard in org.mule.devkit.model.schema
 class Any
          Java class for anonymous complex type.
 

Fields in org.mule.devkit.model.schema declared as Wildcard
protected  Wildcard RestrictionType.anyAttribute
           
protected  Wildcard ExtensionType.anyAttribute
           
protected  Wildcard ComplexType.anyAttribute
           
protected  Wildcard AttributeGroup.anyAttribute
           
 

Methods in org.mule.devkit.model.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 ComplexType.getAnyAttribute()
          Gets the value of the anyAttribute property.
 Wildcard AttributeGroup.getAnyAttribute()
          Gets the value of the anyAttribute property.
 

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

Methods in org.mule.devkit.model.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 ComplexType.setAnyAttribute(Wildcard value)
          Sets the value of the anyAttribute property.
 void AttributeGroup.setAnyAttribute(Wildcard value)
          Sets the value of the anyAttribute property.
 



Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.