public class XmlSchemaAttributeGroup extends XmlSchemaAnnotated implements XmlSchemaNamed, XmlSchemaAttributeGroupMember
| Constructor and Description |
|---|
XmlSchemaAttributeGroup(XmlSchema parent)
Creates new XmlSchemaAttributeGroup
|
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaAnyAttribute |
getAnyAttribute() |
List<XmlSchemaAttributeGroupMember> |
getAttributes() |
String |
getName()
Retrieve the name.
|
XmlSchema |
getParent()
Retrieve the parent schema.
|
QName |
getQName()
Get the QName for this object.
|
boolean |
isAnonymous() |
boolean |
isTopLevel() |
void |
setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
setName(String name)
Set the name.
|
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toStringaddMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURIpublic XmlSchemaAttributeGroup(XmlSchema parent)
public XmlSchemaAnyAttribute getAnyAttribute()
public void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
public List<XmlSchemaAttributeGroupMember> getAttributes()
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.