public class

CommunicationUsageTypeDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.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

Constants
long serialVersionUID
Fields
protected Boolean primary
protected CommunicationUsageTypeObjectType typeReference
Public Constructors
CommunicationUsageTypeDataType()
Public Methods
Boolean getPrimary()
Gets the value of the primary property.
CommunicationUsageTypeObjectType getTypeReference()
Gets the value of the typeReference 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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean primary

protected CommunicationUsageTypeObjectType typeReference

Public Constructors

public CommunicationUsageTypeDataType ()

Public Methods

public Boolean getPrimary ()

Gets the value of the primary property. This getter has been renamed from isPrimary() to getPrimary() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public CommunicationUsageTypeObjectType getTypeReference ()

Gets the value of the typeReference property.

Returns

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