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="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"/>
</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 Date |
createDate |
protected String |
createUser |
protected String |
dataType |
protected Boolean |
isCalculated |
protected Boolean |
isConditional |
protected Boolean |
isSecureCode |
protected Date |
lastUpdateDate |
protected String |
lastUpdateUser |
protected Integer |
objectId |
protected String |
subjectArea |
protected String |
title |
| Constructor and Description |
|---|
UDFTypeType() |
| Modifier and Type | Method and Description |
|---|---|
Date |
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.
|
Date |
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 |
getTitle()
Gets the value of the title 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(Date 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 |
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(Date 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 |
setTitle(String value)
Sets the value of the title property.
|
protected Date createDate
protected String createUser
protected String dataType
protected Boolean isCalculated
protected Boolean isConditional
protected Boolean isSecureCode
protected Date lastUpdateDate
protected String lastUpdateUser
protected Integer objectId
protected String subjectArea
protected String title
public Date getCreateDate()
Stringpublic void setCreateDate(Date 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 isIsCalculated()
Booleanpublic void setIsCalculated(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsConditional()
Booleanpublic void setIsConditional(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsSecureCode()
Booleanpublic void setIsSecureCode(Boolean value)
value - allowed object is
Booleanpublic Date getLastUpdateDate()
Stringpublic void setLastUpdateDate(Date 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 getTitle()
StringCopyright © 2013. All Rights Reserved.