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

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

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

A representation of the model object 'POCDMT000040 Subject'.

The following features are supported:

See Also:
CDAR2Package.getPOCDMT000040Subject()

Method Summary
 CE getAwarenessCode()
          Returns the value of the 'Awareness Code' containment reference.
 org.eclipse.emf.common.util.Enumerator getContextControlCode()
          Returns the value of the 'Context Control Code' attribute.
 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.
 POCDMT000040RelatedSubject getRelatedSubject()
          Returns the value of the 'Related Subject' containment reference.
 org.eclipse.emf.common.util.EList getTemplateId()
          Returns the value of the 'Template Id' containment reference list.
 ParticipationTargetSubject getTypeCode()
          Returns the value of the 'Type Code' attribute.
 POCDMT000040InfrastructureRootTypeId getTypeId()
          Returns the value of the 'Type Id' containment reference.
 boolean isSetContextControlCode()
          Returns whether the value of the 'Context Control Code' attribute is set.
 boolean isSetTypeCode()
          Returns whether the value of the 'Type Code' attribute is set.
 void setAwarenessCode(CE value)
          Sets the value of the 'Awareness Code' containment reference.
 void setContextControlCode(org.eclipse.emf.common.util.Enumerator value)
          Sets the value of the 'Context Control Code' attribute.
 void setNullFlavor(org.eclipse.emf.common.util.Enumerator value)
          Sets the value of the 'Null Flavor' attribute.
 void setRelatedSubject(POCDMT000040RelatedSubject value)
          Sets the value of the 'Related Subject' containment reference.
 void setTypeCode(ParticipationTargetSubject value)
          Sets the value of the 'Type Code' attribute.
 void setTypeId(POCDMT000040InfrastructureRootTypeId value)
          Sets the value of the 'Type Id' containment reference.
 void unsetContextControlCode()
          Unsets the value of the 'Context Control Code' attribute.
 void unsetTypeCode()
          Unsets the value of the 'Type 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.getPOCDMT000040Subject_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.getPOCDMT000040Subject_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.getPOCDMT000040Subject_TemplateId()

getAwarenessCode

CE getAwarenessCode()
Returns the value of the 'Awareness Code' containment reference.

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

Returns:
the value of the 'Awareness Code' containment reference.
See Also:
setAwarenessCode(CE), CDAR2Package.getPOCDMT000040Subject_AwarenessCode()

setAwarenessCode

void setAwarenessCode(CE value)
Sets the value of the 'Awareness Code' containment reference.

Parameters:
value - the new value of the 'Awareness Code' containment reference.
See Also:
getAwarenessCode()

getRelatedSubject

POCDMT000040RelatedSubject getRelatedSubject()
Returns the value of the 'Related Subject' containment reference.

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

Returns:
the value of the 'Related Subject' containment reference.
See Also:
setRelatedSubject(POCDMT000040RelatedSubject), CDAR2Package.getPOCDMT000040Subject_RelatedSubject()

setRelatedSubject

void setRelatedSubject(POCDMT000040RelatedSubject value)
Sets the value of the 'Related Subject' containment reference.

Parameters:
value - the new value of the 'Related Subject' containment reference.
See Also:
getRelatedSubject()

getContextControlCode

org.eclipse.emf.common.util.Enumerator getContextControlCode()
Returns the value of the 'Context Control Code' attribute. The default value is "OP".

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

Returns:
the value of the 'Context Control Code' attribute.
See Also:
isSetContextControlCode(), unsetContextControlCode(), setContextControlCode(Enumerator), CDAR2Package.getPOCDMT000040Subject_ContextControlCode()

setContextControlCode

void setContextControlCode(org.eclipse.emf.common.util.Enumerator value)
Sets the value of the 'Context Control Code' attribute.

Parameters:
value - the new value of the 'Context Control Code' attribute.
See Also:
isSetContextControlCode(), unsetContextControlCode(), getContextControlCode()

unsetContextControlCode

void unsetContextControlCode()
Unsets the value of the 'Context Control Code' attribute.

See Also:
isSetContextControlCode(), getContextControlCode(), setContextControlCode(Enumerator)

isSetContextControlCode

boolean isSetContextControlCode()
Returns whether the value of the 'Context Control Code' attribute is set.

Returns:
whether the value of the 'Context Control Code' attribute is set.
See Also:
unsetContextControlCode(), getContextControlCode(), setContextControlCode(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.getPOCDMT000040Subject_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()

getTypeCode

ParticipationTargetSubject getTypeCode()
Returns the value of the 'Type Code' attribute. The default value is "SBJ". The literals are from the enumeration ParticipationTargetSubject.

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

Returns:
the value of the 'Type Code' attribute.
See Also:
ParticipationTargetSubject, isSetTypeCode(), unsetTypeCode(), setTypeCode(ParticipationTargetSubject), CDAR2Package.getPOCDMT000040Subject_TypeCode()

setTypeCode

void setTypeCode(ParticipationTargetSubject value)
Sets the value of the 'Type Code' attribute.

Parameters:
value - the new value of the 'Type Code' attribute.
See Also:
ParticipationTargetSubject, isSetTypeCode(), unsetTypeCode(), getTypeCode()

unsetTypeCode

void unsetTypeCode()
Unsets the value of the 'Type Code' attribute.

See Also:
isSetTypeCode(), getTypeCode(), setTypeCode(ParticipationTargetSubject)

isSetTypeCode

boolean isSetTypeCode()
Returns whether the value of the 'Type Code' attribute is set.

Returns:
whether the value of the 'Type Code' attribute is set.
See Also:
unsetTypeCode(), getTypeCode(), setTypeCode(ParticipationTargetSubject)