public class

CommunicationUsageTypeDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.CommunicationUsageTypeDataType

Class Overview

Encapsulation element for the Communication Usage Type.

Java class for Communication_Usage_Type_DataType complex type.

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

 <complexType name="Communication_Usage_Type_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Type_Reference" type="{urn:com.workday/bsvc}Communication_Usage_TypeObjectType"/>
       </sequence>
       <attribute name="Primary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean primary
protected CommunicationUsageTypeObjectType typeReference
Public Constructors
CommunicationUsageTypeDataType()
Public Methods
CommunicationUsageTypeObjectType getTypeReference()
Gets the value of the typeReference property.
Boolean isPrimary()
Gets the value of the primary property.
void setPrimary(Boolean value)
Sets the value of the primary property.
void setTypeReference(CommunicationUsageTypeObjectType value)
Sets the value of the typeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean primary

protected CommunicationUsageTypeObjectType typeReference

Public Constructors

public CommunicationUsageTypeDataType ()

Public Methods

public CommunicationUsageTypeObjectType getTypeReference ()

Gets the value of the typeReference property.

Returns

public Boolean isPrimary ()

Gets the value of the primary property.

Returns
  • possible object is Boolean

public void setPrimary (Boolean value)

Sets the value of the primary property.

Parameters
value Allowed object is Boolean

public void setTypeReference (CommunicationUsageTypeObjectType value)

Sets the value of the typeReference property.

Parameters
value Allowed object is CommunicationUsageTypeObjectType