public class

IntegrationTransportProtocolAssignmentDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.IntegrationTransportProtocolAssignmentDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected IntegrationFileUtilityDataType integrationFileUtilityData
protected IntegrationPayloadDataType integrationPayloadData
protected IntegrationTransportProtocolDataWWSType integrationTransportProtocolData
protected List<OMSEnvironmentObjectType> restrictedToEnvironmentReference
Public Constructors
IntegrationTransportProtocolAssignmentDataType()
Public Methods
IntegrationFileUtilityDataType getIntegrationFileUtilityData()
Gets the value of the integrationFileUtilityData property.
IntegrationPayloadDataType getIntegrationPayloadData()
Gets the value of the integrationPayloadData property.
IntegrationTransportProtocolDataWWSType getIntegrationTransportProtocolData()
Gets the value of the integrationTransportProtocolData property.
List<OMSEnvironmentObjectType> getRestrictedToEnvironmentReference()
Gets the value of the restrictedToEnvironmentReference property.
void setIntegrationFileUtilityData(IntegrationFileUtilityDataType value)
Sets the value of the integrationFileUtilityData property.
void setIntegrationPayloadData(IntegrationPayloadDataType value)
Sets the value of the integrationPayloadData property.
void setIntegrationTransportProtocolData(IntegrationTransportProtocolDataWWSType value)
Sets the value of the integrationTransportProtocolData property.
void setRestrictedToEnvironmentReference(List<OMSEnvironmentObjectType> restrictedToEnvironmentReference)
Sets the value of the restrictedToEnvironmentReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IntegrationFileUtilityDataType integrationFileUtilityData

protected IntegrationPayloadDataType integrationPayloadData

protected IntegrationTransportProtocolDataWWSType integrationTransportProtocolData

protected List<OMSEnvironmentObjectType> restrictedToEnvironmentReference

Public Constructors

public IntegrationTransportProtocolAssignmentDataType ()

Public Methods

public IntegrationFileUtilityDataType getIntegrationFileUtilityData ()

Gets the value of the integrationFileUtilityData property.

Returns

public IntegrationPayloadDataType getIntegrationPayloadData ()

Gets the value of the integrationPayloadData property.

Returns

public IntegrationTransportProtocolDataWWSType getIntegrationTransportProtocolData ()

Gets the value of the integrationTransportProtocolData property.

Returns

public List<OMSEnvironmentObjectType> getRestrictedToEnvironmentReference ()

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

public void setIntegrationFileUtilityData (IntegrationFileUtilityDataType value)

Sets the value of the integrationFileUtilityData property.

Parameters
value Allowed object is IntegrationFileUtilityDataType

public void setIntegrationPayloadData (IntegrationPayloadDataType value)

Sets the value of the integrationPayloadData property.

Parameters
value Allowed object is IntegrationPayloadDataType

public void setIntegrationTransportProtocolData (IntegrationTransportProtocolDataWWSType value)

Sets the value of the integrationTransportProtocolData property.

Parameters
value Allowed object is IntegrationTransportProtocolDataWWSType

public void setRestrictedToEnvironmentReference (List<OMSEnvironmentObjectType> restrictedToEnvironmentReference)

Sets the value of the restrictedToEnvironmentReference property.

Parameters
restrictedToEnvironmentReference Allowed object is OMSEnvironmentObjectType