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 Summary
Modifier 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 Annotated
getAnnotation, getId, setAnnotation, setIdMethods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Group
getAll, getAny, getChoice, getElement, getGroup, getMaxOccurs, getMinOccurs, getName, getParticle, getRef, getSequence, isSetMaxOccurs, isSetMinOccurs, setMaxOccurs, setMinOccurs, setName, setRef, unsetMaxOccurs, unsetMinOccursMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface OpenAttrs
getAnyAttribute
-
Method Details
-
getAll1
All getAll1()Returns the value of the 'All1' containment reference.- Returns:
- the value of the 'All1' containment reference.
- See Also:
-
setAll1
Sets the value of the 'All1' containment reference.- Parameters:
value- the new value of the 'All1' containment reference.- See Also:
-
getChoice1
ExplicitGroup getChoice1()Returns the value of the 'Choice1' containment reference.- Returns:
- the value of the 'Choice1' containment reference.
- See Also:
-
setChoice1
Sets the value of the 'Choice1' containment reference.- Parameters:
value- the new value of the 'Choice1' containment reference.- See Also:
-
getSequence1
ExplicitGroup getSequence1()Returns the value of the 'Sequence1' containment reference.- Returns:
- the value of the 'Sequence1' containment reference.
- See Also:
-
setSequence1
Sets the value of the 'Sequence1' containment reference.- Parameters:
value- the new value of the 'Sequence1' containment reference.- See Also:
-