public class XmlSchemaGroup extends XmlSchemaAnnotated implements XmlSchemaNamed, XmlSchemaChoiceMember, XmlSchemaSequenceMember, XmlSchemaAllMember
| Constructor and Description |
|---|
XmlSchemaGroup(XmlSchema parent) |
| Modifier and Type | Method and Description |
|---|---|
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) |
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toStringaddMetaInfo, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURIpublic XmlSchemaGroup(XmlSchema parent)
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()
XmlSchemaNamedgetName in interface XmlSchemaNamedpublic XmlSchema getParent()
XmlSchemaNamedgetParent in interface XmlSchemaNamedpublic QName getQName()
XmlSchemaNamedgetQName in interface XmlSchemaNamedXmlSchemaNamedWithForm.getWireName()public boolean isAnonymous()
isAnonymous in interface XmlSchemaNamedpublic boolean isTopLevel()
isTopLevel in interface XmlSchemaNamedpublic void setName(String name)
XmlSchemaNamedsetName in interface XmlSchemaNamedname - the name.Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.