public class

CommunicationMethodUsageInformationDataType

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

Class Overview

Encapsulating element for all Communication Method Usage data.

Java class for Communication_Method_Usage_Information_DataType complex type.

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

 <complexType name="Communication_Method_Usage_Information_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Type_Data" type="{urn:com.workday/bsvc}Communication_Usage_Type_DataType" maxOccurs="unbounded"/>
         <element name="Use_For_Reference" type="{urn:com.workday/bsvc}Communication_Usage_BehaviorObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Use_For_Tenanted_Reference" type="{urn:com.workday/bsvc}Communication_Usage_Behavior_TenantedObjectType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="Public" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean _public
protected String comments
protected List<CommunicationUsageTypeDataType> typeData
protected List<CommunicationUsageBehaviorObjectType> useForReference
protected List<CommunicationUsageBehaviorTenantedObjectType> useForTenantedReference
Public Constructors
CommunicationMethodUsageInformationDataType()
Public Methods
String getComments()
Gets the value of the comments property.
Boolean getPublic()
Gets the value of the public property.
List<CommunicationUsageTypeDataType> getTypeData()
Gets the value of the typeData property.
List<CommunicationUsageBehaviorObjectType> getUseForReference()
Gets the value of the useForReference property.
List<CommunicationUsageBehaviorTenantedObjectType> getUseForTenantedReference()
Gets the value of the useForTenantedReference property.
void setComments(String value)
Sets the value of the comments property.
void setPublic(Boolean value)
Sets the value of the public property.
void setTypeData(List<CommunicationUsageTypeDataType> typeData)
Sets the value of the typeData property.
void setUseForReference(List<CommunicationUsageBehaviorObjectType> useForReference)
Sets the value of the useForReference property.
void setUseForTenantedReference(List<CommunicationUsageBehaviorTenantedObjectType> useForTenantedReference)
Sets the value of the useForTenantedReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean _public

protected String comments

protected List<CommunicationUsageTypeDataType> typeData

protected List<CommunicationUsageBehaviorObjectType> useForReference

protected List<CommunicationUsageBehaviorTenantedObjectType> useForTenantedReference

Public Constructors

public CommunicationMethodUsageInformationDataType ()

Public Methods

public String getComments ()

Gets the value of the comments property.

Returns
  • possible object is String

public Boolean getPublic ()

Gets the value of the public property. This getter has been renamed from isPublic() to getPublic() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public List<CommunicationUsageTypeDataType> getTypeData ()

Gets the value of the typeData 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 typeData property.

For example, to add a new item, do as follows:

    getTypeData().add(newItem);
 

Objects of the following type(s) are allowed in the list CommunicationUsageTypeDataType

public List<CommunicationUsageBehaviorObjectType> getUseForReference ()

Gets the value of the useForReference 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 useForReference property.

For example, to add a new item, do as follows:

    getUseForReference().add(newItem);
 

Objects of the following type(s) are allowed in the list CommunicationUsageBehaviorObjectType

public List<CommunicationUsageBehaviorTenantedObjectType> getUseForTenantedReference ()

Gets the value of the useForTenantedReference 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 useForTenantedReference property.

For example, to add a new item, do as follows:

    getUseForTenantedReference().add(newItem);
 

Objects of the following type(s) are allowed in the list CommunicationUsageBehaviorTenantedObjectType

public void setComments (String value)

Sets the value of the comments property.

Parameters
value Allowed object is String

public void setPublic (Boolean value)

Sets the value of the public property.

Parameters
value Allowed object is Boolean

public void setTypeData (List<CommunicationUsageTypeDataType> typeData)

Sets the value of the typeData property.

Parameters
typeData Allowed object is CommunicationUsageTypeDataType

public void setUseForReference (List<CommunicationUsageBehaviorObjectType> useForReference)

Sets the value of the useForReference property.

Parameters
useForReference Allowed object is CommunicationUsageBehaviorObjectType

public void setUseForTenantedReference (List<CommunicationUsageBehaviorTenantedObjectType> useForTenantedReference)

Sets the value of the useForTenantedReference property.

Parameters
useForTenantedReference Allowed object is CommunicationUsageBehaviorTenantedObjectType