|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XPN
A representation of the model object 'XPN'. This data structure is being used to represent a person name and is based on the HL7 v2.5 data type XPN.
The following features are supported:
Hl7v2Package.getXPN()| Method Summary | |
|---|---|
java.lang.String |
getFamilyName()
Returns the value of the 'Family Name' attribute. |
java.lang.String |
getGivenName()
Returns the value of the 'Given Name' attribute. |
java.lang.String |
getOtherName()
Returns the value of the 'Other Name' attribute. |
java.lang.String |
getPrefix()
Returns the value of the 'Prefix' attribute. |
java.lang.String |
getSuffix()
Returns the value of the 'Suffix' attribute. |
void |
setFamilyName(java.lang.String value)
Sets the value of the ' Family Name' attribute. |
void |
setGivenName(java.lang.String value)
Sets the value of the ' Given Name' attribute. |
void |
setOtherName(java.lang.String value)
Sets the value of the ' Other Name' attribute. |
void |
setPrefix(java.lang.String value)
Sets the value of the ' Prefix' attribute. |
void |
setSuffix(java.lang.String value)
Sets the value of the ' Suffix' 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 |
|---|
java.lang.String getFamilyName()
If the meaning of the 'Family Name' attribute isn't clear, there really should be more of a description here...
setFamilyName(String),
Hl7v2Package.getXPN_FamilyName()void setFamilyName(java.lang.String value)
Family Name' attribute.
value - the new value of the 'Family Name' attribute.getFamilyName()java.lang.String getGivenName()
If the meaning of the 'Given Name' attribute isn't clear, there really should be more of a description here...
setGivenName(String),
Hl7v2Package.getXPN_GivenName()void setGivenName(java.lang.String value)
Given Name' attribute.
value - the new value of the 'Given Name' attribute.getGivenName()java.lang.String getOtherName()
If the meaning of the 'Other Name' attribute isn't clear, there really should be more of a description here...
setOtherName(String),
Hl7v2Package.getXPN_OtherName()void setOtherName(java.lang.String value)
Other Name' attribute.
value - the new value of the 'Other Name' attribute.getOtherName()java.lang.String getSuffix()
If the meaning of the 'Suffix' attribute isn't clear, there really should be more of a description here...
setSuffix(String),
Hl7v2Package.getXPN_Suffix()void setSuffix(java.lang.String value)
Suffix' attribute.
value - the new value of the 'Suffix' attribute.getSuffix()java.lang.String getPrefix()
If the meaning of the 'Prefix' attribute isn't clear, there really should be more of a description here...
setPrefix(String),
Hl7v2Package.getXPN_Prefix()void setPrefix(java.lang.String value)
Prefix' attribute.
value - the new value of the 'Prefix' attribute.getPrefix()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||