public class

InstantMessengerDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.InstantMessengerDataType

Class Overview

Encapsulating element for all Instant Messenger data.

Java class for Instant_Messenger_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Instant_Messenger_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_Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Instant_Messenger_Type_Reference" type="{urn:com.workday/bsvc}Instant_Messenger_Type_ReferenceType"/>
         <element name="Usage_Data" type="{urn:com.workday/bsvc}Communication_Method_Usage_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String instantMessengerAddress
protected String instantMessengerComment
protected InstantMessengerTypeReferenceType instantMessengerTypeReference
protected CommunicationMethodUsageDataType usageData
Public Constructors
InstantMessengerDataType()
Public Methods
String getInstantMessengerAddress()
Gets the value of the instantMessengerAddress property.
String getInstantMessengerComment()
Gets the value of the instantMessengerComment property.
InstantMessengerTypeReferenceType getInstantMessengerTypeReference()
Gets the value of the instantMessengerTypeReference property.
CommunicationMethodUsageDataType getUsageData()
Gets the value of the usageData property.
void setInstantMessengerAddress(String value)
Sets the value of the instantMessengerAddress property.
void setInstantMessengerComment(String value)
Sets the value of the instantMessengerComment property.
void setInstantMessengerTypeReference(InstantMessengerTypeReferenceType value)
Sets the value of the instantMessengerTypeReference property.
void setUsageData(CommunicationMethodUsageDataType value)
Sets the value of the usageData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String instantMessengerAddress

protected String instantMessengerComment

protected InstantMessengerTypeReferenceType instantMessengerTypeReference

protected CommunicationMethodUsageDataType usageData

Public Constructors

public InstantMessengerDataType ()

Public Methods

public String getInstantMessengerAddress ()

Gets the value of the instantMessengerAddress property.

Returns
  • possible object is String

public String getInstantMessengerComment ()

Gets the value of the instantMessengerComment property.

Returns
  • possible object is String

public InstantMessengerTypeReferenceType getInstantMessengerTypeReference ()

Gets the value of the instantMessengerTypeReference property.

Returns

public CommunicationMethodUsageDataType getUsageData ()

Gets the value of the usageData property.

Returns

public void setInstantMessengerAddress (String value)

Sets the value of the instantMessengerAddress property.

Parameters
value Allowed object is String

public void setInstantMessengerComment (String value)

Sets the value of the instantMessengerComment property.

Parameters
value Allowed object is String

public void setInstantMessengerTypeReference (InstantMessengerTypeReferenceType value)

Sets the value of the instantMessengerTypeReference property.

Parameters
value Allowed object is InstantMessengerTypeReferenceType

public void setUsageData (CommunicationMethodUsageDataType value)

Sets the value of the usageData property.

Parameters
value Allowed object is CommunicationMethodUsageDataType