Package org.apache.ws.commons.schema
Class XmlSchemaAttributeGroupRef
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaAttributeOrGroupRef
org.apache.ws.commons.schema.XmlSchemaAttributeGroupRef
- All Implemented Interfaces:
XmlSchemaObjectBase,XmlSchemaAttributeGroupMember,XmlSchemaItemWithRef<XmlSchemaAttributeGroup>,XmlSchemaItemWithRefBase
public class XmlSchemaAttributeGroupRef
extends XmlSchemaAttributeOrGroupRef
implements XmlSchemaAttributeGroupMember, XmlSchemaItemWithRef<XmlSchemaAttributeGroup>
Class for the attribute group reference.
Represents the World Wide Web Consortium (W3C) attributeGroup
element with the ref attribute.
-
Field Summary
FieldsFields inherited from class org.apache.ws.commons.schema.XmlSchemaObject
lineNumber, linePosition, sourceURI -
Constructor Summary
ConstructorsConstructorDescriptionXmlSchemaAttributeGroupRef(XmlSchema parent) Create an attribute group reference. -
Method Summary
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toStringMethods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI
-
Field Details
-
ref
-
-
Constructor Details
-
XmlSchemaAttributeGroupRef
Create an attribute group reference.- Parameters:
parent- containing schema.
-
-
Method Details
-
getRef
Return the reference object.- Specified by:
getRefin interfaceXmlSchemaItemWithRef<XmlSchemaAttributeGroup>- Returns:
-
isRef
public boolean isRef()- Specified by:
isRefin interfaceXmlSchemaItemWithRefBase- Returns:
- true if this object has a non-null ref.
-
getTargetQName
- Specified by:
getTargetQNamein interfaceXmlSchemaItemWithRefBase- Returns:
- the Qualified Name of the target of the ref.
-
getRefBase
- Specified by:
getRefBasein interfaceXmlSchemaItemWithRefBase- Returns:
- the non-generic reference object.
-