public class

AS2TransportProtocolDataType

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

Class Overview

AS2 Transport Protocol Data element

Java class for AS2_Transport_Protocol_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AS2_Transport_Protocol_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AS2_Endpoint" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="AS2_Settings_Data" type="{urn:com.workday/bsvc}AS2_Settings_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String as2Endpoint
protected AS2SettingsDataType as2SettingsData
Public Constructors
AS2TransportProtocolDataType()
Public Methods
String getAS2Endpoint()
Gets the value of the as2Endpoint property.
AS2SettingsDataType getAS2SettingsData()
Gets the value of the as2SettingsData property.
void setAS2Endpoint(String value)
Sets the value of the as2Endpoint property.
void setAS2SettingsData(AS2SettingsDataType value)
Sets the value of the as2SettingsData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String as2Endpoint

protected AS2SettingsDataType as2SettingsData

Public Constructors

public AS2TransportProtocolDataType ()

Public Methods

public String getAS2Endpoint ()

Gets the value of the as2Endpoint property.

Returns
  • possible object is String

public AS2SettingsDataType getAS2SettingsData ()

Gets the value of the as2SettingsData property.

Returns

public void setAS2Endpoint (String value)

Sets the value of the as2Endpoint property.

Parameters
value Allowed object is String

public void setAS2SettingsData (AS2SettingsDataType value)

Sets the value of the as2SettingsData property.

Parameters
value Allowed object is AS2SettingsDataType