| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationToolProviderIntegrationAttributeValuesDataWWSType |
Container element for all the Integration Attributes associated with a specific Attributable instance (e.g. Integration Template, Integration Service).
Java class for Integration_Tool_Provider_Integration_Attribute_Values_Data_WWSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Tool_Provider_Integration_Attribute_Values_Data_WWSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Integration_Attribute_Provider_Reference" type="{urn:com.workday/bsvc}External_Instance_ObjectType" minOccurs="0"/>
<element name="Integration_Attribute_Data" type="{urn:com.workday/bsvc}Integration_Attribute_Integration_Attribute_Value_Data_WWSType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| integrationAttributeData | |||||||||||
| integrationAttributeProviderReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the integrationAttributeData property.
| |||||||||||
Gets the value of the integrationAttributeProviderReference property.
| |||||||||||
Sets the value of the integrationAttributeData property.
| |||||||||||
Sets the value of the integrationAttributeProviderReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the integrationAttributeData 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 integrationAttributeData property.
For example, to add a new item, do as follows:
getIntegrationAttributeData().add(newItem);
Objects of the following type(s) are allowed in the list
IntegrationAttributeIntegrationAttributeValueDataWWSType
Gets the value of the integrationAttributeProviderReference property.
ExternalInstanceObjectType
Sets the value of the integrationAttributeData property.
| integrationAttributeData | Allowed object is
IntegrationAttributeIntegrationAttributeValueDataWWSType
|
|---|
Sets the value of the integrationAttributeProviderReference property.
| value | Allowed object is
ExternalInstanceObjectType
|
|---|