public class

NotificationMessageComponentDataType

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

Class Overview

Element defining a component to be used in composing a message.

Java class for Notification_Message_Component_DataType complex type.

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

 <complexType name="Notification_Message_Component_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Order">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="6"/>
             </restriction>
           </simpleType>
         </element>
         <choice>
           <element name="Text" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="External_Field_Reference" type="{urn:com.workday/bsvc}External_FieldObjectType"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ExternalFieldObjectType externalFieldReference
protected String order
protected String text
Public Constructors
NotificationMessageComponentDataType()
Public Methods
ExternalFieldObjectType getExternalFieldReference()
Gets the value of the externalFieldReference property.
String getOrder()
Gets the value of the order property.
String getText()
Gets the value of the text property.
void setExternalFieldReference(ExternalFieldObjectType value)
Sets the value of the externalFieldReference property.
void setOrder(String value)
Sets the value of the order property.
void setText(String value)
Sets the value of the text property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ExternalFieldObjectType externalFieldReference

protected String order

protected String text

Public Constructors

public NotificationMessageComponentDataType ()

Public Methods

public ExternalFieldObjectType getExternalFieldReference ()

Gets the value of the externalFieldReference property.

Returns

public String getOrder ()

Gets the value of the order property.

Returns
  • possible object is String

public String getText ()

Gets the value of the text property.

Returns
  • possible object is String

public void setExternalFieldReference (ExternalFieldObjectType value)

Sets the value of the externalFieldReference property.

Parameters
value Allowed object is ExternalFieldObjectType

public void setOrder (String value)

Sets the value of the order property.

Parameters
value Allowed object is String

public void setText (String value)

Sets the value of the text property.

Parameters
value Allowed object is String