Package org.w3._2001.schema
Interface Group
-
- All Known Subinterfaces:
All
,ExplicitGroup
,GroupRef
,NamedGroup
,RealGroup
,SimpleExplicitGroup
- All Known Implementing Classes:
AllImpl
,ExplicitGroupImpl
,GroupImpl
,GroupRefImpl
,NamedGroupImpl
,RealGroupImpl
,SimpleExplicitGroupImpl
public interface Group extends Annotated
A representation of the model object 'Group'. group type for explicit groups, named top-level groups and group referencesThe following features are supported:
- See Also:
SchemaPackage.getGroup()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<All>
getAll()
Returns the value of the 'All' containment reference list.EList<AnyType>
getAny()
Returns the value of the 'Any' containment reference list.EList<ExplicitGroup>
getChoice()
Returns the value of the 'Choice' containment reference list.EList<LocalElement>
getElement()
Returns the value of the 'Element' containment reference list.EList<GroupRef>
getGroup()
Returns the value of the 'Group' containment reference list.Object
getMaxOccurs()
Returns the value of the 'Max Occurs' attribute.BigInteger
getMinOccurs()
Returns the value of the 'Min Occurs' attribute.String
getName()
Returns the value of the 'Name' attribute.FeatureMap
getParticle()
Returns the value of the 'Particle' attribute list.QName
getRef()
Returns the value of the 'Ref' attribute.EList<ExplicitGroup>
getSequence()
Returns the value of the 'Sequence' containment reference list.boolean
isSetMaxOccurs()
Returns whether the value of the 'Max Occurs
' attribute is set.boolean
isSetMinOccurs()
Returns whether the value of the 'Min Occurs
' attribute is set.void
setMaxOccurs(Object value)
Sets the value of the 'Max Occurs
' attribute.void
setMinOccurs(BigInteger value)
Sets the value of the 'Min Occurs
' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setRef(QName value)
Sets the value of the 'Ref
' attribute.void
unsetMaxOccurs()
Unsets the value of the 'Max Occurs
' attribute.void
unsetMinOccurs()
Unsets the value of the 'Min Occurs
' 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
-
getParticle
FeatureMap getParticle()
Returns the value of the 'Particle' attribute list. The list contents are of typeFeatureMap.Entry
.- Returns:
- the value of the 'Particle' attribute list.
- See Also:
SchemaPackage.getGroup_Particle()
-
getElement
EList<LocalElement> getElement()
Returns the value of the 'Element' containment reference list. The list contents are of typeLocalElement
.- Returns:
- the value of the 'Element' containment reference list.
- See Also:
SchemaPackage.getGroup_Element()
-
getGroup
EList<GroupRef> getGroup()
Returns the value of the 'Group' containment reference list. The list contents are of typeGroupRef
.- Returns:
- the value of the 'Group' containment reference list.
- See Also:
SchemaPackage.getGroup_Group()
-
getAll
EList<All> getAll()
Returns the value of the 'All' containment reference list. The list contents are of typeAll
.- Returns:
- the value of the 'All' containment reference list.
- See Also:
SchemaPackage.getGroup_All()
-
getChoice
EList<ExplicitGroup> getChoice()
Returns the value of the 'Choice' containment reference list. The list contents are of typeExplicitGroup
.- Returns:
- the value of the 'Choice' containment reference list.
- See Also:
SchemaPackage.getGroup_Choice()
-
getSequence
EList<ExplicitGroup> getSequence()
Returns the value of the 'Sequence' containment reference list. The list contents are of typeExplicitGroup
.- Returns:
- the value of the 'Sequence' containment reference list.
- See Also:
SchemaPackage.getGroup_Sequence()
-
getAny
EList<AnyType> getAny()
Returns the value of the 'Any' containment reference list. The list contents are of typeAnyType
.- Returns:
- the value of the 'Any' containment reference list.
- See Also:
SchemaPackage.getGroup_Any()
-
getMaxOccurs
Object getMaxOccurs()
Returns the value of the 'Max Occurs' attribute. The default value is"1"
.- Returns:
- the value of the 'Max Occurs' attribute.
- See Also:
isSetMaxOccurs()
,unsetMaxOccurs()
,setMaxOccurs(Object)
,SchemaPackage.getGroup_MaxOccurs()
-
setMaxOccurs
void setMaxOccurs(Object value)
Sets the value of the 'Max Occurs
' attribute.- Parameters:
value
- the new value of the 'Max Occurs' attribute.- See Also:
isSetMaxOccurs()
,unsetMaxOccurs()
,getMaxOccurs()
-
unsetMaxOccurs
void unsetMaxOccurs()
Unsets the value of the 'Max Occurs
' attribute.- See Also:
isSetMaxOccurs()
,getMaxOccurs()
,setMaxOccurs(Object)
-
isSetMaxOccurs
boolean isSetMaxOccurs()
Returns whether the value of the 'Max Occurs
' attribute is set.- Returns:
- whether the value of the 'Max Occurs' attribute is set.
- See Also:
unsetMaxOccurs()
,getMaxOccurs()
,setMaxOccurs(Object)
-
getMinOccurs
BigInteger getMinOccurs()
Returns the value of the 'Min Occurs' attribute. The default value is"1"
.- Returns:
- the value of the 'Min Occurs' attribute.
- See Also:
isSetMinOccurs()
,unsetMinOccurs()
,setMinOccurs(BigInteger)
,SchemaPackage.getGroup_MinOccurs()
-
setMinOccurs
void setMinOccurs(BigInteger value)
Sets the value of the 'Min Occurs
' attribute.- Parameters:
value
- the new value of the 'Min Occurs' attribute.- See Also:
isSetMinOccurs()
,unsetMinOccurs()
,getMinOccurs()
-
unsetMinOccurs
void unsetMinOccurs()
Unsets the value of the 'Min Occurs
' attribute.- See Also:
isSetMinOccurs()
,getMinOccurs()
,setMinOccurs(BigInteger)
-
isSetMinOccurs
boolean isSetMinOccurs()
Returns whether the value of the 'Min Occurs
' attribute is set.- Returns:
- whether the value of the 'Min Occurs' attribute is set.
- See Also:
unsetMinOccurs()
,getMinOccurs()
,setMinOccurs(BigInteger)
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,SchemaPackage.getGroup_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.getGroup_Ref()
-
-