| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationSequenceGeneratorConfigurationDataType |
Container element for data related to a Sequence Generator Service and its use within an Integration System.
Java class for Integration_Sequence_Generator_Configuration_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_Sequence_Generator_Configuration_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Integration_Sequencer_Reference" type="{urn:com.workday/bsvc}Integration_SequencerObjectType"/>
<element name="Sequence_Generator_Reference" type="{urn:com.workday/bsvc}Sequence_GeneratorObjectType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| integrationSequencerReference | |||||||||||
| sequenceGeneratorReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the integrationSequencerReference property.
| |||||||||||
Gets the value of the sequenceGeneratorReference property.
| |||||||||||
Sets the value of the integrationSequencerReference property.
| |||||||||||
Sets the value of the sequenceGeneratorReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the integrationSequencerReference property.
IntegrationSequencerObjectType
Gets the value of the sequenceGeneratorReference property.
SequenceGeneratorObjectType
Sets the value of the integrationSequencerReference property.
| value | Allowed object is
IntegrationSequencerObjectType
|
|---|
Sets the value of the sequenceGeneratorReference property.
| value | Allowed object is
SequenceGeneratorObjectType
|
|---|