|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.primavera.schema.UDFTypeType
public class UDFTypeType
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" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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>
| Field Summary | |
|---|---|
protected JAXBElement<Date> |
createDate
|
protected String |
createUser
|
protected String |
dataType
|
protected JAXBElement<Boolean> |
isCalculated
|
protected JAXBElement<Boolean> |
isConditional
|
protected Boolean |
isSecureCode
|
protected JAXBElement<Date> |
lastUpdateDate
|
protected String |
lastUpdateUser
|
protected Integer |
objectId
|
protected String |
subjectArea
|
protected String |
title
|
| Constructor Summary | |
|---|---|
UDFTypeType()
|
|
| Method Summary | |
|---|---|
JAXBElement<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. |
JAXBElement<Boolean> |
getIsCalculated()
Gets the value of the isCalculated property. |
JAXBElement<Boolean> |
getIsConditional()
Gets the value of the isConditional property. |
JAXBElement<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 |
isIsSecureCode()
Gets the value of the isSecureCode property. |
void |
setCreateDate(JAXBElement<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(JAXBElement<Boolean> value)
Sets the value of the isCalculated property. |
void |
setIsConditional(JAXBElement<Boolean> value)
Sets the value of the isConditional property. |
void |
setIsSecureCode(Boolean value)
Sets the value of the isSecureCode property. |
void |
setLastUpdateDate(JAXBElement<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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JAXBElement<Date> createDate
protected String createUser
protected String dataType
protected JAXBElement<Boolean> isCalculated
protected JAXBElement<Boolean> isConditional
protected Boolean isSecureCode
protected JAXBElement<Date> lastUpdateDate
protected String lastUpdateUser
protected Integer objectId
protected String subjectArea
protected String title
| Constructor Detail |
|---|
public UDFTypeType()
| Method Detail |
|---|
public JAXBElement<Date> getCreateDate()
JAXBElement<Date>public void setCreateDate(JAXBElement<Date> value)
value - allowed object is
JAXBElement<Date>public String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic String getDataType()
Stringpublic void setDataType(String value)
value - allowed object is
Stringpublic JAXBElement<Boolean> getIsCalculated()
JAXBElement<Boolean>public void setIsCalculated(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public JAXBElement<Boolean> getIsConditional()
JAXBElement<Boolean>public void setIsConditional(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public Boolean isIsSecureCode()
Booleanpublic void setIsSecureCode(Boolean value)
value - allowed object is
Booleanpublic JAXBElement<Date> getLastUpdateDate()
JAXBElement<Date>public void setLastUpdateDate(JAXBElement<Date> value)
value - allowed object is
JAXBElement<Date>public 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()
Stringpublic void setTitle(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||