com.ibm.websphere.wim.model
Interface PersonAccount

All Superinterfaces:
Entity, LoginAccount, Party, RolePlayer

public interface PersonAccount
extends LoginAccount

A representation of the model object 'Person Account'.

The following features are supported:

See Also:
ModelPackage.getPersonAccount()
Model:
Generated:

Method Summary
 java.util.List getBusinessAddress()
          Returns the value of the 'Business Address' containment reference list.
 java.util.List getBusinessCategory()
          Returns the value of the 'Business Category' attribute list.
 java.util.List getC()
          Returns the value of the 'C' attribute list.
 java.util.List getCarLicense()
          Returns the value of the 'Car License' attribute list.
 java.lang.String getCn()
          Returns the value of the 'Cn' attribute.
 java.util.List getCountryName()
          Returns the value of the 'Country Name' attribute list.
 java.util.List getDepartmentNumber()
          Returns the value of the 'Department Number' attribute list.
 java.util.List getDescription()
          Returns the value of the 'Description' attribute list.
 java.util.List getDisplayName()
          Returns the value of the 'Display Name' attribute list.
 java.lang.String getEmployeeNumber()
          Returns the value of the 'Employee Number' attribute.
 java.util.List getFacsimileTelephoneNumber()
          Returns the value of the 'Facsimile Telephone Number' attribute list.
 java.util.List getGivenName()
          Returns the value of the 'Given Name' attribute list.
 java.util.List getHomeAddress()
          Returns the value of the 'Home Address' containment reference list.
 java.util.List getHomePostalAddress()
          Returns the value of the 'Home Postal Address' attribute list.
 java.util.List getIbmJobTitle()
          Returns the value of the 'Ibm Job Title' attribute list.
 java.lang.String getIbmPrimaryEmail()
          Returns the value of the 'Ibm Primary Email' attribute.
 java.util.List getInitials()
          Returns the value of the 'Initials' attribute list.
 java.util.List getJpegPhoto()
          Returns the value of the 'Jpeg Photo' attribute list.
 java.util.List getL()
          Returns the value of the 'L' attribute list.
 java.lang.String getLabeledURI()
          Returns the value of the 'Labeled URI' attribute.
 java.util.List getLocalityName()
          Returns the value of the 'Locality Name' attribute list.
 java.lang.String getMail()
          Returns the value of the 'Mail' attribute.
 java.util.List getManager()
          Returns the value of the 'Manager' containment reference list.
 java.util.List getMobile()
          Returns the value of the 'Mobile' attribute list.
 java.util.List getPager()
          Returns the value of the 'Pager' attribute list.
 java.util.List getPostalAddress()
          Returns the value of the 'Postal Address' attribute list.
 java.util.List getPostalCode()
          Returns the value of the 'Postal Code' attribute list.
 java.lang.String getPreferredLanguage()
          Returns the value of the 'Preferred Language' attribute.
 java.util.List getRoomNumber()
          Returns the value of the 'Room Number' attribute list.
 java.util.List getSecretary()
          Returns the value of the 'Secretary' containment reference list.
 java.util.List getSeeAlso()
          Returns the value of the 'See Also' attribute list.
 java.lang.String getSn()
          Returns the value of the 'Sn' attribute.
 java.util.List getSt()
          Returns the value of the 'St' attribute list.
 java.util.List getStateOrProvinceName()
          Returns the value of the 'State Or Province Name' attribute list.
 java.util.List getStreet()
          Returns the value of the 'Street' attribute list.
 java.util.List getTelephoneNumber()
          Returns the value of the 'Telephone Number' attribute list.
 java.util.List getTitle()
          Returns the value of the 'Title' attribute list.
 java.lang.String getUid()
          Returns the value of the 'Uid' attribute.
 void setCn(java.lang.String value)
          Sets the value of the 'Cn' attribute.
 void setEmployeeNumber(java.lang.String value)
          Sets the value of the 'Employee Number' attribute.
 void setIbmPrimaryEmail(java.lang.String value)
          Sets the value of the 'Ibm Primary Email' attribute.
 void setLabeledURI(java.lang.String value)
          Sets the value of the 'Labeled URI' attribute.
 void setMail(java.lang.String value)
          Sets the value of the 'Mail' attribute.
 void setPreferredLanguage(java.lang.String value)
          Sets the value of the 'Preferred Language' attribute.
 void setSn(java.lang.String value)
          Sets the value of the 'Sn' attribute.
 void setUid(java.lang.String value)
          Sets the value of the 'Uid' attribute.
 
Methods inherited from interface com.ibm.websphere.wim.model.LoginAccount
getCertificate, getPassword, getPrincipalName, getRealm, setPassword, setPrincipalName, setRealm
 
Methods inherited from interface com.ibm.websphere.wim.model.RolePlayer
getPartyRoles
 
Methods inherited from interface com.ibm.websphere.wim.model.Entity
getChildren, getCreateTimestamp, getEntitlementInfo, getGroups, getIdentifier, getModifyTimestamp, getParent, getViewIdentifiers, setCreateTimestamp, setEntitlementInfo, setIdentifier, setModifyTimestamp, setParent
 

Method Detail

getUid

java.lang.String getUid()
Returns the value of the 'Uid' attribute.

See Also:
setUid(String), ModelPackage.getPersonAccount_Uid()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Uid' attribute.

setUid

void setUid(java.lang.String value)
Sets the value of the 'Uid' attribute.

Parameters:
value - the new value of the 'Uid' attribute.
See Also:
getUid()
Generated:

getCn

java.lang.String getCn()
Returns the value of the 'Cn' attribute.

See Also:
setCn(String), ModelPackage.getPersonAccount_Cn()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Cn' attribute.

setCn

void setCn(java.lang.String value)
Sets the value of the 'Cn' attribute.

Parameters:
value - the new value of the 'Cn' attribute.
See Also:
getCn()
Generated:

getSn

java.lang.String getSn()
Returns the value of the 'Sn' attribute.

See Also:
setSn(String), ModelPackage.getPersonAccount_Sn()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Sn' attribute.

setSn

void setSn(java.lang.String value)
Sets the value of the 'Sn' attribute.

Parameters:
value - the new value of the 'Sn' attribute.
See Also:
getSn()
Generated:

getPreferredLanguage

java.lang.String getPreferredLanguage()
Returns the value of the 'Preferred Language' attribute.

See Also:
setPreferredLanguage(String), ModelPackage.getPersonAccount_PreferredLanguage()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Preferred Language' attribute.

setPreferredLanguage

void setPreferredLanguage(java.lang.String value)
Sets the value of the 'Preferred Language' attribute.

Parameters:
value - the new value of the 'Preferred Language' attribute.
See Also:
getPreferredLanguage()
Generated:

getDisplayName

java.util.List getDisplayName()
Returns the value of the 'Display Name' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_DisplayName()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Display Name' attribute list.

getInitials

java.util.List getInitials()
Returns the value of the 'Initials' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_Initials()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Initials' attribute list.

getMail

java.lang.String getMail()
Returns the value of the 'Mail' attribute.

See Also:
setMail(String), ModelPackage.getPersonAccount_Mail()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Mail' attribute.

setMail

void setMail(java.lang.String value)
Sets the value of the 'Mail' attribute.

Parameters:
value - the new value of the 'Mail' attribute.
See Also:
getMail()
Generated:

getIbmPrimaryEmail

java.lang.String getIbmPrimaryEmail()
Returns the value of the 'Ibm Primary Email' attribute.

See Also:
setIbmPrimaryEmail(String), ModelPackage.getPersonAccount_IbmPrimaryEmail()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Ibm Primary Email' attribute.

setIbmPrimaryEmail

void setIbmPrimaryEmail(java.lang.String value)
Sets the value of the 'Ibm Primary Email' attribute.

Parameters:
value - the new value of the 'Ibm Primary Email' attribute.
See Also:
getIbmPrimaryEmail()
Generated:

getJpegPhoto

java.util.List getJpegPhoto()
Returns the value of the 'Jpeg Photo' attribute list. The list contents are of type byte[].

See Also:
ModelPackage.getPersonAccount_JpegPhoto()
Model:
type="byte[]" unique="false" dataType="org.eclipse.emf.ecore.xml.type.Base64Binary"
Generated:
Return:
the value of the 'Jpeg Photo' attribute list.

getLabeledURI

java.lang.String getLabeledURI()
Returns the value of the 'Labeled URI' attribute.

See Also:
setLabeledURI(String), ModelPackage.getPersonAccount_LabeledURI()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Labeled URI' attribute.

setLabeledURI

void setLabeledURI(java.lang.String value)
Sets the value of the 'Labeled URI' attribute.

Parameters:
value - the new value of the 'Labeled URI' attribute.
See Also:
getLabeledURI()
Generated:

getCarLicense

java.util.List getCarLicense()
Returns the value of the 'Car License' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_CarLicense()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Car License' attribute list.

getTelephoneNumber

java.util.List getTelephoneNumber()
Returns the value of the 'Telephone Number' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_TelephoneNumber()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Telephone Number' attribute list.

getFacsimileTelephoneNumber

java.util.List getFacsimileTelephoneNumber()
Returns the value of the 'Facsimile Telephone Number' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_FacsimileTelephoneNumber()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Facsimile Telephone Number' attribute list.

getPager

java.util.List getPager()
Returns the value of the 'Pager' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_Pager()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Pager' attribute list.

getMobile

java.util.List getMobile()
Returns the value of the 'Mobile' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_Mobile()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Mobile' attribute list.

getHomePostalAddress

java.util.List getHomePostalAddress()
Returns the value of the 'Home Postal Address' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_HomePostalAddress()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Home Postal Address' attribute list.

getPostalAddress

java.util.List getPostalAddress()
Returns the value of the 'Postal Address' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_PostalAddress()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Postal Address' attribute list.

getRoomNumber

java.util.List getRoomNumber()
Returns the value of the 'Room Number' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_RoomNumber()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Room Number' attribute list.

getL

java.util.List getL()
Returns the value of the 'L' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_L()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'L' attribute list.

getLocalityName

java.util.List getLocalityName()
Returns the value of the 'Locality Name' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_LocalityName()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Locality Name' attribute list.

getSt

java.util.List getSt()
Returns the value of the 'St' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_St()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'St' attribute list.

getStateOrProvinceName

java.util.List getStateOrProvinceName()
Returns the value of the 'State Or Province Name' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_StateOrProvinceName()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'State Or Province Name' attribute list.

getStreet

java.util.List getStreet()
Returns the value of the 'Street' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_Street()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Street' attribute list.

getPostalCode

java.util.List getPostalCode()
Returns the value of the 'Postal Code' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_PostalCode()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Postal Code' attribute list.

getEmployeeNumber

java.lang.String getEmployeeNumber()
Returns the value of the 'Employee Number' attribute.

See Also:
setEmployeeNumber(String), ModelPackage.getPersonAccount_EmployeeNumber()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Employee Number' attribute.

setEmployeeNumber

void setEmployeeNumber(java.lang.String value)
Sets the value of the 'Employee Number' attribute.

Parameters:
value - the new value of the 'Employee Number' attribute.
See Also:
getEmployeeNumber()
Generated:

getManager

java.util.List getManager()
Returns the value of the 'Manager' containment reference list. The list contents are of type IdentifierType.

See Also:
ModelPackage.getPersonAccount_Manager()
Model:
type="com.ibm.websphere.wim.model.IdentifierType" containment="true" resolveProxies="false"
Generated:
Return:
the value of the 'Manager' containment reference list.

getSecretary

java.util.List getSecretary()
Returns the value of the 'Secretary' containment reference list. The list contents are of type IdentifierType.

See Also:
ModelPackage.getPersonAccount_Secretary()
Model:
type="com.ibm.websphere.wim.model.IdentifierType" containment="true" resolveProxies="false"
Generated:
Return:
the value of the 'Secretary' containment reference list.

getDepartmentNumber

java.util.List getDepartmentNumber()
Returns the value of the 'Department Number' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_DepartmentNumber()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Department Number' attribute list.

getTitle

java.util.List getTitle()
Returns the value of the 'Title' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_Title()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Title' attribute list.

getIbmJobTitle

java.util.List getIbmJobTitle()
Returns the value of the 'Ibm Job Title' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_IbmJobTitle()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Ibm Job Title' attribute list.

getC

java.util.List getC()
Returns the value of the 'C' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_C()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'C' attribute list.

getCountryName

java.util.List getCountryName()
Returns the value of the 'Country Name' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_CountryName()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Country Name' attribute list.

getGivenName

java.util.List getGivenName()
Returns the value of the 'Given Name' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_GivenName()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Given Name' attribute list.

getHomeAddress

java.util.List getHomeAddress()
Returns the value of the 'Home Address' containment reference list. The list contents are of type AddressType.

See Also:
ModelPackage.getPersonAccount_HomeAddress()
Model:
type="com.ibm.websphere.wim.model.AddressType" containment="true" resolveProxies="false"
Generated:
Return:
the value of the 'Home Address' containment reference list.

getBusinessAddress

java.util.List getBusinessAddress()
Returns the value of the 'Business Address' containment reference list. The list contents are of type AddressType.

See Also:
ModelPackage.getPersonAccount_BusinessAddress()
Model:
type="com.ibm.websphere.wim.model.AddressType" containment="true" resolveProxies="false"
Generated:
Return:
the value of the 'Business Address' containment reference list.

getDescription

java.util.List getDescription()
Returns the value of the 'Description' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_Description()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Description' attribute list.

getBusinessCategory

java.util.List getBusinessCategory()
Returns the value of the 'Business Category' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_BusinessCategory()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'Business Category' attribute list.

getSeeAlso

java.util.List getSeeAlso()
Returns the value of the 'See Also' attribute list. The list contents are of type String.

See Also:
ModelPackage.getPersonAccount_SeeAlso()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'See Also' attribute list.