| java.lang.Object | |
| ↳ | com.workday.integrations.AS2TransportProtocolDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| as2Endpoint | |||||||||||
| as2SettingsData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the as2Endpoint property.
| |||||||||||
Gets the value of the as2SettingsData property.
| |||||||||||
Sets the value of the as2Endpoint property.
| |||||||||||
Sets the value of the as2SettingsData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the as2Endpoint property.
Gets the value of the as2SettingsData property.
AS2SettingsDataType
Sets the value of the as2Endpoint property.
| value | Allowed object is String |
|---|
Sets the value of the as2SettingsData property.
| value | Allowed object is
AS2SettingsDataType
|
|---|