org.eclipse.ohf.ihe.common.cdar2
Interface POCDMT000040CustodianOrganization

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
POCDMT000040CustodianOrganizationImpl

public interface POCDMT000040CustodianOrganization
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'POCDMT000040 Custodian Organization'.

The following features are supported:

See Also:
CDAR2Package.getPOCDMT000040CustodianOrganization()

Method Summary
 AD getAddr()
          Returns the value of the 'Addr' containment reference.
 org.eclipse.emf.common.util.Enumerator getClassCode()
          Returns the value of the 'Class Code' attribute.
 org.eclipse.emf.common.util.Enumerator getDeterminerCode()
          Returns the value of the 'Determiner Code' attribute.
 org.eclipse.emf.common.util.EList getId()
          Returns the value of the 'Id' containment reference list.
 ON getName()
          Returns the value of the 'Name' containment reference.
 org.eclipse.emf.common.util.Enumerator getNullFlavor()
          Returns the value of the 'Null Flavor' attribute.
 org.eclipse.emf.common.util.EList getRealmCode()
          Returns the value of the 'Realm Code' containment reference list.
 TEL getTelecom()
          Returns the value of the 'Telecom' containment reference.
 org.eclipse.emf.common.util.EList getTemplateId()
          Returns the value of the 'Template Id' containment reference list.
 POCDMT000040InfrastructureRootTypeId getTypeId()
          Returns the value of the 'Type Id' containment reference.
 boolean isSetClassCode()
          Returns whether the value of the 'Class Code' attribute is set.
 boolean isSetDeterminerCode()
          Returns whether the value of the 'Determiner Code' attribute is set.
 void setAddr(AD value)
          Sets the value of the 'Addr' containment reference.
 void setClassCode(org.eclipse.emf.common.util.Enumerator value)
          Sets the value of the 'Class Code' attribute.
 void setDeterminerCode(org.eclipse.emf.common.util.Enumerator value)
          Sets the value of the 'Determiner Code' attribute.
 void setName(ON value)
          Sets the value of the 'Name' containment reference.
 void setNullFlavor(org.eclipse.emf.common.util.Enumerator value)
          Sets the value of the 'Null Flavor' attribute.
 void setTelecom(TEL value)
          Sets the value of the 'Telecom' containment reference.
 void setTypeId(POCDMT000040InfrastructureRootTypeId value)
          Sets the value of the 'Type Id' containment reference.
 void unsetClassCode()
          Unsets the value of the 'Class Code' attribute.
 void unsetDeterminerCode()
          Unsets the value of the 'Determiner Code' attribute.
 
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
 

Method Detail

getRealmCode

org.eclipse.emf.common.util.EList getRealmCode()
Returns the value of the 'Realm Code' containment reference list. The list contents are of type CS1.

If the meaning of the 'Realm Code' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Realm Code' containment reference list.
See Also:
CDAR2Package.getPOCDMT000040CustodianOrganization_RealmCode()

getTypeId

POCDMT000040InfrastructureRootTypeId getTypeId()
Returns the value of the 'Type Id' containment reference.

If the meaning of the 'Type Id' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type Id' containment reference.
See Also:
setTypeId(POCDMT000040InfrastructureRootTypeId), CDAR2Package.getPOCDMT000040CustodianOrganization_TypeId()

setTypeId

void setTypeId(POCDMT000040InfrastructureRootTypeId value)
Sets the value of the 'Type Id' containment reference.

Parameters:
value - the new value of the 'Type Id' containment reference.
See Also:
getTypeId()

getTemplateId

org.eclipse.emf.common.util.EList getTemplateId()
Returns the value of the 'Template Id' containment reference list. The list contents are of type II.

If the meaning of the 'Template Id' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Template Id' containment reference list.
See Also:
CDAR2Package.getPOCDMT000040CustodianOrganization_TemplateId()

getId

org.eclipse.emf.common.util.EList getId()
Returns the value of the 'Id' containment reference list. The list contents are of type II.

If the meaning of the 'Id' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' containment reference list.
See Also:
CDAR2Package.getPOCDMT000040CustodianOrganization_Id()

getName

ON getName()
Returns the value of the 'Name' containment reference.

If the meaning of the 'Name' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' containment reference.
See Also:
setName(ON), CDAR2Package.getPOCDMT000040CustodianOrganization_Name()

setName

void setName(ON value)
Sets the value of the 'Name' containment reference.

Parameters:
value - the new value of the 'Name' containment reference.
See Also:
getName()

getTelecom

TEL getTelecom()
Returns the value of the 'Telecom' containment reference.

If the meaning of the 'Telecom' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Telecom' containment reference.
See Also:
setTelecom(TEL), CDAR2Package.getPOCDMT000040CustodianOrganization_Telecom()

setTelecom

void setTelecom(TEL value)
Sets the value of the 'Telecom' containment reference.

Parameters:
value - the new value of the 'Telecom' containment reference.
See Also:
getTelecom()

getAddr

AD getAddr()
Returns the value of the 'Addr' containment reference.

If the meaning of the 'Addr' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Addr' containment reference.
See Also:
setAddr(AD), CDAR2Package.getPOCDMT000040CustodianOrganization_Addr()

setAddr

void setAddr(AD value)
Sets the value of the 'Addr' containment reference.

Parameters:
value - the new value of the 'Addr' containment reference.
See Also:
getAddr()

getClassCode

org.eclipse.emf.common.util.Enumerator getClassCode()
Returns the value of the 'Class Code' attribute. The default value is "ORG".

If the meaning of the 'Class Code' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Class Code' attribute.
See Also:
isSetClassCode(), unsetClassCode(), setClassCode(Enumerator), CDAR2Package.getPOCDMT000040CustodianOrganization_ClassCode()

setClassCode

void setClassCode(org.eclipse.emf.common.util.Enumerator value)
Sets the value of the 'Class Code' attribute.

Parameters:
value - the new value of the 'Class Code' attribute.
See Also:
isSetClassCode(), unsetClassCode(), getClassCode()

unsetClassCode

void unsetClassCode()
Unsets the value of the 'Class Code' attribute.

See Also:
isSetClassCode(), getClassCode(), setClassCode(Enumerator)

isSetClassCode

boolean isSetClassCode()
Returns whether the value of the 'Class Code' attribute is set.

Returns:
whether the value of the 'Class Code' attribute is set.
See Also:
unsetClassCode(), getClassCode(), setClassCode(Enumerator)

getDeterminerCode

org.eclipse.emf.common.util.Enumerator getDeterminerCode()
Returns the value of the 'Determiner Code' attribute. The default value is "INSTANCE".

If the meaning of the 'Determiner Code' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Determiner Code' attribute.
See Also:
isSetDeterminerCode(), unsetDeterminerCode(), setDeterminerCode(Enumerator), CDAR2Package.getPOCDMT000040CustodianOrganization_DeterminerCode()

setDeterminerCode

void setDeterminerCode(org.eclipse.emf.common.util.Enumerator value)
Sets the value of the 'Determiner Code' attribute.

Parameters:
value - the new value of the 'Determiner Code' attribute.
See Also:
isSetDeterminerCode(), unsetDeterminerCode(), getDeterminerCode()

unsetDeterminerCode

void unsetDeterminerCode()
Unsets the value of the 'Determiner Code' attribute.

See Also:
isSetDeterminerCode(), getDeterminerCode(), setDeterminerCode(Enumerator)

isSetDeterminerCode

boolean isSetDeterminerCode()
Returns whether the value of the 'Determiner Code' attribute is set.

Returns:
whether the value of the 'Determiner Code' attribute is set.
See Also:
unsetDeterminerCode(), getDeterminerCode(), setDeterminerCode(Enumerator)

getNullFlavor

org.eclipse.emf.common.util.Enumerator getNullFlavor()
Returns the value of the 'Null Flavor' attribute.

If the meaning of the 'Null Flavor' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Null Flavor' attribute.
See Also:
setNullFlavor(Enumerator), CDAR2Package.getPOCDMT000040CustodianOrganization_NullFlavor()

setNullFlavor

void setNullFlavor(org.eclipse.emf.common.util.Enumerator value)
Sets the value of the 'Null Flavor' attribute.

Parameters:
value - the new value of the 'Null Flavor' attribute.
See Also:
getNullFlavor()