Package org.w3._2001.schema.impl
Class RestrictionType1Impl
- Object
-
- BasicNotifierImpl
-
- BasicEObjectImpl
-
- MinimalEObjectImpl
-
- MinimalEObjectImpl.Container
-
- OpenAttrsImpl
-
- AnnotatedImpl
-
- RestrictionType1Impl
-
- All Implemented Interfaces:
Notifier
,EObject
,EStructuralFeature.Internal.DynamicValueHolder
,InternalEObject
,Annotated
,OpenAttrs
,RestrictionType1
public class RestrictionType1Impl extends AnnotatedImpl implements RestrictionType1
An implementation of the model object 'Restriction Type1'.The following features are implemented:
-
-
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 QName
base
The cached value of the 'Base
' attribute.protected static QName
BASE_EDEFAULT
The default value of the 'Base
' attribute.protected FeatureMap
facets
The cached value of the 'Facets
' attribute list.protected LocalSimpleType
simpleType
The cached value of the 'Simple Type
' containment reference.-
Fields inherited from class AnnotatedImpl
annotation, id, ID_EDEFAULT
-
Fields inherited from class OpenAttrsImpl
anyAttribute
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RestrictionType1Impl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChain
basicSetSimpleType(LocalSimpleType newSimpleType, NotificationChain msgs)
Object
eGet(int featureID, boolean resolve, boolean coreType)
NotificationChain
eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
boolean
eIsSet(int featureID)
void
eSet(int featureID, Object newValue)
protected EClass
eStaticClass()
void
eUnset(int featureID)
QName
getBase()
EList<NoFixedFacet>
getEnumeration()
FeatureMap
getFacets()
EList<NumFacet>
getFractionDigits()
EList<NumFacet>
getLength()
EList<Facet>
getMaxExclusive()
EList<Facet>
getMaxInclusive()
EList<NumFacet>
getMaxLength()
EList<Facet>
getMinExclusive()
EList<Facet>
getMinInclusive()
EList<NumFacet>
getMinLength()
EList<PatternType>
getPattern()
LocalSimpleType
getSimpleType()
EList<TotalDigitsType>
getTotalDigits()
EList<WhiteSpaceType>
getWhiteSpace()
void
setBase(QName newBase)
void
setSimpleType(LocalSimpleType newSimpleType)
String
toString()
-
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
-
simpleType
protected LocalSimpleType simpleType
The cached value of the 'Simple Type
' containment reference.- See Also:
getSimpleType()
-
facets
protected FeatureMap facets
The cached value of the 'Facets
' attribute list.- See Also:
getFacets()
-
BASE_EDEFAULT
protected static final QName BASE_EDEFAULT
The default value of the 'Base
' attribute.- See Also:
getBase()
-
-
Method Detail
-
eStaticClass
protected EClass eStaticClass()
- Overrides:
eStaticClass
in classAnnotatedImpl
-
getSimpleType
public LocalSimpleType getSimpleType()
- Specified by:
getSimpleType
in interfaceRestrictionType1
- Returns:
- the value of the 'Simple Type' containment reference.
- See Also:
RestrictionType1.setSimpleType(LocalSimpleType)
,SchemaPackage.getRestrictionType1_SimpleType()
-
basicSetSimpleType
public NotificationChain basicSetSimpleType(LocalSimpleType newSimpleType, NotificationChain msgs)
-
setSimpleType
public void setSimpleType(LocalSimpleType newSimpleType)
- Specified by:
setSimpleType
in interfaceRestrictionType1
- Parameters:
newSimpleType
- the new value of the 'Simple Type' containment reference.- See Also:
RestrictionType1.getSimpleType()
-
getFacets
public FeatureMap getFacets()
- Specified by:
getFacets
in interfaceRestrictionType1
- Returns:
- the value of the 'Facets' attribute list.
- See Also:
SchemaPackage.getRestrictionType1_Facets()
-
getMinExclusive
public EList<Facet> getMinExclusive()
- Specified by:
getMinExclusive
in interfaceRestrictionType1
- Returns:
- the value of the 'Min Exclusive' containment reference list.
- See Also:
SchemaPackage.getRestrictionType1_MinExclusive()
-
getMinInclusive
public EList<Facet> getMinInclusive()
- Specified by:
getMinInclusive
in interfaceRestrictionType1
- Returns:
- the value of the 'Min Inclusive' containment reference list.
- See Also:
SchemaPackage.getRestrictionType1_MinInclusive()
-
getMaxExclusive
public EList<Facet> getMaxExclusive()
- Specified by:
getMaxExclusive
in interfaceRestrictionType1
- Returns:
- the value of the 'Max Exclusive' containment reference list.
- See Also:
SchemaPackage.getRestrictionType1_MaxExclusive()
-
getMaxInclusive
public EList<Facet> getMaxInclusive()
- Specified by:
getMaxInclusive
in interfaceRestrictionType1
- Returns:
- the value of the 'Max Inclusive' containment reference list.
- See Also:
SchemaPackage.getRestrictionType1_MaxInclusive()
-
getTotalDigits
public EList<TotalDigitsType> getTotalDigits()
- Specified by:
getTotalDigits
in interfaceRestrictionType1
- Returns:
- the value of the 'Total Digits' containment reference list.
- See Also:
SchemaPackage.getRestrictionType1_TotalDigits()
-
getFractionDigits
public EList<NumFacet> getFractionDigits()
- Specified by:
getFractionDigits
in interfaceRestrictionType1
- Returns:
- the value of the 'Fraction Digits' containment reference list.
- See Also:
SchemaPackage.getRestrictionType1_FractionDigits()
-
getLength
public EList<NumFacet> getLength()
- Specified by:
getLength
in interfaceRestrictionType1
- Returns:
- the value of the 'Length' containment reference list.
- See Also:
SchemaPackage.getRestrictionType1_Length()
-
getMinLength
public EList<NumFacet> getMinLength()
- Specified by:
getMinLength
in interfaceRestrictionType1
- Returns:
- the value of the 'Min Length' containment reference list.
- See Also:
SchemaPackage.getRestrictionType1_MinLength()
-
getMaxLength
public EList<NumFacet> getMaxLength()
- Specified by:
getMaxLength
in interfaceRestrictionType1
- Returns:
- the value of the 'Max Length' containment reference list.
- See Also:
SchemaPackage.getRestrictionType1_MaxLength()
-
getEnumeration
public EList<NoFixedFacet> getEnumeration()
- Specified by:
getEnumeration
in interfaceRestrictionType1
- Returns:
- the value of the 'Enumeration' containment reference list.
- See Also:
SchemaPackage.getRestrictionType1_Enumeration()
-
getWhiteSpace
public EList<WhiteSpaceType> getWhiteSpace()
- Specified by:
getWhiteSpace
in interfaceRestrictionType1
- Returns:
- the value of the 'White Space' containment reference list.
- See Also:
SchemaPackage.getRestrictionType1_WhiteSpace()
-
getPattern
public EList<PatternType> getPattern()
- Specified by:
getPattern
in interfaceRestrictionType1
- Returns:
- the value of the 'Pattern' containment reference list.
- See Also:
SchemaPackage.getRestrictionType1_Pattern()
-
getBase
public QName getBase()
- Specified by:
getBase
in interfaceRestrictionType1
- Returns:
- the value of the 'Base' attribute.
- See Also:
RestrictionType1.setBase(QName)
,SchemaPackage.getRestrictionType1_Base()
-
setBase
public void setBase(QName newBase)
- Specified by:
setBase
in interfaceRestrictionType1
- Parameters:
newBase
- the new value of the 'Base' attribute.- See Also:
RestrictionType1.getBase()
-
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
- Overrides:
eInverseRemove
in classAnnotatedImpl
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGet
in interfaceInternalEObject
- Overrides:
eGet
in classAnnotatedImpl
-
eSet
public void eSet(int featureID, Object newValue)
- Specified by:
eSet
in interfaceInternalEObject
- Overrides:
eSet
in classAnnotatedImpl
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnset
in interfaceInternalEObject
- Overrides:
eUnset
in classAnnotatedImpl
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSet
in interfaceInternalEObject
- Overrides:
eIsSet
in classAnnotatedImpl
-
toString
public String toString()
- Overrides:
toString
in classAnnotatedImpl
-
-