public class XmlSchemaGroup extends XmlSchemaAnnotated implements XmlSchemaNamed, XmlSchemaChoiceMember, XmlSchemaSequenceMember
| Constructor and Description |
|---|
XmlSchemaGroup(XmlSchema parent) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Retrieve the name.
|
XmlSchema |
getParent()
Retrieve the parent schema.
|
XmlSchemaGroupParticle |
getParticle() |
QName |
getQName()
Get the QName for this object.
|
boolean |
isAnonymous() |
boolean |
isTopLevel() |
void |
setName(String name)
Set the name.
|
void |
setParticle(XmlSchemaGroupParticle particle) |
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toStringaddMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURIpublic XmlSchemaGroup(XmlSchema parent)
public 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–2016 The Apache Software Foundation. All rights reserved.