org.eclipse.ohf.ihe.common.ebxml._2._1.rim
Interface UserType

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

public interface UserType
extends RegistryObjectType

A representation of the model object 'User Type'. Mapping of the same named interface in ebRIM.

The following features are supported:

See Also:
RimPackage.getUserType()

Method Summary
 PostalAddressType getAddress()
          Returns the value of the 'Address' containment reference.
 org.eclipse.emf.common.util.EList getEmailAddress()
          Returns the value of the 'Email Address' containment reference list.
 java.lang.String getOrganization()
          Returns the value of the 'Organization' attribute.
 PersonNameType getPersonName()
          Returns the value of the 'Person Name' containment reference.
 org.eclipse.emf.common.util.EList getTelephoneNumber()
          Returns the value of the 'Telephone Number' containment reference list.
 java.lang.String getUrl()
          Returns the value of the 'Url' attribute.
 void setAddress(PostalAddressType value)
          Sets the value of the 'Address' containment reference.
 void setOrganization(java.lang.String value)
          Sets the value of the 'Organization' attribute.
 void setPersonName(PersonNameType value)
          Sets the value of the 'Person Name' containment reference.
 void setUrl(java.lang.String value)
          Sets the value of the 'Url' attribute.
 
Methods inherited from interface org.eclipse.ohf.ihe.common.ebxml._2._1.rim.RegistryObjectType
getAccessControlPolicy, getClassification, getDescription, getExternalIdentifier, getId, getName, getObjectType, getSlot, setAccessControlPolicy, setDescription, setId, setName, setObjectType
 
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

getAddress

PostalAddressType getAddress()
Returns the value of the 'Address' containment reference.

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

Returns:
the value of the 'Address' containment reference.
See Also:
setAddress(PostalAddressType), RimPackage.getUserType_Address()

setAddress

void setAddress(PostalAddressType value)
Sets the value of the 'Address' containment reference.

Parameters:
value - the new value of the 'Address' containment reference.
See Also:
getAddress()

getPersonName

PersonNameType getPersonName()
Returns the value of the 'Person Name' containment reference.

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

Returns:
the value of the 'Person Name' containment reference.
See Also:
setPersonName(PersonNameType), RimPackage.getUserType_PersonName()

setPersonName

void setPersonName(PersonNameType value)
Sets the value of the 'Person Name' containment reference.

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

getTelephoneNumber

org.eclipse.emf.common.util.EList getTelephoneNumber()
Returns the value of the 'Telephone Number' containment reference list. The list contents are of type TelephoneNumberType.

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

Returns:
the value of the 'Telephone Number' containment reference list.
See Also:
RimPackage.getUserType_TelephoneNumber()

getEmailAddress

org.eclipse.emf.common.util.EList getEmailAddress()
Returns the value of the 'Email Address' containment reference list. The list contents are of type EmailAddressType.

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

Returns:
the value of the 'Email Address' containment reference list.
See Also:
RimPackage.getUserType_EmailAddress()

getOrganization

java.lang.String getOrganization()
Returns the value of the 'Organization' attribute.

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

Returns:
the value of the 'Organization' attribute.
See Also:
setOrganization(String), RimPackage.getUserType_Organization()

setOrganization

void setOrganization(java.lang.String value)
Sets the value of the 'Organization' attribute.

Parameters:
value - the new value of the 'Organization' attribute.
See Also:
getOrganization()

getUrl

java.lang.String getUrl()
Returns the value of the 'Url' attribute.

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

Returns:
the value of the 'Url' attribute.
See Also:
setUrl(String), RimPackage.getUserType_Url()

setUrl

void setUrl(java.lang.String value)
Sets the value of the 'Url' attribute.

Parameters:
value - the new value of the 'Url' attribute.
See Also:
getUrl()