| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationTransportProtocolAssignmentDataType |
Integration Data Communication Data element
Java class for Integration_Transport_Protocol_Assignment_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Transport_Protocol_Assignment_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Integration_Transport_Protocol_Data" type="{urn:com.workday/bsvc}Integration_Transport_Protocol_Data_WWSType"/>
<element name="Integration_File_Utility_Data" type="{urn:com.workday/bsvc}Integration_File_Utility_DataType" minOccurs="0"/>
<element name="Integration_Payload_Data" type="{urn:com.workday/bsvc}Integration_Payload_DataType" minOccurs="0"/>
<element name="Restricted_To_Environment_Reference" type="{urn:com.workday/bsvc}OMS_EnvironmentObjectType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| integrationFileUtilityData | |||||||||||
| integrationPayloadData | |||||||||||
| integrationTransportProtocolData | |||||||||||
| restrictedToEnvironmentReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the integrationFileUtilityData property.
| |||||||||||
Gets the value of the integrationPayloadData property.
| |||||||||||
Gets the value of the integrationTransportProtocolData property.
| |||||||||||
Gets the value of the restrictedToEnvironmentReference property.
| |||||||||||
Sets the value of the integrationFileUtilityData property.
| |||||||||||
Sets the value of the integrationPayloadData property.
| |||||||||||
Sets the value of the integrationTransportProtocolData property.
| |||||||||||
Sets the value of the restrictedToEnvironmentReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the integrationFileUtilityData property.
IntegrationFileUtilityDataType
Gets the value of the integrationPayloadData property.
IntegrationPayloadDataType
Gets the value of the integrationTransportProtocolData property.
IntegrationTransportProtocolDataWWSType
Gets the value of the restrictedToEnvironmentReference 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 restrictedToEnvironmentReference property.
For example, to add a new item, do as follows:
getRestrictedToEnvironmentReference().add(newItem);
Objects of the following type(s) are allowed in the list
OMSEnvironmentObjectType
Sets the value of the integrationFileUtilityData property.
| value | Allowed object is
IntegrationFileUtilityDataType
|
|---|
Sets the value of the integrationPayloadData property.
| value | Allowed object is
IntegrationPayloadDataType
|
|---|
Sets the value of the integrationTransportProtocolData property.
| value | Allowed object is
IntegrationTransportProtocolDataWWSType
|
|---|
Sets the value of the restrictedToEnvironmentReference property.
| restrictedToEnvironmentReference | Allowed object is
OMSEnvironmentObjectType
|
|---|