Package org.w3._2001.schema.impl
Class GroupImpl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- MinimalEObjectImpl
-
- MinimalEObjectImpl.Container
-
- OpenAttrsImpl
-
- AnnotatedImpl
-
- GroupImpl
-
- All Implemented Interfaces:
Notifier,EObject,EStructuralFeature.Internal.DynamicValueHolder,InternalEObject,Annotated,Group,OpenAttrs
- Direct Known Subclasses:
ExplicitGroupImpl,RealGroupImpl
public abstract class GroupImpl extends AnnotatedImpl implements Group
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class MinimalEObjectImpl.Container
MinimalEObjectImpl.Container.Dynamic
-
Nested classes/interfaces inherited from class BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
-
-
Field Summary
Fields Modifier and Type Field Description protected static ObjectMAX_OCCURS_EDEFAULTThe default value of the 'Max Occurs' attribute.protected ObjectmaxOccursThe cached value of the 'Max Occurs' attribute.protected booleanmaxOccursESetThis is true if the Max Occurs attribute has been set.protected static BigIntegerMIN_OCCURS_EDEFAULTThe default value of the 'Min Occurs' attribute.protected BigIntegerminOccursThe cached value of the 'Min Occurs' attribute.protected booleanminOccursESetThis is true if the Min Occurs attribute has been set.protected StringnameThe cached value of the 'Name' attribute.protected static StringNAME_EDEFAULTThe default value of the 'Name' attribute.protected FeatureMapparticleThe cached value of the 'Particle' attribute list.protected QNamerefThe cached value of the 'Ref' attribute.protected static QNameREF_EDEFAULTThe default value of the 'Ref' attribute.-
Fields inherited from class AnnotatedImpl
annotation, id, ID_EDEFAULT
-
Fields inherited from class OpenAttrsImpl
anyAttribute
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGroupImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjecteGet(int featureID, boolean resolve, boolean coreType)NotificationChaineInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected EClasseStaticClass()voideUnset(int featureID)EList<All>getAll()EList<AnyType>getAny()EList<ExplicitGroup>getChoice()EList<LocalElement>getElement()EList<GroupRef>getGroup()ObjectgetMaxOccurs()BigIntegergetMinOccurs()StringgetName()FeatureMapgetParticle()QNamegetRef()EList<ExplicitGroup>getSequence()booleanisSetMaxOccurs()booleanisSetMinOccurs()voidsetMaxOccurs(Object newMaxOccurs)voidsetMinOccurs(BigInteger newMinOccurs)voidsetName(String newName)voidsetRef(QName newRef)StringtoString()voidunsetMaxOccurs()voidunsetMinOccurs()-
Methods inherited from class AnnotatedImpl
basicSetAnnotation, getAnnotation, getId, setAnnotation, setId
-
Methods inherited from class OpenAttrsImpl
getAnyAttribute
-
Methods inherited from class MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings
-
Methods inherited from class BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
-
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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 OpenAttrs
getAnyAttribute
-
-
-
-
Field Detail
-
particle
protected FeatureMap particle
The cached value of the 'Particle' attribute list.- See Also:
getParticle()
-
MAX_OCCURS_EDEFAULT
protected static final Object MAX_OCCURS_EDEFAULT
The default value of the 'Max Occurs' attribute.- See Also:
getMaxOccurs()
-
maxOccurs
protected Object maxOccurs
The cached value of the 'Max Occurs' attribute.- See Also:
getMaxOccurs()
-
maxOccursESet
protected boolean maxOccursESet
This is true if the Max Occurs attribute has been set.
-
MIN_OCCURS_EDEFAULT
protected static final BigInteger MIN_OCCURS_EDEFAULT
The default value of the 'Min Occurs' attribute.- See Also:
getMinOccurs()
-
minOccurs
protected BigInteger minOccurs
The cached value of the 'Min Occurs' attribute.- See Also:
getMinOccurs()
-
minOccursESet
protected boolean minOccursESet
This is true if the Min Occurs attribute has been set.
-
NAME_EDEFAULT
protected static final String NAME_EDEFAULT
The default value of the 'Name' attribute.- See Also:
getName()
-
REF_EDEFAULT
protected static final QName REF_EDEFAULT
The default value of the 'Ref' attribute.- See Also:
getRef()
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClassin classAnnotatedImpl
-
getParticle
public FeatureMap getParticle()
- Specified by:
getParticlein interfaceGroup- Returns:
- the value of the 'Particle' attribute list.
- See Also:
SchemaPackage.getGroup_Particle()
-
getElement
public EList<LocalElement> getElement()
- Specified by:
getElementin interfaceGroup- Returns:
- the value of the 'Element' containment reference list.
- See Also:
SchemaPackage.getGroup_Element()
-
getGroup
public EList<GroupRef> getGroup()
- Specified by:
getGroupin interfaceGroup- Returns:
- the value of the 'Group' containment reference list.
- See Also:
SchemaPackage.getGroup_Group()
-
getAll
public EList<All> getAll()
- Specified by:
getAllin interfaceGroup- Returns:
- the value of the 'All' containment reference list.
- See Also:
SchemaPackage.getGroup_All()
-
getChoice
public EList<ExplicitGroup> getChoice()
- Specified by:
getChoicein interfaceGroup- Returns:
- the value of the 'Choice' containment reference list.
- See Also:
SchemaPackage.getGroup_Choice()
-
getSequence
public EList<ExplicitGroup> getSequence()
- Specified by:
getSequencein interfaceGroup- Returns:
- the value of the 'Sequence' containment reference list.
- See Also:
SchemaPackage.getGroup_Sequence()
-
getAny
public EList<AnyType> getAny()
- Specified by:
getAnyin interfaceGroup- Returns:
- the value of the 'Any' containment reference list.
- See Also:
SchemaPackage.getGroup_Any()
-
getMaxOccurs
public Object getMaxOccurs()
- Specified by:
getMaxOccursin interfaceGroup- Returns:
- the value of the 'Max Occurs' attribute.
- See Also:
Group.isSetMaxOccurs(),Group.unsetMaxOccurs(),Group.setMaxOccurs(Object),SchemaPackage.getGroup_MaxOccurs()
-
setMaxOccurs
public void setMaxOccurs(Object newMaxOccurs)
- Specified by:
setMaxOccursin interfaceGroup- Parameters:
newMaxOccurs- the new value of the 'Max Occurs' attribute.- See Also:
Group.isSetMaxOccurs(),Group.unsetMaxOccurs(),Group.getMaxOccurs()
-
unsetMaxOccurs
public void unsetMaxOccurs()
- Specified by:
unsetMaxOccursin interfaceGroup- See Also:
Group.isSetMaxOccurs(),Group.getMaxOccurs(),Group.setMaxOccurs(Object)
-
isSetMaxOccurs
public boolean isSetMaxOccurs()
- Specified by:
isSetMaxOccursin interfaceGroup- Returns:
- whether the value of the 'Max Occurs' attribute is set.
- See Also:
Group.unsetMaxOccurs(),Group.getMaxOccurs(),Group.setMaxOccurs(Object)
-
getMinOccurs
public BigInteger getMinOccurs()
- Specified by:
getMinOccursin interfaceGroup- Returns:
- the value of the 'Min Occurs' attribute.
- See Also:
Group.isSetMinOccurs(),Group.unsetMinOccurs(),Group.setMinOccurs(BigInteger),SchemaPackage.getGroup_MinOccurs()
-
setMinOccurs
public void setMinOccurs(BigInteger newMinOccurs)
- Specified by:
setMinOccursin interfaceGroup- Parameters:
newMinOccurs- the new value of the 'Min Occurs' attribute.- See Also:
Group.isSetMinOccurs(),Group.unsetMinOccurs(),Group.getMinOccurs()
-
unsetMinOccurs
public void unsetMinOccurs()
- Specified by:
unsetMinOccursin interfaceGroup- See Also:
Group.isSetMinOccurs(),Group.getMinOccurs(),Group.setMinOccurs(BigInteger)
-
isSetMinOccurs
public boolean isSetMinOccurs()
- Specified by:
isSetMinOccursin interfaceGroup- Returns:
- whether the value of the 'Min Occurs' attribute is set.
- See Also:
Group.unsetMinOccurs(),Group.getMinOccurs(),Group.setMinOccurs(BigInteger)
-
getName
public String getName()
- Specified by:
getNamein interfaceGroup- Returns:
- the value of the 'Name' attribute.
- See Also:
Group.setName(String),SchemaPackage.getGroup_Name()
-
setName
public void setName(String newName)
- Specified by:
setNamein interfaceGroup- Parameters:
newName- the new value of the 'Name' attribute.- See Also:
Group.getName()
-
getRef
public QName getRef()
- Specified by:
getRefin interfaceGroup- Returns:
- the value of the 'Ref' attribute.
- See Also:
Group.setRef(QName),SchemaPackage.getGroup_Ref()
-
setRef
public void setRef(QName newRef)
- Specified by:
setRefin interfaceGroup- Parameters:
newRef- the new value of the 'Ref' attribute.- See Also:
Group.getRef()
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)- Overrides:
eInverseRemovein classAnnotatedImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGetin interfaceInternalEObject- Overrides:
eGetin classAnnotatedImpl
-
eSet
public void eSet(int featureID, Object newValue)- Specified by:
eSetin interfaceInternalEObject- Overrides:
eSetin classAnnotatedImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnsetin interfaceInternalEObject- Overrides:
eUnsetin classAnnotatedImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSetin interfaceInternalEObject- Overrides:
eIsSetin classAnnotatedImpl
-
toString
public String toString()
- Overrides:
toStringin classAnnotatedImpl
-
-