Package org.w3._2001.schema
Interface RealGroup
- All Known Subinterfaces:
- GroupRef,- NamedGroup
- All Known Implementing Classes:
- GroupRefImpl,- NamedGroupImpl,- RealGroupImpl
 A representation of the model object 'Real Group'.
 
 
The following features are supported:
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptiongetAll1()Returns the value of the 'All1' containment reference.Returns the value of the 'Choice1' containment reference.Returns the value of the 'Sequence1' containment reference.voidSets the value of the 'All1' containment reference.voidsetChoice1(ExplicitGroup value) Sets the value of the 'Choice1' containment reference.voidsetSequence1(ExplicitGroup value) Sets the value of the 'Sequence1' containment reference.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 GroupgetAll, getAny, getChoice, getElement, getGroup, getMaxOccurs, getMinOccurs, getName, getParticle, getRef, getSequence, isSetMaxOccurs, isSetMinOccurs, setMaxOccurs, setMinOccurs, setName, setRef, unsetMaxOccurs, unsetMinOccursMethods inherited from interface NotifiereAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface OpenAttrsgetAnyAttribute
- 
Method Details- 
getAll1All getAll1()Returns the value of the 'All1' containment reference.- Returns:
- the value of the 'All1' containment reference.
- See Also:
 
- 
setAll1Sets the value of the 'All1' containment reference.- Parameters:
- value- the new value of the 'All1' containment reference.
- See Also:
 
- 
getChoice1ExplicitGroup getChoice1()Returns the value of the 'Choice1' containment reference.- Returns:
- the value of the 'Choice1' containment reference.
- See Also:
 
- 
setChoice1Sets the value of the 'Choice1' containment reference.- Parameters:
- value- the new value of the 'Choice1' containment reference.
- See Also:
 
- 
getSequence1ExplicitGroup getSequence1()Returns the value of the 'Sequence1' containment reference.- Returns:
- the value of the 'Sequence1' containment reference.
- See Also:
 
- 
setSequence1Sets the value of the 'Sequence1' containment reference.- Parameters:
- value- the new value of the 'Sequence1' containment reference.
- See Also:
 
 
-