Package org.w3._2001.schema
Interface AttributeGroup
-
- All Known Subinterfaces:
AttributeGroupRef
,NamedAttributeGroup
- All Known Implementing Classes:
AttributeGroupImpl
,AttributeGroupRefImpl
,NamedAttributeGroupImpl
public interface AttributeGroup extends Annotated
A representation of the model object 'Attribute Group'.The following features are supported:
- See Also:
SchemaPackage.getAttributeGroup()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Wildcard
getAnyAttribute1()
Returns the value of the 'Any Attribute1' containment reference.EList<Attribute>
getAttribute()
Returns the value of the 'Attribute' containment reference list.EList<AttributeGroupRef>
getAttributeGroup()
Returns the value of the 'Attribute Group' containment reference list.FeatureMap
getGroup()
Returns the value of the 'Group' attribute list.String
getName()
Returns the value of the 'Name' attribute.QName
getRef()
Returns the value of the 'Ref' attribute.void
setAnyAttribute1(Wildcard value)
Sets the value of the 'Any Attribute1
' containment reference.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setRef(QName value)
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 OpenAttrs
getAnyAttribute
-
-
-
-
Method Detail
-
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:
SchemaPackage.getAttributeGroup_Group()
-
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:
SchemaPackage.getAttributeGroup_Attribute()
-
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:
SchemaPackage.getAttributeGroup_AttributeGroup()
-
getAnyAttribute1
Wildcard getAnyAttribute1()
Returns the value of the 'Any Attribute1' containment reference.- Returns:
- the value of the 'Any Attribute1' containment reference.
- See Also:
setAnyAttribute1(Wildcard)
,SchemaPackage.getAttributeGroup_AnyAttribute1()
-
setAnyAttribute1
void setAnyAttribute1(Wildcard value)
Sets the value of the 'Any Attribute1
' containment reference.- Parameters:
value
- the new value of the 'Any Attribute1' containment reference.- See Also:
getAnyAttribute1()
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,SchemaPackage.getAttributeGroup_Name()
-
setName
void setName(String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
-
getRef
QName getRef()
Returns the value of the 'Ref' attribute.- Returns:
- the value of the 'Ref' attribute.
- See Also:
setRef(QName)
,SchemaPackage.getAttributeGroup_Ref()
-
-