| java.lang.Object | |
| ↳ | com.workday.integrations.WorkdayAttachmentTransportProtocolDataType |
Workday Attachment Transport Protocol Data element
Java class for Workday_Attachment_Transport_Protocol_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Workday_Attachment_Transport_Protocol_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Attach_To_Workday" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attachToWorkday | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attachToWorkday property.
| |||||||||||
Sets the value of the attachToWorkday property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the attachToWorkday property. This getter has been renamed from isAttachToWorkday() to getAttachToWorkday() by cxf-xjc-boolean plugin.
Sets the value of the attachToWorkday property.
| value |
|---|