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, toString
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI
public XmlSchemaGroup(XmlSchema parent)
public XmlSchemaGroupParticle getParticle()
public void setParticle(XmlSchemaGroupParticle particle)
public String getName()
XmlSchemaNamed
getName
in interface XmlSchemaNamed
public XmlSchema getParent()
XmlSchemaNamed
getParent
in interface XmlSchemaNamed
public QName getQName()
XmlSchemaNamed
getQName
in interface XmlSchemaNamed
XmlSchemaNamedWithForm.getWireName()
public boolean isAnonymous()
isAnonymous
in interface XmlSchemaNamed
public boolean isTopLevel()
isTopLevel
in interface XmlSchemaNamed
public void setName(String name)
XmlSchemaNamed
setName
in interface XmlSchemaNamed
name
- the name.Copyright © 2004–2013 The Apache Software Foundation. All rights reserved.