org.mule.devkit.model.schema
Class AttributeGroup

java.lang.Object
  extended by org.mule.devkit.model.schema.OpenAttrs
      extended by org.mule.devkit.model.schema.Annotated
          extended by org.mule.devkit.model.schema.AttributeGroup
Direct Known Subclasses:
AttributeGroupRef, NamedAttributeGroup

public abstract class AttributeGroup
extends Annotated

Java class for attributeGroup complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="attributeGroup">
   <complexContent>
     <extension base="{http://www.w3.org/2001/XMLSchema}annotated">
       <group ref="{http://www.w3.org/2001/XMLSchema}attrDecls"/>
       <attGroup ref="{http://www.w3.org/2001/XMLSchema}defRef"/>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Wildcard anyAttribute
           
protected  List<Annotated> attributeOrAttributeGroup
           
protected  String name
           
protected  QName ref
           
 
Fields inherited from class org.mule.devkit.model.schema.Annotated
annotation, id
 
Constructor Summary
AttributeGroup()
           
 
Method Summary
 Wildcard getAnyAttribute()
          Gets the value of the anyAttribute property.
 List<Annotated> getAttributeOrAttributeGroup()
          Gets the value of the attributeOrAttributeGroup property.
 String getName()
          Gets the value of the name property.
 QName getRef()
          Gets the value of the ref property.
 void setAnyAttribute(Wildcard value)
          Sets the value of the anyAttribute property.
 void setName(String value)
          Sets the value of the name property.
 void setRef(QName value)
          Sets the value of the ref property.
 
Methods inherited from class org.mule.devkit.model.schema.Annotated
getAnnotation, getId, setAnnotation, setId
 
Methods inherited from class org.mule.devkit.model.schema.OpenAttrs
getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeOrAttributeGroup

protected List<Annotated> attributeOrAttributeGroup

anyAttribute

protected Wildcard anyAttribute

name

protected String name

ref

protected QName ref
Constructor Detail

AttributeGroup

public AttributeGroup()
Method Detail

getAttributeOrAttributeGroup

public List<Annotated> getAttributeOrAttributeGroup()
Gets the value of the attributeOrAttributeGroup property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the attributeOrAttributeGroup property.

For example, to add a new item, do as follows:

    getAttributeOrAttributeGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list AttributeGroupRef Attribute


getAnyAttribute

public Wildcard getAnyAttribute()
Gets the value of the anyAttribute property.

Returns:
possible object is Wildcard

setAnyAttribute

public void setAnyAttribute(Wildcard value)
Sets the value of the anyAttribute property.

Parameters:
value - allowed object is Wildcard

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getRef

public QName getRef()
Gets the value of the ref property.

Returns:
possible object is QName

setRef

public void setRef(QName value)
Sets the value of the ref property.

Parameters:
value - allowed object is QName


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