| java.lang.Object | |
| ↳ | com.workday.staffing.InstantMessengerInformationDataType |
Instant Messenger Address.
Java class for Instant_Messenger_Information_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Instant_Messenger_Information_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Instant_Messenger_Address" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Instant_Messenger_Type_Reference" type="{urn:com.workday/bsvc}Instant_Messenger_TypeObjectType" minOccurs="0"/>
<element name="Instant_Messenger_Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Usage_Data" type="{urn:com.workday/bsvc}Communication_Method_Usage_Information_DataType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| instantMessengerAddress | |||||||||||
| instantMessengerComment | |||||||||||
| instantMessengerTypeReference | |||||||||||
| usageData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the instantMessengerAddress property.
| |||||||||||
Gets the value of the instantMessengerComment property.
| |||||||||||
Gets the value of the instantMessengerTypeReference property.
| |||||||||||
Gets the value of the usageData property.
| |||||||||||
Sets the value of the instantMessengerAddress property.
| |||||||||||
Sets the value of the instantMessengerComment property.
| |||||||||||
Sets the value of the instantMessengerTypeReference property.
| |||||||||||
Sets the value of the usageData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the instantMessengerAddress property.
Gets the value of the instantMessengerComment property.
Gets the value of the instantMessengerTypeReference property.
InstantMessengerTypeObjectType
Gets the value of the usageData 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 usageData property.
For example, to add a new item, do as follows:
getUsageData().add(newItem);
Objects of the following type(s) are allowed in the list
CommunicationMethodUsageInformationDataType
Sets the value of the instantMessengerAddress property.
| value | Allowed object is String |
|---|
Sets the value of the instantMessengerComment property.
| value | Allowed object is String |
|---|
Sets the value of the instantMessengerTypeReference property.
| value | Allowed object is
InstantMessengerTypeObjectType
|
|---|
Sets the value of the usageData property.
| usageData | Allowed object is
CommunicationMethodUsageInformationDataType
|
|---|