Package net.opengis.fes20.impl
Class ResourceIdTypeImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- EObjectImpl
- 
- AbstractIdTypeImpl
- 
- ResourceIdTypeImpl
 
 
 
 
 
- 
- All Implemented Interfaces:
- AbstractIdType,- ResourceIdType,- Notifier,- EObject,- InternalEObject
 
 public class ResourceIdTypeImpl extends AbstractIdTypeImpl implements ResourceIdType An implementation of the model object 'Resource Id Type'.The following features are implemented: 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class BasicEObjectImplBasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
 - 
Nested classes/interfaces inherited from class BasicNotifierImplBasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected static XMLGregorianCalendarEND_DATE_EDEFAULTThe default value of the 'End Date' attribute.protected XMLGregorianCalendarendDateThe cached value of the 'End Date' attribute.protected static StringPREVIOUS_RID_EDEFAULTThe default value of the 'Previous Rid' attribute.protected StringpreviousRidThe cached value of the 'Previous Rid' attribute.protected StringridThe cached value of the 'Rid' attribute.protected static StringRID_EDEFAULTThe default value of the 'Rid' attribute.protected static XMLGregorianCalendarSTART_DATE_EDEFAULTThe default value of the 'Start Date' attribute.protected XMLGregorianCalendarstartDateThe cached value of the 'Start Date' attribute.protected ObjectversionThe cached value of the 'Version' attribute.protected static ObjectVERSION_EDEFAULTThe default value of the 'Version' attribute.- 
Fields inherited from class EObjectImpleAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedResourceIdTypeImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjecteGet(int featureID, boolean resolve, boolean coreType)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected EClasseStaticClass()voideUnset(int featureID)XMLGregorianCalendargetEndDate()StringgetPreviousRid()StringgetRid()XMLGregorianCalendargetStartDate()ObjectgetVersion()voidsetEndDate(XMLGregorianCalendar newEndDate)voidsetPreviousRid(String newPreviousRid)voidsetRid(String newRid)voidsetStartDate(XMLGregorianCalendar newStartDate)voidsetVersion(Object newVersion)StringtoString()- 
Methods inherited from class EObjectImpleAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 - 
Methods inherited from class BasicEObjectImpleAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 - 
Methods inherited from class BasicNotifierImpleBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
- 
 
- 
- 
- 
Field Detail- 
END_DATE_EDEFAULTprotected static final XMLGregorianCalendar END_DATE_EDEFAULT The default value of the 'End Date' attribute.- See Also:
- getEndDate()
 
 - 
endDateprotected XMLGregorianCalendar endDate The cached value of the 'End Date' attribute.- See Also:
- getEndDate()
 
 - 
PREVIOUS_RID_EDEFAULTprotected static final String PREVIOUS_RID_EDEFAULT The default value of the 'Previous Rid' attribute.- See Also:
- getPreviousRid()
 
 - 
previousRidprotected String previousRid The cached value of the 'Previous Rid' attribute.- See Also:
- getPreviousRid()
 
 - 
RID_EDEFAULTprotected static final String RID_EDEFAULT The default value of the 'Rid' attribute.- See Also:
- getRid()
 
 - 
START_DATE_EDEFAULTprotected static final XMLGregorianCalendar START_DATE_EDEFAULT The default value of the 'Start Date' attribute.- See Also:
- getStartDate()
 
 - 
startDateprotected XMLGregorianCalendar startDate The cached value of the 'Start Date' attribute.- See Also:
- getStartDate()
 
 - 
VERSION_EDEFAULTprotected static final Object VERSION_EDEFAULT The default value of the 'Version' attribute.- See Also:
- getVersion()
 
 - 
versionprotected Object version The cached value of the 'Version' attribute.- See Also:
- getVersion()
 
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- AbstractIdTypeImpl
 
 - 
getEndDatepublic XMLGregorianCalendar getEndDate() - Specified by:
- getEndDatein interface- ResourceIdType
- Returns:
- the value of the 'End Date' attribute.
- See Also:
- ResourceIdType.setEndDate(XMLGregorianCalendar),- Fes20Package.getResourceIdType_EndDate()
 
 - 
setEndDatepublic void setEndDate(XMLGregorianCalendar newEndDate) - Specified by:
- setEndDatein interface- ResourceIdType
- Parameters:
- newEndDate- the new value of the 'End Date' attribute.
- See Also:
- ResourceIdType.getEndDate()
 
 - 
getPreviousRidpublic String getPreviousRid() - Specified by:
- getPreviousRidin interface- ResourceIdType
- Returns:
- the value of the 'Previous Rid' attribute.
- See Also:
- ResourceIdType.setPreviousRid(String),- Fes20Package.getResourceIdType_PreviousRid()
 
 - 
setPreviousRidpublic void setPreviousRid(String newPreviousRid) - Specified by:
- setPreviousRidin interface- ResourceIdType
- Parameters:
- newPreviousRid- the new value of the 'Previous Rid' attribute.
- See Also:
- ResourceIdType.getPreviousRid()
 
 - 
getRidpublic String getRid() - Specified by:
- getRidin interface- ResourceIdType
- Returns:
- the value of the 'Rid' attribute.
- See Also:
- ResourceIdType.setRid(String),- Fes20Package.getResourceIdType_Rid()
 
 - 
setRidpublic void setRid(String newRid) - Specified by:
- setRidin interface- ResourceIdType
- Parameters:
- newRid- the new value of the 'Rid' attribute.
- See Also:
- ResourceIdType.getRid()
 
 - 
getStartDatepublic XMLGregorianCalendar getStartDate() - Specified by:
- getStartDatein interface- ResourceIdType
- Returns:
- the value of the 'Start Date' attribute.
- See Also:
- ResourceIdType.setStartDate(XMLGregorianCalendar),- Fes20Package.getResourceIdType_StartDate()
 
 - 
setStartDatepublic void setStartDate(XMLGregorianCalendar newStartDate) - Specified by:
- setStartDatein interface- ResourceIdType
- Parameters:
- newStartDate- the new value of the 'Start Date' attribute.
- See Also:
- ResourceIdType.getStartDate()
 
 - 
getVersionpublic Object getVersion() - Specified by:
- getVersionin interface- ResourceIdType
- Returns:
- the value of the 'Version' attribute.
- See Also:
- ResourceIdType.setVersion(Object),- Fes20Package.getResourceIdType_Version()
 
 - 
setVersionpublic void setVersion(Object newVersion) - Specified by:
- setVersionin interface- ResourceIdType
- Parameters:
- newVersion- the new value of the 'Version' attribute.
- See Also:
- ResourceIdType.getVersion()
 
 - 
eGetpublic Object eGet(int featureID, boolean resolve, boolean coreType) - Specified by:
- eGetin interface- InternalEObject
- Overrides:
- eGetin class- BasicEObjectImpl
 
 - 
eSetpublic void eSet(int featureID, Object newValue)- Specified by:
- eSetin interface- InternalEObject
- Overrides:
- eSetin class- BasicEObjectImpl
 
 - 
eUnsetpublic void eUnset(int featureID) - Specified by:
- eUnsetin interface- InternalEObject
- Overrides:
- eUnsetin class- BasicEObjectImpl
 
 - 
eIsSetpublic boolean eIsSet(int featureID) - Specified by:
- eIsSetin interface- InternalEObject
- Overrides:
- eIsSetin class- BasicEObjectImpl
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- BasicEObjectImpl
 
 
- 
 
-