|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaAttributeGroup
public class XmlSchemaAttributeGroup
Class for attribute groups. Groups a set of attribute declarations so that they can be incorporated as a group into complex type definitions. Represents the World Wide Web consortium (W3C) attributeGroup element when it does not have a 'ref=' attribute.
| Constructor Summary | |
|---|---|
XmlSchemaAttributeGroup(XmlSchema parent)
Creates new XmlSchemaAttributeGroup |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated |
|---|
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toString |
| Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject |
|---|
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XmlSchemaAttributeGroup(XmlSchema parent)
| Method Detail |
|---|
public XmlSchemaAnyAttribute getAnyAttribute()
public void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
public List<XmlSchemaAttributeGroupMember> getAttributes()
public String getName()
XmlSchemaNamed
getName in interface XmlSchemaNamedpublic XmlSchema getParent()
XmlSchemaNamed
getParent in interface XmlSchemaNamedpublic QName getQName()
XmlSchemaNamed
getQName in interface XmlSchemaNamedXmlSchemaNamedWithForm.getWireName()public boolean isAnonymous()
isAnonymous in interface XmlSchemaNamedpublic boolean isTopLevel()
isTopLevel in interface XmlSchemaNamedpublic void setName(String name)
XmlSchemaNamed
setName in interface XmlSchemaNamedname - the name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||