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()
String
public void setCodeValue(String value)
value
- allowed object is
String
public Integer getConditionalIndicator()
Integer
public void setConditionalIndicator(Integer value)
value
- allowed object is
Integer
public Double getCost()
String
public void setCost(Double value)
value
- allowed object is
String
public LocalDateTime getCreateDate()
String
public void setCreateDate(LocalDateTime value)
value
- allowed object is
String
public String getCreateUser()
String
public void setCreateUser(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public Double getDouble()
String
public void setDouble(Double value)
value
- allowed object is
String
public LocalDateTime getFinishDate()
String
public void setFinishDate(LocalDateTime value)
value
- allowed object is
String
public Integer getForeignObjectId()
Integer
public void setForeignObjectId(Integer value)
value
- allowed object is
Integer
public String getFormula()
String
public void setFormula(String value)
value
- allowed object is
String
public String getIndicator()
String
public void setIndicator(String value)
value
- allowed object is
String
public Integer getInteger()
Integer
public void setInteger(Integer value)
value
- allowed object is
Integer
public Boolean isIsBaseline()
String
public void setIsBaseline(Boolean value)
value
- allowed object is
String
public Boolean isIsTemplate()
String
public void setIsTemplate(Boolean value)
value
- allowed object is
String
public Boolean isIsUDFTypeCalculated()
String
public void setIsUDFTypeCalculated(Boolean value)
value
- allowed object is
String
public Boolean isIsUDFTypeConditional()
String
public void setIsUDFTypeConditional(Boolean value)
value
- allowed object is
String
public LocalDateTime getLastUpdateDate()
String
public void setLastUpdateDate(LocalDateTime value)
value
- allowed object is
String
public String getLastUpdateUser()
String
public void setLastUpdateUser(String value)
value
- allowed object is
String
public Integer getProjectObjectId()
Integer
public void setProjectObjectId(Integer value)
value
- allowed object is
Integer
public LocalDateTime getStartDate()
String
public void setStartDate(LocalDateTime value)
value
- allowed object is
String
public String getText()
String
public void setText(String value)
value
- allowed object is
String
public Integer getUDFCodeObjectId()
Integer
public void setUDFCodeObjectId(Integer value)
value
- allowed object is
Integer
public String getUDFTypeDataType()
String
public void setUDFTypeDataType(String value)
value
- allowed object is
String
public Integer getUDFTypeObjectId()
Integer
public void setUDFTypeObjectId(Integer value)
value
- allowed object is
Integer
public String getUDFTypeSubjectArea()
String
public void setUDFTypeSubjectArea(String value)
value
- allowed object is
String
public String getUDFTypeTitle()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.