Package org.w3._2001.schema
Interface AttributeGroup
- All Known Subinterfaces:
AttributeGroupRef
,NamedAttributeGroup
- All Known Implementing Classes:
AttributeGroupImpl
,AttributeGroupRefImpl
,NamedAttributeGroupImpl
A representation of the model object 'Attribute Group'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Any Attribute1' containment reference.EList<Attribute>
Returns the value of the 'Attribute' containment reference list.EList<AttributeGroupRef>
Returns the value of the 'Attribute Group' containment reference list.FeatureMap
getGroup()
Returns the value of the 'Group' attribute list.getName()
Returns the value of the 'Name' attribute.getRef()
Returns the value of the 'Ref' attribute.void
setAnyAttribute1
(Wildcard value) Sets the value of the 'Any Attribute1
' containment reference.void
Sets the value of the 'Name
' attribute.void
Sets the value of the 'Ref
' attribute.Methods inherited from interface Annotated
getAnnotation, getId, setAnnotation, setId
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface OpenAttrs
getAnyAttribute
-
Method Details
-
getGroup
FeatureMap getGroup()Returns the value of the 'Group' attribute list. The list contents are of typeFeatureMap.Entry
.- Returns:
- the value of the 'Group' attribute list.
- See Also:
-
getAttribute
EList<Attribute> getAttribute()Returns the value of the 'Attribute' containment reference list. The list contents are of typeAttribute
.- Returns:
- the value of the 'Attribute' containment reference list.
- See Also:
-
getAttributeGroup
EList<AttributeGroupRef> getAttributeGroup()Returns the value of the 'Attribute Group' containment reference list. The list contents are of typeAttributeGroupRef
.- Returns:
- the value of the 'Attribute Group' containment reference list.
- See Also:
-
getAnyAttribute1
Wildcard getAnyAttribute1()Returns the value of the 'Any Attribute1' containment reference.- Returns:
- the value of the 'Any Attribute1' containment reference.
- See Also:
-
setAnyAttribute1
Sets the value of the 'Any Attribute1
' containment reference.- Parameters:
value
- the new value of the 'Any Attribute1' containment reference.- See Also:
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getRef
QName getRef()Returns the value of the 'Ref' attribute.- Returns:
- the value of the 'Ref' attribute.
- See Also:
-
setRef
Sets the value of the 'Ref
' attribute.- Parameters:
value
- the new value of the 'Ref' attribute.- See Also:
-