public class UDFValueType extends Object
Java class for UDFValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UDFValueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CodeValue" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="60"/>
</restriction>
</simpleType>
</element>
<element name="ConditionalIndicator" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Cost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="CreateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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="Description" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="Double" 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="FinishDate" 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="Formula" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="4000"/>
</restriction>
</simpleType>
</element>
<element name="Indicator" 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="Integer" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="IsBaseline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsTemplate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsUDFTypeCalculated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsUDFTypeConditional" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LastUpdateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="LastUpdateUser" 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="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Text" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="255"/>
</restriction>
</simpleType>
</element>
<element name="UDFCodeObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="UDFTypeDataType" 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"/>
<element name="UDFTypeSubjectArea" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Activity"/>
<enumeration value="Activity Expense"/>
<enumeration value="Activity Step"/>
<enumeration value="Project"/>
<enumeration value="Project Issue"/>
<enumeration value="Project Risk"/>
<enumeration value="Resource"/>
<enumeration value="Resource Assignment"/>
<enumeration value="WBS"/>
<enumeration value="Work Products and Documents"/>
<enumeration value="Activity Step Template Item"/>
<enumeration value="Lean Task"/>
<enumeration value="Roles"/>
</restriction>
</simpleType>
</element>
<element name="UDFTypeTitle" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="40"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
_double |
protected String |
codeValue |
protected Integer |
conditionalIndicator |
protected Double |
cost |
protected LocalDateTime |
createDate |
protected String |
createUser |
protected String |
description |
protected LocalDateTime |
finishDate |
protected Integer |
foreignObjectId |
protected String |
formula |
protected String |
indicator |
protected Integer |
integer |
protected Boolean |
isBaseline |
protected Boolean |
isTemplate |
protected Boolean |
isUDFTypeCalculated |
protected Boolean |
isUDFTypeConditional |
protected LocalDateTime |
lastUpdateDate |
protected String |
lastUpdateUser |
protected Integer |
projectObjectId |
protected LocalDateTime |
startDate |
protected String |
text |
protected Integer |
udfCodeObjectId |
protected String |
udfTypeDataType |
protected Integer |
udfTypeObjectId |
protected String |
udfTypeSubjectArea |
protected String |
udfTypeTitle |
| Constructor and Description |
|---|
UDFValueType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeValue()
Gets the value of the codeValue property.
|
Integer |
getConditionalIndicator()
Gets the value of the conditionalIndicator property.
|
Double |
getCost()
Gets the value of the cost property.
|
LocalDateTime |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
String |
getDescription()
Gets the value of the description property.
|
Double |
getDouble()
Gets the value of the double property.
|
LocalDateTime |
getFinishDate()
Gets the value of the finishDate property.
|
Integer |
getForeignObjectId()
Gets the value of the foreignObjectId property.
|
String |
getFormula()
Gets the value of the formula property.
|
String |
getIndicator()
Gets the value of the indicator property.
|
Integer |
getInteger()
Gets the value of the integer property.
|
LocalDateTime |
getLastUpdateDate()
Gets the value of the lastUpdateDate property.
|
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
LocalDateTime |
getStartDate()
Gets the value of the startDate property.
|
String |
getText()
Gets the value of the text property.
|
Integer |
getUDFCodeObjectId()
Gets the value of the udfCodeObjectId property.
|
String |
getUDFTypeDataType()
Gets the value of the udfTypeDataType property.
|
Integer |
getUDFTypeObjectId()
Gets the value of the udfTypeObjectId property.
|
String |
getUDFTypeSubjectArea()
Gets the value of the udfTypeSubjectArea property.
|
String |
getUDFTypeTitle()
Gets the value of the udfTypeTitle property.
|
Boolean |
isIsBaseline()
Gets the value of the isBaseline property.
|
Boolean |
isIsTemplate()
Gets the value of the isTemplate property.
|
Boolean |
isIsUDFTypeCalculated()
Gets the value of the isUDFTypeCalculated property.
|
Boolean |
isIsUDFTypeConditional()
Gets the value of the isUDFTypeConditional property.
|
void |
setCodeValue(String value)
Sets the value of the codeValue property.
|
void |
setConditionalIndicator(Integer value)
Sets the value of the conditionalIndicator property.
|
void |
setCost(Double value)
Sets the value of the cost property.
|
void |
setCreateDate(LocalDateTime value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDouble(Double value)
Sets the value of the double property.
|
void |
setFinishDate(LocalDateTime value)
Sets the value of the finishDate property.
|
void |
setForeignObjectId(Integer value)
Sets the value of the foreignObjectId property.
|
void |
setFormula(String value)
Sets the value of the formula property.
|
void |
setIndicator(String value)
Sets the value of the indicator property.
|
void |
setInteger(Integer value)
Sets the value of the integer property.
|
void |
setIsBaseline(Boolean value)
Sets the value of the isBaseline property.
|
void |
setIsTemplate(Boolean value)
Sets the value of the isTemplate property.
|
void |
setIsUDFTypeCalculated(Boolean value)
Sets the value of the isUDFTypeCalculated property.
|
void |
setIsUDFTypeConditional(Boolean value)
Sets the value of the isUDFTypeConditional property.
|
void |
setLastUpdateDate(LocalDateTime value)
Sets the value of the lastUpdateDate property.
|
void |
setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setStartDate(LocalDateTime value)
Sets the value of the startDate property.
|
void |
setText(String value)
Sets the value of the text property.
|
void |
setUDFCodeObjectId(Integer value)
Sets the value of the udfCodeObjectId property.
|
void |
setUDFTypeDataType(String value)
Sets the value of the udfTypeDataType property.
|
void |
setUDFTypeObjectId(Integer value)
Sets the value of the udfTypeObjectId property.
|
void |
setUDFTypeSubjectArea(String value)
Sets the value of the udfTypeSubjectArea property.
|
void |
setUDFTypeTitle(String value)
Sets the value of the udfTypeTitle property.
|
protected String codeValue
protected Integer conditionalIndicator
protected Double cost
protected LocalDateTime createDate
protected String createUser
protected String description
protected Double _double
protected LocalDateTime finishDate
protected Integer foreignObjectId
protected String formula
protected String indicator
protected Integer integer
protected Boolean isBaseline
protected Boolean isTemplate
protected Boolean isUDFTypeCalculated
protected Boolean isUDFTypeConditional
protected LocalDateTime lastUpdateDate
protected String lastUpdateUser
protected Integer projectObjectId
protected LocalDateTime startDate
protected String text
protected Integer udfCodeObjectId
protected String udfTypeDataType
protected Integer udfTypeObjectId
protected String udfTypeSubjectArea
protected String udfTypeTitle
public String getCodeValue()
Stringpublic void setCodeValue(String value)
value - allowed object is
Stringpublic Integer getConditionalIndicator()
Integerpublic void setConditionalIndicator(Integer value)
value - allowed object is
Integerpublic Double getCost()
Stringpublic void setCost(Double value)
value - allowed object is
Stringpublic LocalDateTime getCreateDate()
Stringpublic void setCreateDate(LocalDateTime value)
value - allowed object is
Stringpublic String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Double getDouble()
Stringpublic void setDouble(Double value)
value - allowed object is
Stringpublic LocalDateTime getFinishDate()
Stringpublic void setFinishDate(LocalDateTime value)
value - allowed object is
Stringpublic Integer getForeignObjectId()
Integerpublic void setForeignObjectId(Integer value)
value - allowed object is
Integerpublic String getFormula()
Stringpublic void setFormula(String value)
value - allowed object is
Stringpublic String getIndicator()
Stringpublic void setIndicator(String value)
value - allowed object is
Stringpublic Integer getInteger()
Integerpublic void setInteger(Integer value)
value - allowed object is
Integerpublic Boolean isIsBaseline()
Stringpublic void setIsBaseline(Boolean value)
value - allowed object is
Stringpublic Boolean isIsTemplate()
Stringpublic void setIsTemplate(Boolean value)
value - allowed object is
Stringpublic Boolean isIsUDFTypeCalculated()
Stringpublic void setIsUDFTypeCalculated(Boolean value)
value - allowed object is
Stringpublic Boolean isIsUDFTypeConditional()
Stringpublic void setIsUDFTypeConditional(Boolean value)
value - allowed object is
Stringpublic LocalDateTime getLastUpdateDate()
Stringpublic void setLastUpdateDate(LocalDateTime value)
value - allowed object is
Stringpublic String getLastUpdateUser()
Stringpublic void setLastUpdateUser(String value)
value - allowed object is
Stringpublic Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic LocalDateTime getStartDate()
Stringpublic void setStartDate(LocalDateTime value)
value - allowed object is
Stringpublic String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic Integer getUDFCodeObjectId()
Integerpublic void setUDFCodeObjectId(Integer value)
value - allowed object is
Integerpublic String getUDFTypeDataType()
Stringpublic void setUDFTypeDataType(String value)
value - allowed object is
Stringpublic Integer getUDFTypeObjectId()
Integerpublic void setUDFTypeObjectId(Integer value)
value - allowed object is
Integerpublic String getUDFTypeSubjectArea()
Stringpublic void setUDFTypeSubjectArea(String value)
value - allowed object is
Stringpublic String getUDFTypeTitle()
StringCopyright © 2000–2025 MPXJ. All rights reserved.