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 SummaryModifier 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.FeatureMapReturns 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.booleanReturns whether the value of the 'Max Occurs' attribute is set.booleanReturns whether the value of the 'Min Occurs' attribute is set.voidsetMaxOccurs(Object value) Sets the value of the 'Max Occurs' attribute.voidsetMinOccurs(BigInteger value) Sets the value of the 'Min Occurs' attribute.voidSets the value of the 'Name' attribute.voidSets the value of the 'Ref' attribute.voidUnsets the value of the 'Max Occurs' attribute.voidUnsets the value of the 'Min Occurs' attribute.Methods inherited from interface AnnotatedgetAnnotation, getId, setAnnotation, setIdMethods inherited from interface EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface OpenAttrsgetAnyAttribute
- 
Method Details- 
getParticleFeatureMap 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:
 
- 
getElementEList<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:
 
- 
getGroupEList<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:
 
- 
getAllEList<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:
 
- 
getChoiceEList<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:
 
- 
getSequenceEList<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:
 
- 
getAnyEList<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:
 
- 
getMaxOccursObject getMaxOccurs()Returns the value of the 'Max Occurs' attribute. The default value is"1".- Returns:
- the value of the 'Max Occurs' attribute.
- See Also:
 
- 
setMaxOccursSets the value of the 'Max Occurs' attribute.- Parameters:
- value- the new value of the 'Max Occurs' attribute.
- See Also:
 
- 
unsetMaxOccursvoid unsetMaxOccurs()Unsets the value of the 'Max Occurs' attribute.
- 
isSetMaxOccursboolean 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:
 
- 
getMinOccursBigInteger getMinOccurs()Returns the value of the 'Min Occurs' attribute. The default value is"1".- Returns:
- the value of the 'Min Occurs' attribute.
- See Also:
 
- 
setMinOccursSets the value of the 'Min Occurs' attribute.- Parameters:
- value- the new value of the 'Min Occurs' attribute.
- See Also:
 
- 
unsetMinOccursvoid unsetMinOccurs()Unsets the value of the 'Min Occurs' attribute.
- 
isSetMinOccursboolean 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:
 
- 
getNameString getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
 
- 
setNameSets the value of the 'Name' attribute.- Parameters:
- value- the new value of the 'Name' attribute.
- See Also:
 
- 
getRefQName getRef()Returns the value of the 'Ref' attribute.- Returns:
- the value of the 'Ref' attribute.
- See Also:
 
- 
setRefSets the value of the 'Ref' attribute.- Parameters:
- value- the new value of the 'Ref' attribute.
- See Also:
 
 
-