Package net.opengis.wcs10.impl
Class ResponsiblePartyTypeImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- EObjectImpl
- 
- ResponsiblePartyTypeImpl
 
 
 
 
- 
- All Implemented Interfaces:
- ResponsiblePartyType,- Notifier,- EObject,- InternalEObject
 
 public class ResponsiblePartyTypeImpl extends EObjectImpl implements ResponsiblePartyType An implementation of the model object 'Responsible Party 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 ContactTypecontactInfoThe cached value of the 'Contact Info' containment reference.protected static StringINDIVIDUAL_NAME_EDEFAULTThe default value of the 'Individual Name' attribute.protected StringindividualNameThe cached value of the 'Individual Name' attribute.protected static StringORGANISATION_NAME_EDEFAULTThe default value of the 'Organisation Name' attribute.protected static StringORGANISATION_NAME1_EDEFAULTThe default value of the 'Organisation Name1' attribute.protected StringorganisationNameThe cached value of the 'Organisation Name' attribute.protected StringorganisationName1The cached value of the 'Organisation Name1' attribute.protected static StringPOSITION_NAME_EDEFAULTThe default value of the 'Position Name' attribute.protected StringpositionNameThe cached value of the 'Position Name' 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 protectedResponsiblePartyTypeImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationChainbasicSetContactInfo(ContactType newContactInfo, NotificationChain msgs)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)ContactTypegetContactInfo()StringgetIndividualName()StringgetOrganisationName()StringgetOrganisationName1()StringgetPositionName()voidsetContactInfo(ContactType newContactInfo)voidsetIndividualName(String newIndividualName)voidsetOrganisationName(String newOrganisationName)voidsetOrganisationName1(String newOrganisationName1)voidsetPositionName(String newPositionName)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, 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- 
INDIVIDUAL_NAME_EDEFAULTprotected static final String INDIVIDUAL_NAME_EDEFAULT The default value of the 'Individual Name' attribute.- See Also:
- getIndividualName()
 
 - 
individualNameprotected String individualName The cached value of the 'Individual Name' attribute.- See Also:
- getIndividualName()
 
 - 
ORGANISATION_NAME_EDEFAULTprotected static final String ORGANISATION_NAME_EDEFAULT The default value of the 'Organisation Name' attribute.- See Also:
- getOrganisationName()
 
 - 
organisationNameprotected String organisationName The cached value of the 'Organisation Name' attribute.- See Also:
- getOrganisationName()
 
 - 
ORGANISATION_NAME1_EDEFAULTprotected static final String ORGANISATION_NAME1_EDEFAULT The default value of the 'Organisation Name1' attribute.- See Also:
- getOrganisationName1()
 
 - 
organisationName1protected String organisationName1 The cached value of the 'Organisation Name1' attribute.- See Also:
- getOrganisationName1()
 
 - 
POSITION_NAME_EDEFAULTprotected static final String POSITION_NAME_EDEFAULT The default value of the 'Position Name' attribute.- See Also:
- getPositionName()
 
 - 
positionNameprotected String positionName The cached value of the 'Position Name' attribute.- See Also:
- getPositionName()
 
 - 
contactInfoprotected ContactType contactInfo The cached value of the 'Contact Info' containment reference.- See Also:
- getContactInfo()
 
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- EObjectImpl
 
 - 
getIndividualNamepublic String getIndividualName() - Specified by:
- getIndividualNamein interface- ResponsiblePartyType
- Returns:
- the value of the 'Individual Name' attribute.
- See Also:
- ResponsiblePartyType.setIndividualName(String),- Wcs10Package.getResponsiblePartyType_IndividualName()
 
 - 
setIndividualNamepublic void setIndividualName(String newIndividualName) - Specified by:
- setIndividualNamein interface- ResponsiblePartyType
- Parameters:
- newIndividualName- the new value of the 'Individual Name' attribute.
- See Also:
- ResponsiblePartyType.getIndividualName()
 
 - 
getOrganisationNamepublic String getOrganisationName() - Specified by:
- getOrganisationNamein interface- ResponsiblePartyType
- Returns:
- the value of the 'Organisation Name' attribute.
- See Also:
- ResponsiblePartyType.setOrganisationName(String),- Wcs10Package.getResponsiblePartyType_OrganisationName()
 
 - 
setOrganisationNamepublic void setOrganisationName(String newOrganisationName) - Specified by:
- setOrganisationNamein interface- ResponsiblePartyType
- Parameters:
- newOrganisationName- the new value of the 'Organisation Name' attribute.
- See Also:
- ResponsiblePartyType.getOrganisationName()
 
 - 
getOrganisationName1public String getOrganisationName1() - Specified by:
- getOrganisationName1in interface- ResponsiblePartyType
- Returns:
- the value of the 'Organisation Name1' attribute.
- See Also:
- ResponsiblePartyType.setOrganisationName1(String),- Wcs10Package.getResponsiblePartyType_OrganisationName1()
 
 - 
setOrganisationName1public void setOrganisationName1(String newOrganisationName1) - Specified by:
- setOrganisationName1in interface- ResponsiblePartyType
- Parameters:
- newOrganisationName1- the new value of the 'Organisation Name1' attribute.
- See Also:
- ResponsiblePartyType.getOrganisationName1()
 
 - 
getPositionNamepublic String getPositionName() - Specified by:
- getPositionNamein interface- ResponsiblePartyType
- Returns:
- the value of the 'Position Name' attribute.
- See Also:
- ResponsiblePartyType.setPositionName(String),- Wcs10Package.getResponsiblePartyType_PositionName()
 
 - 
setPositionNamepublic void setPositionName(String newPositionName) - Specified by:
- setPositionNamein interface- ResponsiblePartyType
- Parameters:
- newPositionName- the new value of the 'Position Name' attribute.
- See Also:
- ResponsiblePartyType.getPositionName()
 
 - 
getContactInfopublic ContactType getContactInfo() - Specified by:
- getContactInfoin interface- ResponsiblePartyType
- Returns:
- the value of the 'Contact Info' containment reference.
- See Also:
- ResponsiblePartyType.setContactInfo(ContactType),- Wcs10Package.getResponsiblePartyType_ContactInfo()
 
 - 
basicSetContactInfopublic NotificationChain basicSetContactInfo(ContactType newContactInfo, NotificationChain msgs) 
 - 
setContactInfopublic void setContactInfo(ContactType newContactInfo) - Specified by:
- setContactInfoin interface- ResponsiblePartyType
- Parameters:
- newContactInfo- the new value of the 'Contact Info' containment reference.
- See Also:
- ResponsiblePartyType.getContactInfo()
 
 - 
eInverseRemovepublic NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)- Overrides:
- eInverseRemovein class- BasicEObjectImpl
 
 - 
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
 
 
- 
 
-