public class XmlSchemaAttributeGroup extends XmlSchemaAnnotated implements XmlSchemaNamed, XmlSchemaAttributeGroupMember
| Modifier and Type | Field and Description |
|---|---|
private XmlSchemaAnyAttribute |
anyAttribute |
private java.util.List<XmlSchemaAttributeGroupMember> |
attributes |
private XmlSchemaNamedImpl |
namedDelegate |
lineNumber, linePosition, sourceURI| Constructor and Description |
|---|
XmlSchemaAttributeGroup(XmlSchema parent)
Creates new XmlSchemaAttributeGroup
|
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaAnyAttribute |
getAnyAttribute() |
java.util.List<XmlSchemaAttributeGroupMember> |
getAttributes() |
java.lang.String |
getName()
Retrieve the name.
|
XmlSchema |
getParent()
Retrieve the parent schema.
|
javax.xml.namespace.QName |
getQName()
Get the QName for this object.
|
boolean |
isAnonymous() |
boolean |
isTopLevel() |
void |
setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
setName(java.lang.String name)
Set the name.
|
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toStringaddMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURIprivate XmlSchemaAnyAttribute anyAttribute
private java.util.List<XmlSchemaAttributeGroupMember> attributes
private XmlSchemaNamedImpl namedDelegate
public XmlSchemaAttributeGroup(XmlSchema parent)
public XmlSchemaAnyAttribute getAnyAttribute()
public void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
public java.util.List<XmlSchemaAttributeGroupMember> getAttributes()
public java.lang.String getName()
XmlSchemaNamedgetName in interface XmlSchemaNamedpublic XmlSchema getParent()
XmlSchemaNamedgetParent in interface XmlSchemaNamedpublic javax.xml.namespace.QName getQName()
XmlSchemaNamedgetQName in interface XmlSchemaNamedXmlSchemaNamedWithForm.getWireName()public boolean isAnonymous()
isAnonymous in interface XmlSchemaNamedpublic boolean isTopLevel()
isTopLevel in interface XmlSchemaNamedpublic void setName(java.lang.String name)
XmlSchemaNamedsetName in interface XmlSchemaNamedname - the name.