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