net.sf.mpxj.primavera.schema
Class UDFValueType

java.lang.Object
  extended by net.sf.mpxj.primavera.schema.UDFValueType

public class UDFValueType
extends Object

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

codeValue

protected String codeValue

conditionalIndicator

protected JAXBElement<Integer> conditionalIndicator

cost

protected JAXBElement<Double> cost

createDate

protected JAXBElement<Date> createDate

createUser

protected String createUser

description

protected String description

_double

protected JAXBElement<Double> _double

finishDate

protected JAXBElement<Date> finishDate

foreignObjectId

protected Integer foreignObjectId

indicator

protected String indicator

integer

protected JAXBElement<Integer> integer

isBaseline

protected JAXBElement<Boolean> isBaseline

isUDFTypeCalculated

protected JAXBElement<Boolean> isUDFTypeCalculated

isUDFTypeConditional

protected JAXBElement<Boolean> isUDFTypeConditional

lastUpdateDate

protected JAXBElement<Date> lastUpdateDate

lastUpdateUser

protected String lastUpdateUser

projectObjectId

protected JAXBElement<Integer> projectObjectId

startDate

protected JAXBElement<Date> startDate

text

protected String text

udfCodeObjectId

protected JAXBElement<Integer> udfCodeObjectId

udfTypeDataType

protected String udfTypeDataType

udfTypeObjectId

protected Integer udfTypeObjectId

udfTypeSubjectArea

protected String udfTypeSubjectArea

udfTypeTitle

protected String udfTypeTitle
Constructor Detail

UDFValueType

public UDFValueType()
Method Detail

getCodeValue

public String getCodeValue()
Gets the value of the codeValue property.

Returns:
possible object is String

setCodeValue

public void setCodeValue(String value)
Sets the value of the codeValue property.

Parameters:
value - allowed object is String

getConditionalIndicator

public JAXBElement<Integer> getConditionalIndicator()
Gets the value of the conditionalIndicator property.

Returns:
possible object is JAXBElement<Integer>

setConditionalIndicator

public void setConditionalIndicator(JAXBElement<Integer> value)
Sets the value of the conditionalIndicator property.

Parameters:
value - allowed object is JAXBElement<Integer>

getCost

public JAXBElement<Double> getCost()
Gets the value of the cost property.

Returns:
possible object is JAXBElement<Double>

setCost

public void setCost(JAXBElement<Double> value)
Sets the value of the cost property.

Parameters:
value - allowed object is JAXBElement<Double>

getCreateDate

public JAXBElement<Date> getCreateDate()
Gets the value of the createDate property.

Returns:
possible object is JAXBElement<Date>

setCreateDate

public void setCreateDate(JAXBElement<Date> value)
Sets the value of the createDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getCreateUser

public String getCreateUser()
Gets the value of the createUser property.

Returns:
possible object is String

setCreateUser

public void setCreateUser(String value)
Sets the value of the createUser property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getDouble

public JAXBElement<Double> getDouble()
Gets the value of the double property.

Returns:
possible object is JAXBElement<Double>

setDouble

public void setDouble(JAXBElement<Double> value)
Sets the value of the double property.

Parameters:
value - allowed object is JAXBElement<Double>

getFinishDate

public JAXBElement<Date> getFinishDate()
Gets the value of the finishDate property.

Returns:
possible object is JAXBElement<Date>

setFinishDate

public void setFinishDate(JAXBElement<Date> value)
Sets the value of the finishDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getForeignObjectId

public Integer getForeignObjectId()
Gets the value of the foreignObjectId property.

Returns:
possible object is Integer

setForeignObjectId

public void setForeignObjectId(Integer value)
Sets the value of the foreignObjectId property.

Parameters:
value - allowed object is Integer

getIndicator

public String getIndicator()
Gets the value of the indicator property.

Returns:
possible object is String

setIndicator

public void setIndicator(String value)
Sets the value of the indicator property.

Parameters:
value - allowed object is String

getInteger

public JAXBElement<Integer> getInteger()
Gets the value of the integer property.

Returns:
possible object is JAXBElement<Integer>

setInteger

public void setInteger(JAXBElement<Integer> value)
Sets the value of the integer property.

Parameters:
value - allowed object is JAXBElement<Integer>

getIsBaseline

public JAXBElement<Boolean> getIsBaseline()
Gets the value of the isBaseline property.

Returns:
possible object is JAXBElement<Boolean>

setIsBaseline

public void setIsBaseline(JAXBElement<Boolean> value)
Sets the value of the isBaseline property.

Parameters:
value - allowed object is JAXBElement<Boolean>

getIsUDFTypeCalculated

public JAXBElement<Boolean> getIsUDFTypeCalculated()
Gets the value of the isUDFTypeCalculated property.

Returns:
possible object is JAXBElement<Boolean>

setIsUDFTypeCalculated

public void setIsUDFTypeCalculated(JAXBElement<Boolean> value)
Sets the value of the isUDFTypeCalculated property.

Parameters:
value - allowed object is JAXBElement<Boolean>

getIsUDFTypeConditional

public JAXBElement<Boolean> getIsUDFTypeConditional()
Gets the value of the isUDFTypeConditional property.

Returns:
possible object is JAXBElement<Boolean>

setIsUDFTypeConditional

public void setIsUDFTypeConditional(JAXBElement<Boolean> value)
Sets the value of the isUDFTypeConditional property.

Parameters:
value - allowed object is JAXBElement<Boolean>

getLastUpdateDate

public JAXBElement<Date> getLastUpdateDate()
Gets the value of the lastUpdateDate property.

Returns:
possible object is JAXBElement<Date>

setLastUpdateDate

public void setLastUpdateDate(JAXBElement<Date> value)
Sets the value of the lastUpdateDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getLastUpdateUser

public String getLastUpdateUser()
Gets the value of the lastUpdateUser property.

Returns:
possible object is String

setLastUpdateUser

public void setLastUpdateUser(String value)
Sets the value of the lastUpdateUser property.

Parameters:
value - allowed object is String

getProjectObjectId

public JAXBElement<Integer> getProjectObjectId()
Gets the value of the projectObjectId property.

Returns:
possible object is JAXBElement<Integer>

setProjectObjectId

public void setProjectObjectId(JAXBElement<Integer> value)
Sets the value of the projectObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

getStartDate

public JAXBElement<Date> getStartDate()
Gets the value of the startDate property.

Returns:
possible object is JAXBElement<Date>

setStartDate

public void setStartDate(JAXBElement<Date> value)
Sets the value of the startDate property.

Parameters:
value - allowed object is JAXBElement<Date>

getText

public String getText()
Gets the value of the text property.

Returns:
possible object is String

setText

public void setText(String value)
Sets the value of the text property.

Parameters:
value - allowed object is String

getUDFCodeObjectId

public JAXBElement<Integer> getUDFCodeObjectId()
Gets the value of the udfCodeObjectId property.

Returns:
possible object is JAXBElement<Integer>

setUDFCodeObjectId

public void setUDFCodeObjectId(JAXBElement<Integer> value)
Sets the value of the udfCodeObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

getUDFTypeDataType

public String getUDFTypeDataType()
Gets the value of the udfTypeDataType property.

Returns:
possible object is String

setUDFTypeDataType

public void setUDFTypeDataType(String value)
Sets the value of the udfTypeDataType property.

Parameters:
value - allowed object is String

getUDFTypeObjectId

public Integer getUDFTypeObjectId()
Gets the value of the udfTypeObjectId property.

Returns:
possible object is Integer

setUDFTypeObjectId

public void setUDFTypeObjectId(Integer value)
Sets the value of the udfTypeObjectId property.

Parameters:
value - allowed object is Integer

getUDFTypeSubjectArea

public String getUDFTypeSubjectArea()
Gets the value of the udfTypeSubjectArea property.

Returns:
possible object is String

setUDFTypeSubjectArea

public void setUDFTypeSubjectArea(String value)
Sets the value of the udfTypeSubjectArea property.

Parameters:
value - allowed object is String

getUDFTypeTitle

public String getUDFTypeTitle()
Gets the value of the udfTypeTitle property.

Returns:
possible object is String

setUDFTypeTitle

public void setUDFTypeTitle(String value)
Sets the value of the udfTypeTitle property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.