|
||||||||||
| 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
public class 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.
| Constructor Summary | |
|---|---|
XmlSchemaGroup(XmlSchema parent)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object what)
|
String |
getName()
Retrieve the name. |
XmlSchema |
getParent()
Retrieve the parent schema. |
XmlSchemaGroupParticle |
getParticle()
|
QName |
getQName()
Get the QName for this object. |
int |
hashCode()
|
boolean |
isAnonymous()
|
boolean |
isTopLevel()
|
void |
setName(String name)
Set the name. |
void |
setParticle(XmlSchemaGroupParticle particle)
|
| Methods inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated |
|---|
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toString |
| Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject |
|---|
addMetaInfo, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XmlSchemaGroup(XmlSchema parent)
| Method Detail |
|---|
public boolean equals(Object what)
equals in class XmlSchemaObjectpublic int hashCode()
hashCode in class XmlSchemaObjectpublic XmlSchemaGroupParticle getParticle()
public void setParticle(XmlSchemaGroupParticle particle)
public String getName()
XmlSchemaNamed
getName in interface XmlSchemaNamedpublic XmlSchema getParent()
XmlSchemaNamed
getParent in interface XmlSchemaNamedpublic QName getQName()
XmlSchemaNamed
getQName in interface XmlSchemaNamedXmlSchemaNamedWithForm.getWireName()public boolean isAnonymous()
isAnonymous in interface XmlSchemaNamedpublic boolean isTopLevel()
isTopLevel in interface XmlSchemaNamedpublic void setName(String name)
XmlSchemaNamed
setName in interface XmlSchemaNamedname - the name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||