| java.lang.Object | |
| ↳ | com.workday.payroll.CustomOrganizationWorktagDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customOrganizationWorktagReference | |||||||||||
| organizationTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customOrganizationWorktagReference property.
| |||||||||||
Gets the value of the organizationTypeReference property.
| |||||||||||
Sets the value of the customOrganizationWorktagReference property.
| |||||||||||
Sets the value of the organizationTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the customOrganizationWorktagReference property.
CustomOrganizationObjectType
Gets the value of the organizationTypeReference property.
OrganizationTypeObjectType
Sets the value of the customOrganizationWorktagReference property.
| value | Allowed object is
CustomOrganizationObjectType
|
|---|
Sets the value of the organizationTypeReference property.
| value | Allowed object is
OrganizationTypeObjectType
|
|---|