public class

CommunicationUsageTypeReferenceType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.CommunicationUsageTypeReferenceType

Class Overview

Reference element representing a unique instance of Communication Usage Type.

Java class for Communication_Usage_Type_ReferenceType complex type.

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

 <complexType name="Communication_Usage_Type_ReferenceType">
   <simpleContent>
     <extension base="<urn:com.workday/bsvc>Communication_Usage_TypeEnumeration">
       <attribute name="Primary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </simpleContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean primary
protected String value
Public Constructors
CommunicationUsageTypeReferenceType()
Public Methods
Boolean getPrimary()
Gets the value of the primary property.
String getValue()
Gets the value of the value property.
void setPrimary(Boolean value)
Sets the value of the primary property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean primary

protected String value

Public Constructors

public CommunicationUsageTypeReferenceType ()

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 String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setPrimary (Boolean value)

Sets the value of the primary property.

Parameters
value Allowed object is Boolean

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String