public class XmlSchemaAttributeGroupRef extends XmlSchemaAttributeOrGroupRef implements XmlSchemaAttributeGroupMember, XmlSchemaItemWithRef<XmlSchemaAttributeGroup>
| Modifier and Type | Field and Description |
|---|---|
private XmlSchemaRef<XmlSchemaAttributeGroup> |
ref |
lineNumber, linePosition, sourceURI| Constructor and Description |
|---|
XmlSchemaAttributeGroupRef(XmlSchema parent)
Create an attribute group reference.
|
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaRef<XmlSchemaAttributeGroup> |
getRef()
Return the reference object.
|
XmlSchemaRefBase |
getRefBase() |
javax.xml.namespace.QName |
getTargetQName() |
boolean |
isRef() |
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toStringaddMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURIprivate XmlSchemaRef<XmlSchemaAttributeGroup> ref
public XmlSchemaAttributeGroupRef(XmlSchema parent)
parent - containing schema.public XmlSchemaRef<XmlSchemaAttributeGroup> getRef()
getRef in interface XmlSchemaItemWithRef<XmlSchemaAttributeGroup>public boolean isRef()
isRef in interface XmlSchemaItemWithRefBasepublic javax.xml.namespace.QName getTargetQName()
getTargetQName in interface XmlSchemaItemWithRefBasepublic XmlSchemaRefBase getRefBase()
getRefBase in interface XmlSchemaItemWithRefBase