|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.primavera.schema.UDFValueType
public class UDFValueType
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" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="120"/>
</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="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="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" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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"/>
</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>
| Field Summary | |
|---|---|
protected JAXBElement<Double> |
_double
|
protected String |
codeValue
|
protected JAXBElement<Integer> |
conditionalIndicator
|
protected JAXBElement<Double> |
cost
|
protected JAXBElement<Date> |
createDate
|
protected String |
createUser
|
protected String |
description
|
protected JAXBElement<Date> |
finishDate
|
protected Integer |
foreignObjectId
|
protected String |
indicator
|
protected JAXBElement<Integer> |
integer
|
protected JAXBElement<Boolean> |
isBaseline
|
protected JAXBElement<Boolean> |
isUDFTypeCalculated
|
protected JAXBElement<Boolean> |
isUDFTypeConditional
|
protected JAXBElement<Date> |
lastUpdateDate
|
protected String |
lastUpdateUser
|
protected JAXBElement<Integer> |
projectObjectId
|
protected JAXBElement<Date> |
startDate
|
protected String |
text
|
protected JAXBElement<Integer> |
udfCodeObjectId
|
protected String |
udfTypeDataType
|
protected Integer |
udfTypeObjectId
|
protected String |
udfTypeSubjectArea
|
protected String |
udfTypeTitle
|
| Constructor Summary | |
|---|---|
UDFValueType()
|
|
| Method Summary | |
|---|---|
String |
getCodeValue()
Gets the value of the codeValue property. |
JAXBElement<Integer> |
getConditionalIndicator()
Gets the value of the conditionalIndicator property. |
JAXBElement<Double> |
getCost()
Gets the value of the cost property. |
JAXBElement<Date> |
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. |
JAXBElement<Double> |
getDouble()
Gets the value of the double property. |
JAXBElement<Date> |
getFinishDate()
Gets the value of the finishDate property. |
Integer |
getForeignObjectId()
Gets the value of the foreignObjectId property. |
String |
getIndicator()
Gets the value of the indicator property. |
JAXBElement<Integer> |
getInteger()
Gets the value of the integer property. |
JAXBElement<Boolean> |
getIsBaseline()
Gets the value of the isBaseline property. |
JAXBElement<Boolean> |
getIsUDFTypeCalculated()
Gets the value of the isUDFTypeCalculated property. |
JAXBElement<Boolean> |
getIsUDFTypeConditional()
Gets the value of the isUDFTypeConditional property. |
JAXBElement<Date> |
getLastUpdateDate()
Gets the value of the lastUpdateDate property. |
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property. |
JAXBElement<Integer> |
getProjectObjectId()
Gets the value of the projectObjectId property. |
JAXBElement<Date> |
getStartDate()
Gets the value of the startDate property. |
String |
getText()
Gets the value of the text property. |
JAXBElement<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. |
void |
setCodeValue(String value)
Sets the value of the codeValue property. |
void |
setConditionalIndicator(JAXBElement<Integer> value)
Sets the value of the conditionalIndicator property. |
void |
setCost(JAXBElement<Double> value)
Sets the value of the cost 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 |
setDescription(String value)
Sets the value of the description property. |
void |
setDouble(JAXBElement<Double> value)
Sets the value of the double property. |
void |
setFinishDate(JAXBElement<Date> value)
Sets the value of the finishDate property. |
void |
setForeignObjectId(Integer value)
Sets the value of the foreignObjectId property. |
void |
setIndicator(String value)
Sets the value of the indicator property. |
void |
setInteger(JAXBElement<Integer> value)
Sets the value of the integer property. |
void |
setIsBaseline(JAXBElement<Boolean> value)
Sets the value of the isBaseline property. |
void |
setIsUDFTypeCalculated(JAXBElement<Boolean> value)
Sets the value of the isUDFTypeCalculated property. |
void |
setIsUDFTypeConditional(JAXBElement<Boolean> value)
Sets the value of the isUDFTypeConditional 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 |
setProjectObjectId(JAXBElement<Integer> value)
Sets the value of the projectObjectId property. |
void |
setStartDate(JAXBElement<Date> value)
Sets the value of the startDate property. |
void |
setText(String value)
Sets the value of the text property. |
void |
setUDFCodeObjectId(JAXBElement<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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String codeValue
protected JAXBElement<Integer> conditionalIndicator
protected JAXBElement<Double> cost
protected JAXBElement<Date> createDate
protected String createUser
protected String description
protected JAXBElement<Double> _double
protected JAXBElement<Date> finishDate
protected Integer foreignObjectId
protected String indicator
protected JAXBElement<Integer> integer
protected JAXBElement<Boolean> isBaseline
protected JAXBElement<Boolean> isUDFTypeCalculated
protected JAXBElement<Boolean> isUDFTypeConditional
protected JAXBElement<Date> lastUpdateDate
protected String lastUpdateUser
protected JAXBElement<Integer> projectObjectId
protected JAXBElement<Date> startDate
protected String text
protected JAXBElement<Integer> udfCodeObjectId
protected String udfTypeDataType
protected Integer udfTypeObjectId
protected String udfTypeSubjectArea
protected String udfTypeTitle
| Constructor Detail |
|---|
public UDFValueType()
| Method Detail |
|---|
public String getCodeValue()
Stringpublic void setCodeValue(String value)
value - allowed object is
Stringpublic JAXBElement<Integer> getConditionalIndicator()
JAXBElement<Integer>public void setConditionalIndicator(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public JAXBElement<Double> getCost()
JAXBElement<Double>public void setCost(JAXBElement<Double> value)
value - allowed object is
JAXBElement<Double>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 getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic JAXBElement<Double> getDouble()
JAXBElement<Double>public void setDouble(JAXBElement<Double> value)
value - allowed object is
JAXBElement<Double>public JAXBElement<Date> getFinishDate()
JAXBElement<Date>public void setFinishDate(JAXBElement<Date> value)
value - allowed object is
JAXBElement<Date>public Integer getForeignObjectId()
Integerpublic void setForeignObjectId(Integer value)
value - allowed object is
Integerpublic String getIndicator()
Stringpublic void setIndicator(String value)
value - allowed object is
Stringpublic JAXBElement<Integer> getInteger()
JAXBElement<Integer>public void setInteger(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public JAXBElement<Boolean> getIsBaseline()
JAXBElement<Boolean>public void setIsBaseline(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public JAXBElement<Boolean> getIsUDFTypeCalculated()
JAXBElement<Boolean>public void setIsUDFTypeCalculated(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public JAXBElement<Boolean> getIsUDFTypeConditional()
JAXBElement<Boolean>public void setIsUDFTypeConditional(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public 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 JAXBElement<Integer> getProjectObjectId()
JAXBElement<Integer>public void setProjectObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public JAXBElement<Date> getStartDate()
JAXBElement<Date>public void setStartDate(JAXBElement<Date> value)
value - allowed object is
JAXBElement<Date>public String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic JAXBElement<Integer> getUDFCodeObjectId()
JAXBElement<Integer>public void setUDFCodeObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public String getUDFTypeDataType()
Stringpublic void setUDFTypeDataType(String value)
value - allowed object is
Stringpublic Integer getUDFTypeObjectId()
Integerpublic void setUDFTypeObjectId(Integer value)
value - allowed object is
Integerpublic String getUDFTypeSubjectArea()
Stringpublic void setUDFTypeSubjectArea(String value)
value - allowed object is
Stringpublic String getUDFTypeTitle()
Stringpublic void setUDFTypeTitle(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||