public class StepUserDefinedValueUpdateType extends Object
Java class for StepUserDefinedValueUpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StepUserDefinedValueUpdateType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AllData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ApprovalDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ApprovalUserName" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="ApprovalUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ChangeSetObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="CreateUser" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ForeignObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="HeldDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="LastApprovedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Offset" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="OverrideUDFRAGType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value=""/> <enumeration value="None"/> <enumeration value="Red"/> <enumeration value="Yellow"/> <enumeration value="Green"/> <enumeration value="Blue"/> </restriction> </simpleType> </element> <element name="OverrideUdfCodeId" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0.0"/> </restriction> </simpleType> </element> <element name="OverrideUdfCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="OverrideUdfEndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="OverrideUdfInteger" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="OverrideUdfNumber" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="-1.0E12"/> <maxInclusive value="1.0E12"/> </restriction> </simpleType> </element> <element name="OverrideUdfStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="OverrideUdfText" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="PendingUDFRAGType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value=""/> <enumeration value="None"/> <enumeration value="Red"/> <enumeration value="Yellow"/> <enumeration value="Green"/> <enumeration value="Blue"/> </restriction> </simpleType> </element> <element name="PendingUdfCodeId" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0.0"/> </restriction> </simpleType> </element> <element name="PendingUdfCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="PendingUdfEndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="PendingUdfInteger" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="PendingUdfNumber" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="-1.0E12"/> <maxInclusive value="1.0E12"/> </restriction> </simpleType> </element> <element name="PendingUdfStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="PendingUdfText" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="RejectedBy" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="RejectedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="RequestUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ResubmittedBy" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <element name="ResubmittedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="Status" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Pending"/> <enumeration value="Held"/> <enumeration value="Approved"/> <enumeration value="Rejected"/> <enumeration value="Partially Approved"/> <enumeration value="Withdrawn"/> </restriction> </simpleType> </element> <element name="UDFDataType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Text"/> <enumeration value="Start Date"/> <enumeration value="Finish Date"/> <enumeration value="Cost"/> <enumeration value="Double"/> <enumeration value="Integer"/> <enumeration value="Indicator"/> <enumeration value="Code"/> </restriction> </simpleType> </element> <element name="UDFTypeObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
StepUserDefinedValueUpdateType() |
Modifier and Type | Method and Description |
---|---|
String |
getAllData()
Gets the value of the allData property.
|
LocalDateTime |
getApprovalDate()
Gets the value of the approvalDate property.
|
String |
getApprovalUserName()
Gets the value of the approvalUserName property.
|
Integer |
getApprovalUserObjectId()
Gets the value of the approvalUserObjectId property.
|
Integer |
getChangeSetObjectId()
Gets the value of the changeSetObjectId property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
LocalDateTime |
getDate()
Gets the value of the date property.
|
Integer |
getForeignObjectId()
Gets the value of the foreignObjectId property.
|
LocalDateTime |
getHeldDate()
Gets the value of the heldDate property.
|
LocalDateTime |
getLastApprovedDate()
Gets the value of the lastApprovedDate property.
|
Integer |
getOffset()
Gets the value of the offset property.
|
Double |
getOverrideUdfCodeId()
Gets the value of the overrideUdfCodeId property.
|
Double |
getOverrideUdfCost()
Gets the value of the overrideUdfCost property.
|
LocalDateTime |
getOverrideUdfEndDate()
Gets the value of the overrideUdfEndDate property.
|
Integer |
getOverrideUdfInteger()
Gets the value of the overrideUdfInteger property.
|
Double |
getOverrideUdfNumber()
Gets the value of the overrideUdfNumber property.
|
String |
getOverrideUDFRAGType()
Gets the value of the overrideUDFRAGType property.
|
LocalDateTime |
getOverrideUdfStartDate()
Gets the value of the overrideUdfStartDate property.
|
String |
getOverrideUdfText()
Gets the value of the overrideUdfText property.
|
Double |
getPendingUdfCodeId()
Gets the value of the pendingUdfCodeId property.
|
Double |
getPendingUdfCost()
Gets the value of the pendingUdfCost property.
|
LocalDateTime |
getPendingUdfEndDate()
Gets the value of the pendingUdfEndDate property.
|
Integer |
getPendingUdfInteger()
Gets the value of the pendingUdfInteger property.
|
Double |
getPendingUdfNumber()
Gets the value of the pendingUdfNumber property.
|
String |
getPendingUDFRAGType()
Gets the value of the pendingUDFRAGType property.
|
LocalDateTime |
getPendingUdfStartDate()
Gets the value of the pendingUdfStartDate property.
|
String |
getPendingUdfText()
Gets the value of the pendingUdfText property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
String |
getRejectedBy()
Gets the value of the rejectedBy property.
|
LocalDateTime |
getRejectedDate()
Gets the value of the rejectedDate property.
|
Integer |
getRequestUserObjectId()
Gets the value of the requestUserObjectId property.
|
String |
getResubmittedBy()
Gets the value of the resubmittedBy property.
|
LocalDateTime |
getResubmittedDate()
Gets the value of the resubmittedDate property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getUDFDataType()
Gets the value of the udfDataType property.
|
Integer |
getUDFTypeObjectId()
Gets the value of the udfTypeObjectId property.
|
void |
setAllData(String value)
Sets the value of the allData property.
|
void |
setApprovalDate(LocalDateTime value)
Sets the value of the approvalDate property.
|
void |
setApprovalUserName(String value)
Sets the value of the approvalUserName property.
|
void |
setApprovalUserObjectId(Integer value)
Sets the value of the approvalUserObjectId property.
|
void |
setChangeSetObjectId(Integer value)
Sets the value of the changeSetObjectId property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setDate(LocalDateTime value)
Sets the value of the date property.
|
void |
setForeignObjectId(Integer value)
Sets the value of the foreignObjectId property.
|
void |
setHeldDate(LocalDateTime value)
Sets the value of the heldDate property.
|
void |
setLastApprovedDate(LocalDateTime value)
Sets the value of the lastApprovedDate property.
|
void |
setOffset(Integer value)
Sets the value of the offset property.
|
void |
setOverrideUdfCodeId(Double value)
Sets the value of the overrideUdfCodeId property.
|
void |
setOverrideUdfCost(Double value)
Sets the value of the overrideUdfCost property.
|
void |
setOverrideUdfEndDate(LocalDateTime value)
Sets the value of the overrideUdfEndDate property.
|
void |
setOverrideUdfInteger(Integer value)
Sets the value of the overrideUdfInteger property.
|
void |
setOverrideUdfNumber(Double value)
Sets the value of the overrideUdfNumber property.
|
void |
setOverrideUDFRAGType(String value)
Sets the value of the overrideUDFRAGType property.
|
void |
setOverrideUdfStartDate(LocalDateTime value)
Sets the value of the overrideUdfStartDate property.
|
void |
setOverrideUdfText(String value)
Sets the value of the overrideUdfText property.
|
void |
setPendingUdfCodeId(Double value)
Sets the value of the pendingUdfCodeId property.
|
void |
setPendingUdfCost(Double value)
Sets the value of the pendingUdfCost property.
|
void |
setPendingUdfEndDate(LocalDateTime value)
Sets the value of the pendingUdfEndDate property.
|
void |
setPendingUdfInteger(Integer value)
Sets the value of the pendingUdfInteger property.
|
void |
setPendingUdfNumber(Double value)
Sets the value of the pendingUdfNumber property.
|
void |
setPendingUDFRAGType(String value)
Sets the value of the pendingUDFRAGType property.
|
void |
setPendingUdfStartDate(LocalDateTime value)
Sets the value of the pendingUdfStartDate property.
|
void |
setPendingUdfText(String value)
Sets the value of the pendingUdfText property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setRejectedBy(String value)
Sets the value of the rejectedBy property.
|
void |
setRejectedDate(LocalDateTime value)
Sets the value of the rejectedDate property.
|
void |
setRequestUserObjectId(Integer value)
Sets the value of the requestUserObjectId property.
|
void |
setResubmittedBy(String value)
Sets the value of the resubmittedBy property.
|
void |
setResubmittedDate(LocalDateTime value)
Sets the value of the resubmittedDate property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setUDFDataType(String value)
Sets the value of the udfDataType property.
|
void |
setUDFTypeObjectId(Integer value)
Sets the value of the udfTypeObjectId property.
|
protected String allData
protected LocalDateTime approvalDate
protected String approvalUserName
protected Integer approvalUserObjectId
protected Integer changeSetObjectId
protected String createUser
protected LocalDateTime date
protected Integer foreignObjectId
protected LocalDateTime heldDate
protected LocalDateTime lastApprovedDate
protected Integer offset
protected String overrideUDFRAGType
protected Double overrideUdfCodeId
protected Double overrideUdfCost
protected LocalDateTime overrideUdfEndDate
protected Integer overrideUdfInteger
protected Double overrideUdfNumber
protected LocalDateTime overrideUdfStartDate
protected String overrideUdfText
protected String pendingUDFRAGType
protected Double pendingUdfCodeId
protected Double pendingUdfCost
protected LocalDateTime pendingUdfEndDate
protected Integer pendingUdfInteger
protected Double pendingUdfNumber
protected LocalDateTime pendingUdfStartDate
protected String pendingUdfText
protected Integer projectObjectId
protected String rejectedBy
protected LocalDateTime rejectedDate
protected Integer requestUserObjectId
protected String resubmittedBy
protected LocalDateTime resubmittedDate
protected String status
protected String udfDataType
protected Integer udfTypeObjectId
public String getAllData()
String
public void setAllData(String value)
value
- allowed object is
String
public LocalDateTime getApprovalDate()
String
public void setApprovalDate(LocalDateTime value)
value
- allowed object is
String
public String getApprovalUserName()
String
public void setApprovalUserName(String value)
value
- allowed object is
String
public Integer getApprovalUserObjectId()
Integer
public void setApprovalUserObjectId(Integer value)
value
- allowed object is
Integer
public Integer getChangeSetObjectId()
Integer
public void setChangeSetObjectId(Integer value)
value
- allowed object is
Integer
public String getCreateUser()
String
public void setCreateUser(String value)
value
- allowed object is
String
public LocalDateTime getDate()
String
public void setDate(LocalDateTime value)
value
- allowed object is
String
public Integer getForeignObjectId()
Integer
public void setForeignObjectId(Integer value)
value
- allowed object is
Integer
public LocalDateTime getHeldDate()
String
public void setHeldDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getLastApprovedDate()
String
public void setLastApprovedDate(LocalDateTime value)
value
- allowed object is
String
public Integer getOffset()
Integer
public void setOffset(Integer value)
value
- allowed object is
Integer
public String getOverrideUDFRAGType()
String
public void setOverrideUDFRAGType(String value)
value
- allowed object is
String
public Double getOverrideUdfCodeId()
String
public void setOverrideUdfCodeId(Double value)
value
- allowed object is
String
public Double getOverrideUdfCost()
String
public void setOverrideUdfCost(Double value)
value
- allowed object is
String
public LocalDateTime getOverrideUdfEndDate()
String
public void setOverrideUdfEndDate(LocalDateTime value)
value
- allowed object is
String
public Integer getOverrideUdfInteger()
Integer
public void setOverrideUdfInteger(Integer value)
value
- allowed object is
Integer
public Double getOverrideUdfNumber()
String
public void setOverrideUdfNumber(Double value)
value
- allowed object is
String
public LocalDateTime getOverrideUdfStartDate()
String
public void setOverrideUdfStartDate(LocalDateTime value)
value
- allowed object is
String
public String getOverrideUdfText()
String
public void setOverrideUdfText(String value)
value
- allowed object is
String
public String getPendingUDFRAGType()
String
public void setPendingUDFRAGType(String value)
value
- allowed object is
String
public Double getPendingUdfCodeId()
String
public void setPendingUdfCodeId(Double value)
value
- allowed object is
String
public Double getPendingUdfCost()
String
public void setPendingUdfCost(Double value)
value
- allowed object is
String
public LocalDateTime getPendingUdfEndDate()
String
public void setPendingUdfEndDate(LocalDateTime value)
value
- allowed object is
String
public Integer getPendingUdfInteger()
Integer
public void setPendingUdfInteger(Integer value)
value
- allowed object is
Integer
public Double getPendingUdfNumber()
String
public void setPendingUdfNumber(Double value)
value
- allowed object is
String
public LocalDateTime getPendingUdfStartDate()
String
public void setPendingUdfStartDate(LocalDateTime value)
value
- allowed object is
String
public String getPendingUdfText()
String
public void setPendingUdfText(String value)
value
- allowed object is
String
public Integer getProjectObjectId()
Integer
public void setProjectObjectId(Integer value)
value
- allowed object is
Integer
public String getRejectedBy()
String
public void setRejectedBy(String value)
value
- allowed object is
String
public LocalDateTime getRejectedDate()
String
public void setRejectedDate(LocalDateTime value)
value
- allowed object is
String
public Integer getRequestUserObjectId()
Integer
public void setRequestUserObjectId(Integer value)
value
- allowed object is
Integer
public String getResubmittedBy()
String
public void setResubmittedBy(String value)
value
- allowed object is
String
public LocalDateTime getResubmittedDate()
String
public void setResubmittedDate(LocalDateTime value)
value
- allowed object is
String
public String getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
public String getUDFDataType()
String
public void setUDFDataType(String value)
value
- allowed object is
String
public Integer getUDFTypeObjectId()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.