public class

WorkdayAttachmentTransportProtocolDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected boolean attachToWorkday
Public Constructors
WorkdayAttachmentTransportProtocolDataType()
Public Methods
boolean getAttachToWorkday()
Gets the value of the attachToWorkday property.
void setAttachToWorkday(boolean value)
Sets the value of the attachToWorkday property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected boolean attachToWorkday

Public Constructors

public WorkdayAttachmentTransportProtocolDataType ()

Public Methods

public boolean getAttachToWorkday ()

Gets the value of the attachToWorkday property. This getter has been renamed from isAttachToWorkday() to getAttachToWorkday() by cxf-xjc-boolean plugin.

public void setAttachToWorkday (boolean value)

Sets the value of the attachToWorkday property.

Parameters
value