org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl
Class TelephoneNumberTypeImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl.TelephoneNumberTypeImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, TelephoneNumberType

public class TelephoneNumberTypeImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements TelephoneNumberType

An implementation of the model object 'Telephone Number Type'.

The following features are implemented:


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 java.lang.String getAreaCode()
           
 java.lang.String getCountryCode()
           
 java.lang.String getExtension()
           
 java.lang.String getNumber()
           
 java.lang.String getPhoneType()
           
 java.lang.String getUrl()
           
 void setAreaCode(java.lang.String newAreaCode)
           
 void setCountryCode(java.lang.String newCountryCode)
           
 void setExtension(java.lang.String newExtension)
           
 void setNumber(java.lang.String newNumber)
           
 void setPhoneType(java.lang.String newPhoneType)
           
 void setUrl(java.lang.String newUrl)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Method Detail

getAreaCode

public java.lang.String getAreaCode()

Specified by:
getAreaCode in interface TelephoneNumberType
Returns:
the value of the 'Area Code' attribute.
See Also:
TelephoneNumberType.setAreaCode(String), RimPackage.getTelephoneNumberType_AreaCode()

setAreaCode

public void setAreaCode(java.lang.String newAreaCode)

Specified by:
setAreaCode in interface TelephoneNumberType
Parameters:
newAreaCode - the new value of the 'Area Code' attribute.
See Also:
TelephoneNumberType.getAreaCode()

getCountryCode

public java.lang.String getCountryCode()

Specified by:
getCountryCode in interface TelephoneNumberType
Returns:
the value of the 'Country Code' attribute.
See Also:
TelephoneNumberType.setCountryCode(String), RimPackage.getTelephoneNumberType_CountryCode()

setCountryCode

public void setCountryCode(java.lang.String newCountryCode)

Specified by:
setCountryCode in interface TelephoneNumberType
Parameters:
newCountryCode - the new value of the 'Country Code' attribute.
See Also:
TelephoneNumberType.getCountryCode()

getExtension

public java.lang.String getExtension()

Specified by:
getExtension in interface TelephoneNumberType
Returns:
the value of the 'Extension' attribute.
See Also:
TelephoneNumberType.setExtension(String), RimPackage.getTelephoneNumberType_Extension()

setExtension

public void setExtension(java.lang.String newExtension)

Specified by:
setExtension in interface TelephoneNumberType
Parameters:
newExtension - the new value of the 'Extension' attribute.
See Also:
TelephoneNumberType.getExtension()

getNumber

public java.lang.String getNumber()

Specified by:
getNumber in interface TelephoneNumberType
Returns:
the value of the 'Number' attribute.
See Also:
TelephoneNumberType.setNumber(String), RimPackage.getTelephoneNumberType_Number()

setNumber

public void setNumber(java.lang.String newNumber)

Specified by:
setNumber in interface TelephoneNumberType
Parameters:
newNumber - the new value of the 'Number' attribute.
See Also:
TelephoneNumberType.getNumber()

getPhoneType

public java.lang.String getPhoneType()

Specified by:
getPhoneType in interface TelephoneNumberType
Returns:
the value of the 'Phone Type' attribute.
See Also:
TelephoneNumberType.setPhoneType(String), RimPackage.getTelephoneNumberType_PhoneType()

setPhoneType

public void setPhoneType(java.lang.String newPhoneType)

Specified by:
setPhoneType in interface TelephoneNumberType
Parameters:
newPhoneType - the new value of the 'Phone Type' attribute.
See Also:
TelephoneNumberType.getPhoneType()

getUrl

public java.lang.String getUrl()

Specified by:
getUrl in interface TelephoneNumberType
Returns:
the value of the 'Url' attribute.
See Also:
TelephoneNumberType.setUrl(String), RimPackage.getTelephoneNumberType_Url()

setUrl

public void setUrl(java.lang.String newUrl)

Specified by:
setUrl in interface TelephoneNumberType
Parameters:
newUrl - the new value of the 'Url' attribute.
See Also:
TelephoneNumberType.getUrl()

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

toString

public java.lang.String toString()

Overrides:
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl