|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mule.devkit.model.schema.OpenAttrs
org.mule.devkit.model.schema.Annotated
org.mule.devkit.model.schema.Group
public abstract class Group
group type for explicit groups, named top-level groups and group references
Java class for group complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="group">
<complexContent>
<extension base="{http://www.w3.org/2001/XMLSchema}annotated">
<group ref="{http://www.w3.org/2001/XMLSchema}particle" maxOccurs="unbounded" minOccurs="0"/>
<attGroup ref="{http://www.w3.org/2001/XMLSchema}occurs"/>
<attGroup ref="{http://www.w3.org/2001/XMLSchema}defRef"/>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
maxOccurs
|
protected BigInteger |
minOccurs
|
protected String |
name
|
protected List<Object> |
particle
|
protected QName |
ref
|
| Fields inherited from class org.mule.devkit.model.schema.Annotated |
|---|
annotation, id |
| Constructor Summary | |
|---|---|
Group()
|
|
| Method Summary | |
|---|---|
void |
generateNestedProcessorGroup(QName value)
Sets the value of the ref property. |
String |
getMaxOccurs()
Gets the value of the maxOccurs property. |
BigInteger |
getMinOccurs()
Gets the value of the minOccurs property. |
String |
getName()
Gets the value of the name property. |
List<Object> |
getParticle()
Gets the value of the particle property. |
QName |
getRef()
Gets the value of the ref property. |
void |
setMaxOccurs(String value)
Sets the value of the maxOccurs property. |
void |
setMinOccurs(BigInteger value)
Sets the value of the minOccurs property. |
void |
setName(String value)
Sets the value of the name 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 |
|---|
protected List<Object> particle
protected BigInteger minOccurs
protected String maxOccurs
protected String name
protected QName ref
| Constructor Detail |
|---|
public Group()
| Method Detail |
|---|
public List<Object> getParticle()
set method for the particle property.
For example, to add a new item, do as follows:
getParticle().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<ExplicitGroup>
JAXBElement<ExplicitGroup>
Any
JAXBElement<LocalElement>
JAXBElement<GroupRef>
JAXBElement<All>
public BigInteger getMinOccurs()
BigIntegerpublic void setMinOccurs(BigInteger value)
value - allowed object is
BigIntegerpublic String getMaxOccurs()
Stringpublic void setMaxOccurs(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic QName getRef()
QNamepublic void generateNestedProcessorGroup(QName value)
value - allowed object is
QName
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||