public class UserDefinedValueUpdateType extends Object
Java class for UserDefinedValueUpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserDefinedValueUpdateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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="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="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" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="RequestUserObjectId" type="{http://www.w3.org/2001/XMLSchema}int" 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"/>
</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>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
approvalDate |
protected String |
approvalUserName |
protected Integer |
approvalUserObjectId |
protected Integer |
changeSetObjectId |
protected Date |
date |
protected Integer |
foreignObjectId |
protected Date |
heldDate |
protected Double |
overrideUdfCodeId |
protected Double |
overrideUdfCost |
protected Date |
overrideUdfEndDate |
protected Integer |
overrideUdfInteger |
protected Double |
overrideUdfNumber |
protected String |
overrideUDFRAGType |
protected Date |
overrideUdfStartDate |
protected String |
overrideUdfText |
protected Double |
pendingUdfCodeId |
protected Double |
pendingUdfCost |
protected Date |
pendingUdfEndDate |
protected Integer |
pendingUdfInteger |
protected Double |
pendingUdfNumber |
protected String |
pendingUDFRAGType |
protected Date |
pendingUdfStartDate |
protected String |
pendingUdfText |
protected Integer |
projectObjectId |
protected Integer |
requestUserObjectId |
protected String |
status |
protected String |
udfDataType |
protected Integer |
udfTypeObjectId |
| Constructor and Description |
|---|
UserDefinedValueUpdateType() |
| Modifier and Type | Method and Description |
|---|---|
Date |
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.
|
Date |
getDate()
Gets the value of the date property.
|
Integer |
getForeignObjectId()
Gets the value of the foreignObjectId property.
|
Date |
getHeldDate()
Gets the value of the heldDate property.
|
Double |
getOverrideUdfCodeId()
Gets the value of the overrideUdfCodeId property.
|
Double |
getOverrideUdfCost()
Gets the value of the overrideUdfCost property.
|
Date |
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.
|
Date |
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.
|
Date |
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.
|
Date |
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.
|
Integer |
getRequestUserObjectId()
Gets the value of the requestUserObjectId 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 |
setApprovalDate(Date 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 |
setDate(Date value)
Sets the value of the date property.
|
void |
setForeignObjectId(Integer value)
Sets the value of the foreignObjectId property.
|
void |
setHeldDate(Date value)
Sets the value of the heldDate 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(Date 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(Date 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(Date 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(Date 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 |
setRequestUserObjectId(Integer value)
Sets the value of the requestUserObjectId 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 Date approvalDate
protected String approvalUserName
protected Integer approvalUserObjectId
protected Integer changeSetObjectId
protected Date date
protected Integer foreignObjectId
protected Date heldDate
protected String overrideUDFRAGType
protected Double overrideUdfCodeId
protected Double overrideUdfCost
protected Date overrideUdfEndDate
protected Integer overrideUdfInteger
protected Double overrideUdfNumber
protected Date overrideUdfStartDate
protected String overrideUdfText
protected String pendingUDFRAGType
protected Double pendingUdfCodeId
protected Double pendingUdfCost
protected Date pendingUdfEndDate
protected Integer pendingUdfInteger
protected Double pendingUdfNumber
protected Date pendingUdfStartDate
protected String pendingUdfText
protected Integer projectObjectId
protected Integer requestUserObjectId
protected String status
protected String udfDataType
protected Integer udfTypeObjectId
public Date getApprovalDate()
Stringpublic void setApprovalDate(Date value)
value - allowed object is
Stringpublic String getApprovalUserName()
Stringpublic void setApprovalUserName(String value)
value - allowed object is
Stringpublic Integer getApprovalUserObjectId()
Integerpublic void setApprovalUserObjectId(Integer value)
value - allowed object is
Integerpublic Integer getChangeSetObjectId()
Integerpublic void setChangeSetObjectId(Integer value)
value - allowed object is
Integerpublic Date getDate()
Stringpublic void setDate(Date value)
value - allowed object is
Stringpublic Integer getForeignObjectId()
Integerpublic void setForeignObjectId(Integer value)
value - allowed object is
Integerpublic Date getHeldDate()
Stringpublic void setHeldDate(Date value)
value - allowed object is
Stringpublic String getOverrideUDFRAGType()
Stringpublic void setOverrideUDFRAGType(String value)
value - allowed object is
Stringpublic Double getOverrideUdfCodeId()
Doublepublic void setOverrideUdfCodeId(Double value)
value - allowed object is
Doublepublic Double getOverrideUdfCost()
Doublepublic void setOverrideUdfCost(Double value)
value - allowed object is
Doublepublic Date getOverrideUdfEndDate()
Stringpublic void setOverrideUdfEndDate(Date value)
value - allowed object is
Stringpublic Integer getOverrideUdfInteger()
Integerpublic void setOverrideUdfInteger(Integer value)
value - allowed object is
Integerpublic Double getOverrideUdfNumber()
Doublepublic void setOverrideUdfNumber(Double value)
value - allowed object is
Doublepublic Date getOverrideUdfStartDate()
Stringpublic void setOverrideUdfStartDate(Date value)
value - allowed object is
Stringpublic String getOverrideUdfText()
Stringpublic void setOverrideUdfText(String value)
value - allowed object is
Stringpublic String getPendingUDFRAGType()
Stringpublic void setPendingUDFRAGType(String value)
value - allowed object is
Stringpublic Double getPendingUdfCodeId()
Doublepublic void setPendingUdfCodeId(Double value)
value - allowed object is
Doublepublic Double getPendingUdfCost()
Doublepublic void setPendingUdfCost(Double value)
value - allowed object is
Doublepublic Date getPendingUdfEndDate()
Stringpublic void setPendingUdfEndDate(Date value)
value - allowed object is
Stringpublic Integer getPendingUdfInteger()
Integerpublic void setPendingUdfInteger(Integer value)
value - allowed object is
Integerpublic Double getPendingUdfNumber()
Doublepublic void setPendingUdfNumber(Double value)
value - allowed object is
Doublepublic Date getPendingUdfStartDate()
Stringpublic void setPendingUdfStartDate(Date value)
value - allowed object is
Stringpublic String getPendingUdfText()
Stringpublic void setPendingUdfText(String value)
value - allowed object is
Stringpublic Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic Integer getRequestUserObjectId()
Integerpublic void setRequestUserObjectId(Integer value)
value - allowed object is
Integerpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getUDFDataType()
Stringpublic void setUDFDataType(String value)
value - allowed object is
Stringpublic Integer getUDFTypeObjectId()
IntegerCopyright © 2013. All Rights Reserved.