public class XmlSchemaAttributeGroup extends XmlSchemaAnnotated
unhandledAttributes| Constructor and Description |
|---|
XmlSchemaAttributeGroup()
Creates new XmlSchemaAttributeGroup
|
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaAnyAttribute |
getAnyAttribute() |
XmlSchemaObjectCollection |
getAttributes() |
QName |
getName() |
void |
setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) |
void |
setAttributes(XmlSchemaObjectCollection attributes) |
void |
setName(QName name) |
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toStringaddMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI, toStringpublic XmlSchemaAttributeGroup()
public XmlSchemaAnyAttribute getAnyAttribute()
public void setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
public XmlSchemaObjectCollection getAttributes()
public void setAttributes(XmlSchemaObjectCollection attributes)
public QName getName()
public void setName(QName name)
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.