|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaGroup
Class that defines groups at the schema level that are referenced from the complex types. Groups a set of element declarations so that they can be incorporated as a group into complex type definitions. Represents the World Wide Web Consortium (W3C) group element.
Field Summary |
Fields inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated |
unhandledAttributes |
Constructor Summary | |
XmlSchemaGroup()
Creates new XmlSchemaGroup |
Method Summary | |
java.lang.String |
getName()
|
XmlSchemaGroupBase |
getParticle()
|
void |
setName(java.lang.String name)
|
void |
setParticle(XmlSchemaGroupBase particle)
|
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated |
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes |
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject |
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XmlSchemaGroup()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public XmlSchemaGroupBase getParticle()
public void setParticle(XmlSchemaGroupBase particle)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |