public class

OrganizationWWSType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.OrganizationWWSType

Class Overview

Response element containing an instance of Organization and its associated data.

Java class for Organization_WWSType complex type.

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

 <complexType name="Organization_WWSType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Organization_Reference" type="{urn:com.workday/bsvc}OrganizationObjectType" minOccurs="0"/>
         <element name="Organization_Data" type="{urn:com.workday/bsvc}Organization_WWS_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected OrganizationWWSDataType organizationData
protected OrganizationObjectType organizationReference
Public Constructors
OrganizationWWSType()
Public Methods
OrganizationWWSDataType getOrganizationData()
Gets the value of the organizationData property.
OrganizationObjectType getOrganizationReference()
Gets the value of the organizationReference property.
void setOrganizationData(OrganizationWWSDataType value)
Sets the value of the organizationData property.
void setOrganizationReference(OrganizationObjectType value)
Sets the value of the organizationReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected OrganizationWWSDataType organizationData

protected OrganizationObjectType organizationReference

Public Constructors

public OrganizationWWSType ()

Public Methods

public OrganizationWWSDataType getOrganizationData ()

Gets the value of the organizationData property.

Returns

public OrganizationObjectType getOrganizationReference ()

Gets the value of the organizationReference property.

Returns

public void setOrganizationData (OrganizationWWSDataType value)

Sets the value of the organizationData property.

Parameters
value Allowed object is OrganizationWWSDataType

public void setOrganizationReference (OrganizationObjectType value)

Sets the value of the organizationReference property.

Parameters
value Allowed object is OrganizationObjectType