| java.lang.Object | |
| ↳ | com.workday.payrollinterface.OrganizationSummaryDataType |
Contains the details about the organization.
Java class for Organization_Summary_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Organization_Summary_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Organization_Reference_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Organization_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Integration_ID_Data" type="{urn:com.workday/bsvc}External_Integration_ID_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Organization_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Organization_Type_Reference" type="{urn:com.workday/bsvc}Organization_TypeObjectType" minOccurs="0"/>
<element name="Organization_Subtype_Reference" type="{urn:com.workday/bsvc}Organization_SubtypeObjectType" minOccurs="0"/>
<element name="Primary_Business_Site_Reference" type="{urn:com.workday/bsvc}LocationObjectType" minOccurs="0"/>
<element name="Organization_Support_Role_Data" type="{urn:com.workday/bsvc}Organization_Support_RoleType" minOccurs="0"/>
<element name="Date_of_Pay_Group_Assignment" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Used_in_Change_Organization_Assignments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dateOfPayGroupAssignment | |||||||||||
| integrationIDData | |||||||||||
| organizationCode | |||||||||||
| organizationName | |||||||||||
| organizationReferenceID | |||||||||||
| organizationSubtypeReference | |||||||||||
| organizationSupportRoleData | |||||||||||
| organizationTypeReference | |||||||||||
| primaryBusinessSiteReference | |||||||||||
| usedInChangeOrganizationAssignments | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the dateOfPayGroupAssignment property.
| |||||||||||
Gets the value of the integrationIDData property.
| |||||||||||
Gets the value of the organizationCode property.
| |||||||||||
Gets the value of the organizationName property.
| |||||||||||
Gets the value of the organizationReferenceID property.
| |||||||||||
Gets the value of the organizationSubtypeReference property.
| |||||||||||
Gets the value of the organizationSupportRoleData property.
| |||||||||||
Gets the value of the organizationTypeReference property.
| |||||||||||
Gets the value of the primaryBusinessSiteReference property.
| |||||||||||
Gets the value of the usedInChangeOrganizationAssignments property.
| |||||||||||
Sets the value of the dateOfPayGroupAssignment property.
| |||||||||||
Sets the value of the integrationIDData property.
| |||||||||||
Sets the value of the organizationCode property.
| |||||||||||
Sets the value of the organizationName property.
| |||||||||||
Sets the value of the organizationReferenceID property.
| |||||||||||
Sets the value of the organizationSubtypeReference property.
| |||||||||||
Sets the value of the organizationSupportRoleData property.
| |||||||||||
Sets the value of the organizationTypeReference property.
| |||||||||||
Sets the value of the primaryBusinessSiteReference property.
| |||||||||||
Sets the value of the usedInChangeOrganizationAssignments property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the dateOfPayGroupAssignment property.
Gets the value of the integrationIDData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the integrationIDData property.
For example, to add a new item, do as follows:
getIntegrationIDData().add(newItem);
Objects of the following type(s) are allowed in the list
ExternalIntegrationIDDataType
Gets the value of the organizationCode property.
Gets the value of the organizationName property.
Gets the value of the organizationReferenceID property.
Gets the value of the organizationSubtypeReference property.
OrganizationSubtypeObjectType
Gets the value of the organizationSupportRoleData property.
OrganizationSupportRoleType
Gets the value of the organizationTypeReference property.
OrganizationTypeObjectType
Gets the value of the primaryBusinessSiteReference property.
LocationObjectType
Gets the value of the usedInChangeOrganizationAssignments property. This getter has been renamed from isUsedInChangeOrganizationAssignments() to getUsedInChangeOrganizationAssignments() by cxf-xjc-boolean plugin.
Sets the value of the dateOfPayGroupAssignment property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the integrationIDData property.
| integrationIDData | Allowed object is
ExternalIntegrationIDDataType
|
|---|
Sets the value of the organizationCode property.
| value | Allowed object is String |
|---|
Sets the value of the organizationName property.
| value | Allowed object is String |
|---|
Sets the value of the organizationReferenceID property.
| value | Allowed object is String |
|---|
Sets the value of the organizationSubtypeReference property.
| value | Allowed object is
OrganizationSubtypeObjectType
|
|---|
Sets the value of the organizationSupportRoleData property.
| value | Allowed object is
OrganizationSupportRoleType
|
|---|
Sets the value of the organizationTypeReference property.
| value | Allowed object is
OrganizationTypeObjectType
|
|---|
Sets the value of the primaryBusinessSiteReference property.
| value | Allowed object is
LocationObjectType
|
|---|
Sets the value of the usedInChangeOrganizationAssignments property.
| value | Allowed object is Boolean |
|---|