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
A representation of the model object 'Group'.
group type for explicit groups, named top-level groups and
group references
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<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>
Returns the value of the 'Choice' containment reference list.EList<LocalElement>
Returns the value of the 'Element' containment reference list.EList<GroupRef>
getGroup()
Returns the value of the 'Group' containment reference list.Returns the value of the 'Max Occurs' attribute.Returns the value of the 'Min Occurs' attribute.getName()
Returns the value of the 'Name' attribute.FeatureMap
Returns the value of the 'Particle' attribute list.getRef()
Returns the value of the 'Ref' attribute.EList<ExplicitGroup>
Returns the value of the 'Sequence' containment reference list.boolean
Returns whether the value of the 'Max Occurs
' attribute is set.boolean
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
Sets the value of the 'Name
' attribute.void
Sets the value of the 'Ref
' attribute.void
Unsets the value of the 'Max Occurs
' attribute.void
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 Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface OpenAttrs
getAnyAttribute
-
Method Details
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
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:
-
setMaxOccurs
Sets the value of the 'Max Occurs
' attribute.- Parameters:
value
- the new value of the 'Max Occurs' attribute.- See Also:
-
unsetMaxOccurs
void unsetMaxOccurs()Unsets the value of the 'Max Occurs
' attribute. -
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:
-
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:
-
setMinOccurs
Sets the value of the 'Min Occurs
' attribute.- Parameters:
value
- the new value of the 'Min Occurs' attribute.- See Also:
-
unsetMinOccurs
void unsetMinOccurs()Unsets the value of the 'Min Occurs
' attribute. -
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:
-
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:
-