| java.lang.Object | |
| ↳ | com.workday.integrations.SequenceGeneratorDataType |
Sequence Generator Data
Java class for Sequence_Generator_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Sequence_Generator_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Sequence_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Sequence_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Start_Number" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Increment_By">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Restart_Date_Interval_Reference" type="{urn:com.workday/bsvc}Date_IntervalObjectType" minOccurs="0"/>
<element name="Last_Number_Used" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Last_DateTime_Used" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Padding_With_Zero" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="2"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Format" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| format | |||||||||||
| incrementBy | |||||||||||
| lastDateTimeUsed | |||||||||||
| lastNumberUsed | |||||||||||
| paddingWithZero | |||||||||||
| restartDateIntervalReference | |||||||||||
| sequenceID | |||||||||||
| sequenceName | |||||||||||
| startNumber | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the format property.
| |||||||||||
Gets the value of the incrementBy property.
| |||||||||||
Gets the value of the lastDateTimeUsed property.
| |||||||||||
Gets the value of the lastNumberUsed property.
| |||||||||||
Gets the value of the paddingWithZero property.
| |||||||||||
Gets the value of the restartDateIntervalReference property.
| |||||||||||
Gets the value of the sequenceID property.
| |||||||||||
Gets the value of the sequenceName property.
| |||||||||||
Gets the value of the startNumber property.
| |||||||||||
Sets the value of the format property.
| |||||||||||
Sets the value of the incrementBy property.
| |||||||||||
Sets the value of the lastDateTimeUsed property.
| |||||||||||
Sets the value of the lastNumberUsed property.
| |||||||||||
Sets the value of the paddingWithZero property.
| |||||||||||
Sets the value of the restartDateIntervalReference property.
| |||||||||||
Sets the value of the sequenceID property.
| |||||||||||
Sets the value of the sequenceName property.
| |||||||||||
Sets the value of the startNumber property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the format property.
Gets the value of the incrementBy property.
Gets the value of the lastDateTimeUsed property.
Gets the value of the lastNumberUsed property.
Gets the value of the paddingWithZero property.
Gets the value of the restartDateIntervalReference property.
DateIntervalObjectType
Gets the value of the sequenceID property.
Gets the value of the sequenceName property.
Gets the value of the startNumber property.
Sets the value of the format property.
| value | Allowed object is String |
|---|
Sets the value of the incrementBy property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the lastDateTimeUsed property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the lastNumberUsed property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the paddingWithZero property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the restartDateIntervalReference property.
| value | Allowed object is
DateIntervalObjectType
|
|---|
Sets the value of the sequenceID property.
| value | Allowed object is String |
|---|
Sets the value of the sequenceName property.
| value | Allowed object is String |
|---|
Sets the value of the startNumber property.
| value | Allowed object is BigDecimal |
|---|