Class Person
Java class for Person complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Person"> <complexContent> <extension base="{http://www.ibm.com/websphere/wim}Party"> <group ref="{http://www.ibm.com/websphere/wim}PersonPropertyGroup"/> </extension> </complexContent> </complexType>
The Person object extends the Party object and is used to represent a user or principal.
The Person object defines the various properties that can be associated with a user, such as uid, cn, and mail.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the requested propertyGets the value of the businessAddress property.Gets the value of the businessCategory property.getC()
Gets the value of the c property.Gets the value of the carLicense property.getCity()
Gets the value of the city property.getCn()
Gets the value of the cn property.Gets the value of the countryName property.getDataType
(String propName) Gets the Java type of the value of the provided property.Gets the value of the departmentNumber property.Gets the value of the description property.Gets the value of the displayName property.Gets the value of the employeeNumber property.Gets the value of the employeeType property.Gets the value of the facsimileTelephoneNumber property.Gets the value of the givenName property.Gets the value of the homeAddress property.Gets the value of the homePostalAddress property.Gets the value of the ibmJobTitle property.Gets the value of the ibmPrimaryEmail property.Gets the value of the initials property.List<byte[]>
Gets the value of the jpegPhoto property.Gets the value of the kerberosId property.getL()
Gets the value of the l property.Gets the value of the labeledURI property.Gets the value of the localityName property.getMail()
Gets the value of the mail property.Gets the value of the manager property.Gets the value of the mobile property.getPager()
Gets the value of the pager property.Gets the value of the photoURL property.Gets the value of the photoURLThumbnail property.Gets the value of the postalAddress property.Gets the value of the postalCode property.Gets the value of the preferredLanguage property.static List
getPropertyNames
(String entityTypeName) Gets the value of the roomNumber property.Gets the value of the secretary property.Gets the value of the seeAlso property.getSn()
Gets the value of the sn property.getSt()
Gets the value of the st property.Gets the value of the stateOrProvinceName property.Gets the value of the street property.static HashSet
Gets a list of any model objects which this model object, Entity, is an extension of.Gets the value of the telephoneNumber property.getTitle()
Gets the value of the title property.Gets the name of this model object, EntitygetUid()
Gets the value of the uid property.boolean
isMultiValuedProperty
(String propName) Return whether the specified property is a multi-valued property and capable of holding multiple values.boolean
Returns true if the requested property is set; false, otherwise.boolean
boolean
boolean
isSetC()
boolean
boolean
boolean
isSetCn()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isSetL()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isSetSn()
boolean
isSetSt()
boolean
boolean
boolean
boolean
boolean
isSetUid()
boolean
Returns a true if the provided model object is one that this model object extends; false, otherwise.void
Sets the value of the provided property to the provided value.void
Sets the value of the cn property.void
setEmployeeNumber
(String value) Sets the value of the employeeNumber property.void
setEmployeeType
(String value) Sets the value of the employeeType property.void
setIbmPrimaryEmail
(String value) Sets the value of the ibmPrimaryEmail property.void
setKerberosId
(String value) Sets the value of the kerberosId property.void
setLabeledURI
(String value) Sets the value of the labeledURI property.void
Sets the value of the mail property.void
setPhotoUrl
(String value) Sets the value of the photoURL property.void
setPhotoUrlThumbnail
(String value) Sets the value of the photoURLThumbnail property.void
setPreferredLanguage
(String value) Sets the value of the preferredLanguage property.void
Sets the value of the sn property.void
Sets the value of the uid property.toString()
Returns this model object, Entity, and its contents as a Stringvoid
Sets the value of provided property to null.void
void
void
unsetC()
void
void
void
void
void
void
void
void
void
void
void
void
void
void
unsetL()
void
void
void
void
void
void
void
void
void
void
unsetSt()
void
void
void
void
Methods inherited from class com.ibm.wsspi.security.wim.model.Party
isMandatory, isPersistentProperty
Methods inherited from class com.ibm.wsspi.security.wim.model.RolePlayer
getPartyRoles, isSetPartyRoles, unsetPartyRoles
Methods inherited from class com.ibm.wsspi.security.wim.model.Entity
getChangeType, getChildren, getCreateTimestamp, getEntitlementInfo, getGroups, getIdentifier, getModifyTimestamp, getParent, getSubEntityTypes, getViewIdentifiers, isSetChangeType, isSetChildren, isSetCreateTimestamp, isSetEntitlementInfo, isSetGroups, isSetIdentifier, isSetModifyTimestamp, isSetParent, isSetViewIdentifiers, isUnset, reInitializePropertyNames, setChangeType, setCreateTimestamp, setEntitlementInfo, setIdentifier, setModifyTimestamp, setParent, unsetChildren, unsetGroups, unsetViewIdentifiers
-
Constructor Details
-
Person
public Person()
-
-
Method Details
-
getUid
Gets the value of the uid property.- Returns:
- possible object is
String
-
setUid
Sets the value of the uid property.- Parameters:
value
- allowed object isString
-
isSetUid
public boolean isSetUid() -
getCn
Gets the value of the cn property.- Returns:
- possible object is
String
-
setCn
Sets the value of the cn property.- Parameters:
value
- allowed object isString
-
isSetCn
public boolean isSetCn() -
getSn
Gets the value of the sn property.- Returns:
- possible object is
String
-
setSn
Sets the value of the sn property.- Parameters:
value
- allowed object isString
-
isSetSn
public boolean isSetSn() -
getPreferredLanguage
Gets the value of the preferredLanguage property.- Returns:
- possible object is
String
-
setPreferredLanguage
Sets the value of the preferredLanguage property.- Parameters:
value
- allowed object isString
-
isSetPreferredLanguage
public boolean isSetPreferredLanguage() -
getDisplayName
Gets the value of the displayName property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the displayName property.For example, to add a new item, do as follows:
getDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetDisplayName
public boolean isSetDisplayName() -
unsetDisplayName
public void unsetDisplayName() -
getInitials
Gets the value of the initials property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the initials property.For example, to add a new item, do as follows:
getInitials().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetInitials
public boolean isSetInitials() -
unsetInitials
public void unsetInitials() -
getMail
Gets the value of the mail property.- Returns:
- possible object is
String
-
setMail
Sets the value of the mail property.- Parameters:
value
- allowed object isString
-
isSetMail
public boolean isSetMail() -
getIbmPrimaryEmail
Gets the value of the ibmPrimaryEmail property.- Returns:
- possible object is
String
-
setIbmPrimaryEmail
Sets the value of the ibmPrimaryEmail property.- Parameters:
value
- allowed object isString
-
isSetIbmPrimaryEmail
public boolean isSetIbmPrimaryEmail() -
getJpegPhoto
Gets the value of the jpegPhoto property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the jpegPhoto property.For example, to add a new item, do as follows:
getJpegPhoto().add(newItem);
Objects of the following type(s) are allowed in the list byte[]
-
isSetJpegPhoto
public boolean isSetJpegPhoto() -
unsetJpegPhoto
public void unsetJpegPhoto() -
getLabeledURI
Gets the value of the labeledURI property.- Returns:
- possible object is
String
-
setLabeledURI
Sets the value of the labeledURI property.- Parameters:
value
- allowed object isString
-
isSetLabeledURI
public boolean isSetLabeledURI() -
getCarLicense
Gets the value of the carLicense property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the carLicense property.For example, to add a new item, do as follows:
getCarLicense().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetCarLicense
public boolean isSetCarLicense() -
unsetCarLicense
public void unsetCarLicense() -
getTelephoneNumber
Gets the value of the telephoneNumber property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the telephoneNumber property.For example, to add a new item, do as follows:
getTelephoneNumber().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetTelephoneNumber
public boolean isSetTelephoneNumber() -
unsetTelephoneNumber
public void unsetTelephoneNumber() -
getFacsimileTelephoneNumber
Gets the value of the facsimileTelephoneNumber property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the facsimileTelephoneNumber property.For example, to add a new item, do as follows:
getFacsimileTelephoneNumber().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetFacsimileTelephoneNumber
public boolean isSetFacsimileTelephoneNumber() -
unsetFacsimileTelephoneNumber
public void unsetFacsimileTelephoneNumber() -
getPager
Gets the value of the pager property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the pager property.For example, to add a new item, do as follows:
getPager().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetPager
public boolean isSetPager() -
unsetPager
public void unsetPager() -
getMobile
Gets the value of the mobile property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the mobile property.For example, to add a new item, do as follows:
getMobile().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetMobile
public boolean isSetMobile() -
unsetMobile
public void unsetMobile() -
getHomePostalAddress
Gets the value of the homePostalAddress property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the homePostalAddress property.For example, to add a new item, do as follows:
getHomePostalAddress().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetHomePostalAddress
public boolean isSetHomePostalAddress() -
unsetHomePostalAddress
public void unsetHomePostalAddress() -
getPostalAddress
Gets the value of the postalAddress property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the postalAddress property.For example, to add a new item, do as follows:
getPostalAddress().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetPostalAddress
public boolean isSetPostalAddress() -
unsetPostalAddress
public void unsetPostalAddress() -
getRoomNumber
Gets the value of the roomNumber property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the roomNumber property.For example, to add a new item, do as follows:
getRoomNumber().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetRoomNumber
public boolean isSetRoomNumber() -
unsetRoomNumber
public void unsetRoomNumber() -
getL
Gets the value of the l property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the l property.For example, to add a new item, do as follows:
getL().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetL
public boolean isSetL() -
unsetL
public void unsetL() -
getLocalityName
Gets the value of the localityName property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the localityName property.For example, to add a new item, do as follows:
getLocalityName().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetLocalityName
public boolean isSetLocalityName() -
unsetLocalityName
public void unsetLocalityName() -
getSt
Gets the value of the st property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the st property.For example, to add a new item, do as follows:
getSt().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetSt
public boolean isSetSt() -
unsetSt
public void unsetSt() -
getStateOrProvinceName
Gets the value of the stateOrProvinceName property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the stateOrProvinceName property.For example, to add a new item, do as follows:
getStateOrProvinceName().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetStateOrProvinceName
public boolean isSetStateOrProvinceName() -
unsetStateOrProvinceName
public void unsetStateOrProvinceName() -
getStreet
Gets the value of the street property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the street property.For example, to add a new item, do as follows:
getStreet().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetStreet
public boolean isSetStreet() -
unsetStreet
public void unsetStreet() -
getPostalCode
Gets the value of the postalCode property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the postalCode property.For example, to add a new item, do as follows:
getPostalCode().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetPostalCode
public boolean isSetPostalCode() -
unsetPostalCode
public void unsetPostalCode() -
getCity
Gets the value of the city property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the city property.For example, to add a new item, do as follows:
getCity().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetCity
public boolean isSetCity() -
unsetCity
public void unsetCity() -
getEmployeeType
Gets the value of the employeeType property.- Returns:
- possible object is
String
-
setEmployeeType
Sets the value of the employeeType property.- Parameters:
value
- allowed object isString
-
isSetEmployeeType
public boolean isSetEmployeeType() -
getEmployeeNumber
Gets the value of the employeeNumber property.- Returns:
- possible object is
String
-
setEmployeeNumber
Sets the value of the employeeNumber property.- Parameters:
value
- allowed object isString
-
isSetEmployeeNumber
public boolean isSetEmployeeNumber() -
getManager
Gets the value of the manager property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the manager property.For example, to add a new item, do as follows:
getManager().add(newItem);
Objects of the following type(s) are allowed in the list
IdentifierType
-
isSetManager
public boolean isSetManager() -
unsetManager
public void unsetManager() -
getSecretary
Gets the value of the secretary property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the secretary property.For example, to add a new item, do as follows:
getSecretary().add(newItem);
Objects of the following type(s) are allowed in the list
IdentifierType
-
isSetSecretary
public boolean isSetSecretary() -
unsetSecretary
public void unsetSecretary() -
getDepartmentNumber
Gets the value of the departmentNumber property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the departmentNumber property.For example, to add a new item, do as follows:
getDepartmentNumber().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetDepartmentNumber
public boolean isSetDepartmentNumber() -
unsetDepartmentNumber
public void unsetDepartmentNumber() -
getTitle
Gets the value of the title property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the title property.For example, to add a new item, do as follows:
getTitle().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetTitle
public boolean isSetTitle() -
unsetTitle
public void unsetTitle() -
getIbmJobTitle
Gets the value of the ibmJobTitle property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the ibmJobTitle property.For example, to add a new item, do as follows:
getIbmJobTitle().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetIbmJobTitle
public boolean isSetIbmJobTitle() -
unsetIbmJobTitle
public void unsetIbmJobTitle() -
getC
Gets the value of the c property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the c property.For example, to add a new item, do as follows:
getC().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetC
public boolean isSetC() -
unsetC
public void unsetC() -
getCountryName
Gets the value of the countryName property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the countryName property.For example, to add a new item, do as follows:
getCountryName().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetCountryName
public boolean isSetCountryName() -
unsetCountryName
public void unsetCountryName() -
getGivenName
Gets the value of the givenName property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the givenName property.For example, to add a new item, do as follows:
getGivenName().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetGivenName
public boolean isSetGivenName() -
unsetGivenName
public void unsetGivenName() -
getHomeAddress
Gets the value of the homeAddress property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the homeAddress property.For example, to add a new item, do as follows:
getHomeAddress().add(newItem);
Objects of the following type(s) are allowed in the list
AddressType
-
isSetHomeAddress
public boolean isSetHomeAddress() -
unsetHomeAddress
public void unsetHomeAddress() -
getBusinessAddress
Gets the value of the businessAddress property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the businessAddress property.For example, to add a new item, do as follows:
getBusinessAddress().add(newItem);
Objects of the following type(s) are allowed in the list
AddressType
-
isSetBusinessAddress
public boolean isSetBusinessAddress() -
unsetBusinessAddress
public void unsetBusinessAddress() -
getDescription
Gets the value of the description property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the description property.For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetDescription
public boolean isSetDescription() -
unsetDescription
public void unsetDescription() -
getBusinessCategory
Gets the value of the businessCategory property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the businessCategory property.For example, to add a new item, do as follows:
getBusinessCategory().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetBusinessCategory
public boolean isSetBusinessCategory() -
unsetBusinessCategory
public void unsetBusinessCategory() -
getSeeAlso
Gets the value of the seeAlso property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the seeAlso property.For example, to add a new item, do as follows:
getSeeAlso().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetSeeAlso
public boolean isSetSeeAlso() -
unsetSeeAlso
public void unsetSeeAlso() -
getKerberosId
Gets the value of the kerberosId property.- Returns:
- possible object is
String
-
setKerberosId
Sets the value of the kerberosId property.- Parameters:
value
- allowed object isString
-
isSetKerberosId
public boolean isSetKerberosId() -
getPhotoUrl
Gets the value of the photoURL property.- Returns:
- possible object is
String
-
setPhotoUrl
Sets the value of the photoURL property.- Parameters:
value
- allowed object isString
-
isSetPhotoUrl
public boolean isSetPhotoUrl() -
getPhotoUrlThumbnail
Gets the value of the photoURLThumbnail property.- Returns:
- possible object is
String
-
setPhotoUrlThumbnail
Sets the value of the photoURLThumbnail property.- Parameters:
value
- allowed object isString
-
isSetPhotoUrlThumbnail
public boolean isSetPhotoUrlThumbnail() -
get
Description copied from class:Entity
Gets the value of the requested property -
isSet
Description copied from class:Entity
Returns true if the requested property is set; false, otherwise. -
set
Description copied from class:Entity
Sets the value of the provided property to the provided value. -
unset
Description copied from class:Entity
Sets the value of provided property to null. -
getTypeName
Description copied from class:Entity
Gets the name of this model object, Entity- Overrides:
getTypeName
in classParty
- Returns:
- returned object is
String
-
getPropertyNames
-
getDataType
Description copied from class:Entity
Gets the Java type of the value of the provided property. For example: String, List- Overrides:
getDataType
in classParty
- Parameters:
propName
- allowed object isString
- Returns:
- returned object is
String
-
getSuperTypes
Description copied from class:Entity
Gets a list of any model objects which this model object, Entity, is an extension of.- Overrides:
getSuperTypes
in classParty
- Returns:
- returned object is
ArrayList
-
isSubType
Description copied from class:Entity
Returns a true if the provided model object is one that this model object extends; false, otherwise. -
getSubTypes
-
toString
Description copied from class:Entity
Returns this model object, Entity, and its contents as a String -
isMultiValuedProperty
Description copied from class:Entity
Return whether the specified property is a multi-valued property and capable of holding multiple values.- Overrides:
isMultiValuedProperty
in classRolePlayer
- Parameters:
propName
- The property name to check.- Returns:
- True if the property is multi-value, false otherwise.
-