| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationSystemDataWWSType |
Element containing data for an Integration System, including Template reference, Attributes and Maps.
Java class for Integration_System_Data_WWSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_System_Data_WWSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Integration_System_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Integration_System_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Integration_Template_Reference" type="{urn:com.workday/bsvc}Integration_TemplateObjectType" minOccurs="0"/>
<element name="Integration_Service_Data" type="{urn:com.workday/bsvc}Integration_Service_Data_WWSType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Integration_Attributes_Data" type="{urn:com.workday/bsvc}Integration_Tool_Provider_Integration_Attribute_Values_Data_WWSType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Integration_Maps_Data" type="{urn:com.workday/bsvc}Integration_Tool_Provider_Integration_Map_Values_Data_WWSType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Custom_Attribute_Data" type="{urn:com.workday/bsvc}Integration_Attribute_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Custom_Map_Data" type="{urn:com.workday/bsvc}Integration_Map_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Custom_Launch_Parameter_Data" type="{urn:com.workday/bsvc}Launch_Parameter_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Integration_Notification_Data" type="{urn:com.workday/bsvc}Integration_Notification_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customAttributeData | |||||||||||
| customLaunchParameterData | |||||||||||
| customMapData | |||||||||||
| integrationAttributesData | |||||||||||
| integrationMapsData | |||||||||||
| integrationNotificationData | |||||||||||
| integrationServiceData | |||||||||||
| integrationSystemID | |||||||||||
| integrationSystemName | |||||||||||
| integrationTemplateReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customAttributeData property.
| |||||||||||
Gets the value of the customLaunchParameterData property.
| |||||||||||
Gets the value of the customMapData property.
| |||||||||||
Gets the value of the integrationAttributesData property.
| |||||||||||
Gets the value of the integrationMapsData property.
| |||||||||||
Gets the value of the integrationNotificationData property.
| |||||||||||
Gets the value of the integrationServiceData property.
| |||||||||||
Gets the value of the integrationSystemID property.
| |||||||||||
Gets the value of the integrationSystemName property.
| |||||||||||
Gets the value of the integrationTemplateReference property.
| |||||||||||
Sets the value of the customAttributeData property.
| |||||||||||
Sets the value of the customLaunchParameterData property.
| |||||||||||
Sets the value of the customMapData property.
| |||||||||||
Sets the value of the integrationAttributesData property.
| |||||||||||
Sets the value of the integrationMapsData property.
| |||||||||||
Sets the value of the integrationNotificationData property.
| |||||||||||
Sets the value of the integrationServiceData property.
| |||||||||||
Sets the value of the integrationSystemID property.
| |||||||||||
Sets the value of the integrationSystemName property.
| |||||||||||
Sets the value of the integrationTemplateReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the customAttributeData 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 customAttributeData property.
For example, to add a new item, do as follows:
getCustomAttributeData().add(newItem);
Objects of the following type(s) are allowed in the list
IntegrationAttributeDataType
Gets the value of the customLaunchParameterData 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 customLaunchParameterData property.
For example, to add a new item, do as follows:
getCustomLaunchParameterData().add(newItem);
Objects of the following type(s) are allowed in the list
LaunchParameterDataType
Gets the value of the customMapData 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 customMapData property.
For example, to add a new item, do as follows:
getCustomMapData().add(newItem);
Objects of the following type(s) are allowed in the list
IntegrationMapDataType
Gets the value of the integrationAttributesData 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 integrationAttributesData property.
For example, to add a new item, do as follows:
getIntegrationAttributesData().add(newItem);
Objects of the following type(s) are allowed in the list
IntegrationToolProviderIntegrationAttributeValuesDataWWSType
Gets the value of the integrationMapsData 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 integrationMapsData property.
For example, to add a new item, do as follows:
getIntegrationMapsData().add(newItem);
Objects of the following type(s) are allowed in the list
IntegrationToolProviderIntegrationMapValuesDataWWSType
Gets the value of the integrationNotificationData 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 integrationNotificationData property.
For example, to add a new item, do as follows:
getIntegrationNotificationData().add(newItem);
Objects of the following type(s) are allowed in the list
IntegrationNotificationDataType
Gets the value of the integrationServiceData 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 integrationServiceData property.
For example, to add a new item, do as follows:
getIntegrationServiceData().add(newItem);
Objects of the following type(s) are allowed in the list
IntegrationServiceDataWWSType
Gets the value of the integrationSystemID property.
Gets the value of the integrationSystemName property.
Gets the value of the integrationTemplateReference property.
IntegrationTemplateObjectType
Sets the value of the customAttributeData property.
| customAttributeData | Allowed object is
IntegrationAttributeDataType
|
|---|
Sets the value of the customLaunchParameterData property.
| customLaunchParameterData | Allowed object is
LaunchParameterDataType
|
|---|
Sets the value of the customMapData property.
| customMapData | Allowed object is
IntegrationMapDataType
|
|---|
Sets the value of the integrationAttributesData property.
| integrationAttributesData | Allowed object is
IntegrationToolProviderIntegrationAttributeValuesDataWWSType
|
|---|
Sets the value of the integrationMapsData property.
| integrationMapsData | Allowed object is
IntegrationToolProviderIntegrationMapValuesDataWWSType
|
|---|
Sets the value of the integrationNotificationData property.
| integrationNotificationData | Allowed object is
IntegrationNotificationDataType
|
|---|
Sets the value of the integrationServiceData property.
| integrationServiceData | Allowed object is
IntegrationServiceDataWWSType
|
|---|
Sets the value of the integrationSystemID property.
| value | Allowed object is String |
|---|
Sets the value of the integrationSystemName property.
| value | Allowed object is String |
|---|
Sets the value of the integrationTemplateReference property.
| value | Allowed object is
IntegrationTemplateObjectType
|
|---|