public class

SequenceGeneratorDataType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected String format
protected BigDecimal incrementBy
protected XMLGregorianCalendar lastDateTimeUsed
protected BigDecimal lastNumberUsed
protected BigDecimal paddingWithZero
protected DateIntervalObjectType restartDateIntervalReference
protected String sequenceID
protected String sequenceName
protected BigDecimal startNumber
Public Constructors
SequenceGeneratorDataType()
Public Methods
String getFormat()
Gets the value of the format property.
BigDecimal getIncrementBy()
Gets the value of the incrementBy property.
XMLGregorianCalendar getLastDateTimeUsed()
Gets the value of the lastDateTimeUsed property.
BigDecimal getLastNumberUsed()
Gets the value of the lastNumberUsed property.
BigDecimal getPaddingWithZero()
Gets the value of the paddingWithZero property.
DateIntervalObjectType getRestartDateIntervalReference()
Gets the value of the restartDateIntervalReference property.
String getSequenceID()
Gets the value of the sequenceID property.
String getSequenceName()
Gets the value of the sequenceName property.
BigDecimal getStartNumber()
Gets the value of the startNumber property.
void setFormat(String value)
Sets the value of the format property.
void setIncrementBy(BigDecimal value)
Sets the value of the incrementBy property.
void setLastDateTimeUsed(XMLGregorianCalendar value)
Sets the value of the lastDateTimeUsed property.
void setLastNumberUsed(BigDecimal value)
Sets the value of the lastNumberUsed property.
void setPaddingWithZero(BigDecimal value)
Sets the value of the paddingWithZero property.
void setRestartDateIntervalReference(DateIntervalObjectType value)
Sets the value of the restartDateIntervalReference property.
void setSequenceID(String value)
Sets the value of the sequenceID property.
void setSequenceName(String value)
Sets the value of the sequenceName property.
void setStartNumber(BigDecimal value)
Sets the value of the startNumber property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String format

protected BigDecimal incrementBy

protected XMLGregorianCalendar lastDateTimeUsed

protected BigDecimal lastNumberUsed

protected BigDecimal paddingWithZero

protected DateIntervalObjectType restartDateIntervalReference

protected String sequenceID

protected String sequenceName

protected BigDecimal startNumber

Public Constructors

public SequenceGeneratorDataType ()

Public Methods

public String getFormat ()

Gets the value of the format property.

Returns
  • possible object is String

public BigDecimal getIncrementBy ()

Gets the value of the incrementBy property.

Returns
  • possible object is BigDecimal

public XMLGregorianCalendar getLastDateTimeUsed ()

Gets the value of the lastDateTimeUsed property.

Returns
  • possible object is XMLGregorianCalendar

public BigDecimal getLastNumberUsed ()

Gets the value of the lastNumberUsed property.

Returns
  • possible object is BigDecimal

public BigDecimal getPaddingWithZero ()

Gets the value of the paddingWithZero property.

Returns
  • possible object is BigDecimal

public DateIntervalObjectType getRestartDateIntervalReference ()

Gets the value of the restartDateIntervalReference property.

Returns

public String getSequenceID ()

Gets the value of the sequenceID property.

Returns
  • possible object is String

public String getSequenceName ()

Gets the value of the sequenceName property.

Returns
  • possible object is String

public BigDecimal getStartNumber ()

Gets the value of the startNumber property.

Returns
  • possible object is BigDecimal

public void setFormat (String value)

Sets the value of the format property.

Parameters
value Allowed object is String

public void setIncrementBy (BigDecimal value)

Sets the value of the incrementBy property.

Parameters
value Allowed object is BigDecimal

public void setLastDateTimeUsed (XMLGregorianCalendar value)

Sets the value of the lastDateTimeUsed property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLastNumberUsed (BigDecimal value)

Sets the value of the lastNumberUsed property.

Parameters
value Allowed object is BigDecimal

public void setPaddingWithZero (BigDecimal value)

Sets the value of the paddingWithZero property.

Parameters
value Allowed object is BigDecimal

public void setRestartDateIntervalReference (DateIntervalObjectType value)

Sets the value of the restartDateIntervalReference property.

Parameters
value Allowed object is DateIntervalObjectType

public void setSequenceID (String value)

Sets the value of the sequenceID property.

Parameters
value Allowed object is String

public void setSequenceName (String value)

Sets the value of the sequenceName property.

Parameters
value Allowed object is String

public void setStartNumber (BigDecimal value)

Sets the value of the startNumber property.

Parameters
value Allowed object is BigDecimal