public class

CustomOrganizationWorktagDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.CustomOrganizationWorktagDataType

Class Overview

Custom Organizations Worktag Data

Java class for Custom_Organization_Worktag_DataType complex type.

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

 <complexType name="Custom_Organization_Worktag_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Organization_Type_Reference" type="{urn:com.workday/bsvc}Organization_TypeObjectType" minOccurs="0"/>
         <element name="Custom_Organization_Worktag_Reference" type="{urn:com.workday/bsvc}Custom_OrganizationObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CustomOrganizationObjectType customOrganizationWorktagReference
protected OrganizationTypeObjectType organizationTypeReference
Public Constructors
CustomOrganizationWorktagDataType()
Public Methods
CustomOrganizationObjectType getCustomOrganizationWorktagReference()
Gets the value of the customOrganizationWorktagReference property.
OrganizationTypeObjectType getOrganizationTypeReference()
Gets the value of the organizationTypeReference property.
void setCustomOrganizationWorktagReference(CustomOrganizationObjectType value)
Sets the value of the customOrganizationWorktagReference property.
void setOrganizationTypeReference(OrganizationTypeObjectType value)
Sets the value of the organizationTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CustomOrganizationObjectType customOrganizationWorktagReference

protected OrganizationTypeObjectType organizationTypeReference

Public Constructors

public CustomOrganizationWorktagDataType ()

Public Methods

public CustomOrganizationObjectType getCustomOrganizationWorktagReference ()

Gets the value of the customOrganizationWorktagReference property.

Returns

public OrganizationTypeObjectType getOrganizationTypeReference ()

Gets the value of the organizationTypeReference property.

Returns

public void setCustomOrganizationWorktagReference (CustomOrganizationObjectType value)

Sets the value of the customOrganizationWorktagReference property.

Parameters
value Allowed object is CustomOrganizationObjectType

public void setOrganizationTypeReference (OrganizationTypeObjectType value)

Sets the value of the organizationTypeReference property.

Parameters
value Allowed object is OrganizationTypeObjectType