org.mule.devkit.model.schema
Class ExplicitGroup
java.lang.Object
org.mule.devkit.model.schema.OpenAttrs
org.mule.devkit.model.schema.Annotated
org.mule.devkit.model.schema.Group
org.mule.devkit.model.schema.ExplicitGroup
- Direct Known Subclasses:
- All, SimpleExplicitGroup
public class ExplicitGroup
- extends Group
group type for the three kinds of group
Java class for explicitGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="explicitGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}group">
<sequence>
<element ref="{http://www.w3.org/2001/XMLSchema}annotation" minOccurs="0"/>
<group ref="{http://www.w3.org/2001/XMLSchema}nestedParticle" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExplicitGroup
public ExplicitGroup()
Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.