public class

NotificationAttachmentDataType

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

Class Overview

Notification Attachment Data

Java class for Notification_Attachment_DataType complex type.

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

 <complexType name="Notification_Attachment_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Attachment_External_Field_Reference" type="{urn:com.workday/bsvc}External_FieldObjectType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ExternalFieldObjectType attachmentExternalFieldReference
Public Constructors
NotificationAttachmentDataType()
Public Methods
ExternalFieldObjectType getAttachmentExternalFieldReference()
Gets the value of the attachmentExternalFieldReference property.
void setAttachmentExternalFieldReference(ExternalFieldObjectType value)
Sets the value of the attachmentExternalFieldReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ExternalFieldObjectType attachmentExternalFieldReference

Public Constructors

public NotificationAttachmentDataType ()

Public Methods

public ExternalFieldObjectType getAttachmentExternalFieldReference ()

Gets the value of the attachmentExternalFieldReference property.

Returns

public void setAttachmentExternalFieldReference (ExternalFieldObjectType value)

Sets the value of the attachmentExternalFieldReference property.

Parameters
value Allowed object is ExternalFieldObjectType