public class

IntegrationSequencerGeneratedSequenceDataType

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

Class Overview

Integration Sequencer Generated Sequence Data

Java class for Integration_Sequencer_Generated_Sequence_DataType complex type.

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

 <complexType name="Integration_Sequencer_Generated_Sequence_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Integration_Sequencer_Reference" type="{urn:com.workday/bsvc}Integration_SequencerObjectType" minOccurs="0"/>
         <element name="Sequenced_Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected IntegrationSequencerObjectType integrationSequencerReference
protected String sequencedValue
Public Constructors
IntegrationSequencerGeneratedSequenceDataType()
Public Methods
IntegrationSequencerObjectType getIntegrationSequencerReference()
Gets the value of the integrationSequencerReference property.
String getSequencedValue()
Gets the value of the sequencedValue property.
void setIntegrationSequencerReference(IntegrationSequencerObjectType value)
Sets the value of the integrationSequencerReference property.
void setSequencedValue(String value)
Sets the value of the sequencedValue property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IntegrationSequencerObjectType integrationSequencerReference

protected String sequencedValue

Public Constructors

public IntegrationSequencerGeneratedSequenceDataType ()

Public Methods

public IntegrationSequencerObjectType getIntegrationSequencerReference ()

Gets the value of the integrationSequencerReference property.

Returns

public String getSequencedValue ()

Gets the value of the sequencedValue property.

Returns
  • possible object is String

public void setIntegrationSequencerReference (IntegrationSequencerObjectType value)

Sets the value of the integrationSequencerReference property.

Parameters
value Allowed object is IntegrationSequencerObjectType

public void setSequencedValue (String value)

Sets the value of the sequencedValue property.

Parameters
value Allowed object is String