| java.lang.Object | |
| ↳ | workday.com.bsvc.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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| dateOfPayGroupAssignment | |||||||||||
| integrationIDData | |||||||||||
| organizationCode | |||||||||||
| organizationName | |||||||||||
| organizationReferenceID | |||||||||||
| organizationSubtypeReference | |||||||||||
| organizationSupportRoleData | |||||||||||
| organizationTypeReference | |||||||||||
| primaryBusinessSiteReference | |||||||||||
| 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.
| |||||||||||
Sets the value of the dateOfPayGroupAssignment 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.
| |||||||||||
|
[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
Sets the value of the dateOfPayGroupAssignment property.
| value | Allowed object is XMLGregorianCalendar |
|---|
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
|
|---|