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()
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 getDataType()
String
public void setDataType(String value)
value
- allowed object is
String
public Boolean isDisplayIndicatorFlag()
String
public void setDisplayIndicatorFlag(Boolean value)
value
- allowed object is
String
public String getFormula()
String
public void setFormula(String value)
value
- allowed object is
String
public Boolean isIsCalculated()
String
public void setIsCalculated(Boolean value)
value
- allowed object is
String
public Boolean isIsConditional()
String
public void setIsConditional(Boolean value)
value
- allowed object is
String
public Boolean isIsSecureCode()
String
public void setIsSecureCode(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 getObjectId()
Integer
public void setObjectId(Integer value)
value
- allowed object is
Integer
public String getSubjectArea()
String
public void setSubjectArea(String value)
value
- allowed object is
String
public String getSummaryMethod()
String
public void setSummaryMethod(String value)
value
- allowed object is
String
public String getTitle()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.