public class UDFTypeType extends Object
Java class for UDFTypeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UDFTypeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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="DataType" 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="DisplayIndicatorFlag" type="{http://www.w3.org/2001/XMLSchema}boolean" 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="IsCalculated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsConditional" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsSecureCode" 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="ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="SubjectArea" 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="SummaryMethod" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="60"/>
</restriction>
</simpleType>
</element>
<element name="Title" 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 LocalDateTime |
createDate |
protected String |
createUser |
protected String |
dataType |
protected Boolean |
displayIndicatorFlag |
protected String |
formula |
protected Boolean |
isCalculated |
protected Boolean |
isConditional |
protected Boolean |
isSecureCode |
protected LocalDateTime |
lastUpdateDate |
protected String |
lastUpdateUser |
protected Integer |
objectId |
protected String |
subjectArea |
protected String |
summaryMethod |
protected String |
title |
| Constructor and Description |
|---|
UDFTypeType() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getCreateDate()
Gets the value of the createDate property.
|
String |
getCreateUser()
Gets the value of the createUser property.
|
String |
getDataType()
Gets the value of the dataType property.
|
String |
getFormula()
Gets the value of the formula property.
|
LocalDateTime |
getLastUpdateDate()
Gets the value of the lastUpdateDate property.
|
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property.
|
Integer |
getObjectId()
Gets the value of the objectId property.
|
String |
getSubjectArea()
Gets the value of the subjectArea property.
|
String |
getSummaryMethod()
Gets the value of the summaryMethod property.
|
String |
getTitle()
Gets the value of the title property.
|
Boolean |
isDisplayIndicatorFlag()
Gets the value of the displayIndicatorFlag property.
|
Boolean |
isIsCalculated()
Gets the value of the isCalculated property.
|
Boolean |
isIsConditional()
Gets the value of the isConditional property.
|
Boolean |
isIsSecureCode()
Gets the value of the isSecureCode property.
|
void |
setCreateDate(LocalDateTime value)
Sets the value of the createDate property.
|
void |
setCreateUser(String value)
Sets the value of the createUser property.
|
void |
setDataType(String value)
Sets the value of the dataType property.
|
void |
setDisplayIndicatorFlag(Boolean value)
Sets the value of the displayIndicatorFlag property.
|
void |
setFormula(String value)
Sets the value of the formula property.
|
void |
setIsCalculated(Boolean value)
Sets the value of the isCalculated property.
|
void |
setIsConditional(Boolean value)
Sets the value of the isConditional property.
|
void |
setIsSecureCode(Boolean value)
Sets the value of the isSecureCode property.
|
void |
setLastUpdateDate(LocalDateTime value)
Sets the value of the lastUpdateDate property.
|
void |
setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property.
|
void |
setObjectId(Integer value)
Sets the value of the objectId property.
|
void |
setSubjectArea(String value)
Sets the value of the subjectArea property.
|
void |
setSummaryMethod(String value)
Sets the value of the summaryMethod property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected LocalDateTime createDate
protected String createUser
protected String dataType
protected Boolean displayIndicatorFlag
protected String formula
protected Boolean isCalculated
protected Boolean isConditional
protected Boolean isSecureCode
protected LocalDateTime lastUpdateDate
protected String lastUpdateUser
protected Integer objectId
protected String subjectArea
protected String summaryMethod
protected String title
public 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 getDataType()
Stringpublic void setDataType(String value)
value - allowed object is
Stringpublic Boolean isDisplayIndicatorFlag()
Stringpublic void setDisplayIndicatorFlag(Boolean value)
value - allowed object is
Stringpublic String getFormula()
Stringpublic void setFormula(String value)
value - allowed object is
Stringpublic Boolean isIsCalculated()
Stringpublic void setIsCalculated(Boolean value)
value - allowed object is
Stringpublic Boolean isIsConditional()
Stringpublic void setIsConditional(Boolean value)
value - allowed object is
Stringpublic Boolean isIsSecureCode()
Stringpublic void setIsSecureCode(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 getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic String getSubjectArea()
Stringpublic void setSubjectArea(String value)
value - allowed object is
Stringpublic String getSummaryMethod()
Stringpublic void setSummaryMethod(String value)
value - allowed object is
Stringpublic String getTitle()
StringCopyright © 2000–2025 MPXJ. All rights reserved.