Package org.w3._2001.schema
Interface RealGroup
-
- All Known Subinterfaces:
GroupRef
,NamedGroup
- All Known Implementing Classes:
GroupRefImpl
,NamedGroupImpl
,RealGroupImpl
public interface RealGroup extends Group
A representation of the model object 'Real Group'.The following features are supported:
- See Also:
SchemaPackage.getRealGroup()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description All
getAll1()
Returns the value of the 'All1' containment reference.ExplicitGroup
getChoice1()
Returns the value of the 'Choice1' containment reference.ExplicitGroup
getSequence1()
Returns the value of the 'Sequence1' containment reference.void
setAll1(All value)
Sets the value of the 'All1
' containment reference.void
setChoice1(ExplicitGroup value)
Sets the value of the 'Choice1
' containment reference.void
setSequence1(ExplicitGroup value)
Sets the value of the 'Sequence1
' containment reference.-
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 Group
getAll, getAny, getChoice, getElement, getGroup, getMaxOccurs, getMinOccurs, getName, getParticle, getRef, getSequence, isSetMaxOccurs, isSetMinOccurs, setMaxOccurs, setMinOccurs, setName, setRef, unsetMaxOccurs, unsetMinOccurs
-
Methods inherited from interface OpenAttrs
getAnyAttribute
-
-
-
-
Method Detail
-
getAll1
All getAll1()
Returns the value of the 'All1' containment reference.- Returns:
- the value of the 'All1' containment reference.
- See Also:
setAll1(All)
,SchemaPackage.getRealGroup_All1()
-
setAll1
void setAll1(All value)
Sets the value of the 'All1
' containment reference.- Parameters:
value
- the new value of the 'All1' containment reference.- See Also:
getAll1()
-
getChoice1
ExplicitGroup getChoice1()
Returns the value of the 'Choice1' containment reference.- Returns:
- the value of the 'Choice1' containment reference.
- See Also:
setChoice1(ExplicitGroup)
,SchemaPackage.getRealGroup_Choice1()
-
setChoice1
void setChoice1(ExplicitGroup value)
Sets the value of the 'Choice1
' containment reference.- Parameters:
value
- the new value of the 'Choice1' containment reference.- See Also:
getChoice1()
-
getSequence1
ExplicitGroup getSequence1()
Returns the value of the 'Sequence1' containment reference.- Returns:
- the value of the 'Sequence1' containment reference.
- See Also:
setSequence1(ExplicitGroup)
,SchemaPackage.getRealGroup_Sequence1()
-
setSequence1
void setSequence1(ExplicitGroup value)
Sets the value of the 'Sequence1
' containment reference.- Parameters:
value
- the new value of the 'Sequence1' containment reference.- See Also:
getSequence1()
-
-