net.sf.mpxj.primavera.schema
Class UDFAssignmentType

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

public class UDFAssignmentType
extends Object

Java class for UDFAssignmentType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UDFAssignmentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TypeObjectId" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="CodeObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="CostValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="IntegerValue" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="IndicatorValue" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="None"/>
               <enumeration value="Red"/>
               <enumeration value="Yellow"/>
               <enumeration value="Green"/>
               <enumeration value="Blue"/>
             </restriction>
           </simpleType>
         </element>
         <element name="DoubleValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="TextValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StartDateValue" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="FinishDateValue" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Integer codeObjectId
           
protected  Double costValue
           
protected  Double doubleValue
           
protected  Date finishDateValue
           
protected  String indicatorValue
           
protected  Integer integerValue
           
protected  Date startDateValue
           
protected  String textValue
           
protected  int typeObjectId
           
 
Constructor Summary
UDFAssignmentType()
           
 
Method Summary
 Integer getCodeObjectId()
          Gets the value of the codeObjectId property.
 Double getCostValue()
          Gets the value of the costValue property.
 Double getDoubleValue()
          Gets the value of the doubleValue property.
 Date getFinishDateValue()
          Gets the value of the finishDateValue property.
 String getIndicatorValue()
          Gets the value of the indicatorValue property.
 Integer getIntegerValue()
          Gets the value of the integerValue property.
 Date getStartDateValue()
          Gets the value of the startDateValue property.
 String getTextValue()
          Gets the value of the textValue property.
 int getTypeObjectId()
          Gets the value of the typeObjectId property.
 void setCodeObjectId(Integer value)
          Sets the value of the codeObjectId property.
 void setCostValue(Double value)
          Sets the value of the costValue property.
 void setDoubleValue(Double value)
          Sets the value of the doubleValue property.
 void setFinishDateValue(Date value)
          Sets the value of the finishDateValue property.
 void setIndicatorValue(String value)
          Sets the value of the indicatorValue property.
 void setIntegerValue(Integer value)
          Sets the value of the integerValue property.
 void setStartDateValue(Date value)
          Sets the value of the startDateValue property.
 void setTextValue(String value)
          Sets the value of the textValue property.
 void setTypeObjectId(int value)
          Sets the value of the typeObjectId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeObjectId

protected int typeObjectId

codeObjectId

protected Integer codeObjectId

costValue

protected Double costValue

integerValue

protected Integer integerValue

indicatorValue

protected String indicatorValue

doubleValue

protected Double doubleValue

textValue

protected String textValue

startDateValue

protected Date startDateValue

finishDateValue

protected Date finishDateValue
Constructor Detail

UDFAssignmentType

public UDFAssignmentType()
Method Detail

getTypeObjectId

public int getTypeObjectId()
Gets the value of the typeObjectId property.


setTypeObjectId

public void setTypeObjectId(int value)
Sets the value of the typeObjectId property.


getCodeObjectId

public Integer getCodeObjectId()
Gets the value of the codeObjectId property.

Returns:
possible object is Integer

setCodeObjectId

public void setCodeObjectId(Integer value)
Sets the value of the codeObjectId property.

Parameters:
value - allowed object is Integer

getCostValue

public Double getCostValue()
Gets the value of the costValue property.

Returns:
possible object is Double

setCostValue

public void setCostValue(Double value)
Sets the value of the costValue property.

Parameters:
value - allowed object is Double

getIntegerValue

public Integer getIntegerValue()
Gets the value of the integerValue property.

Returns:
possible object is Integer

setIntegerValue

public void setIntegerValue(Integer value)
Sets the value of the integerValue property.

Parameters:
value - allowed object is Integer

getIndicatorValue

public String getIndicatorValue()
Gets the value of the indicatorValue property.

Returns:
possible object is String

setIndicatorValue

public void setIndicatorValue(String value)
Sets the value of the indicatorValue property.

Parameters:
value - allowed object is String

getDoubleValue

public Double getDoubleValue()
Gets the value of the doubleValue property.

Returns:
possible object is Double

setDoubleValue

public void setDoubleValue(Double value)
Sets the value of the doubleValue property.

Parameters:
value - allowed object is Double

getTextValue

public String getTextValue()
Gets the value of the textValue property.

Returns:
possible object is String

setTextValue

public void setTextValue(String value)
Sets the value of the textValue property.

Parameters:
value - allowed object is String

getStartDateValue

public Date getStartDateValue()
Gets the value of the startDateValue property.

Returns:
possible object is String

setStartDateValue

public void setStartDateValue(Date value)
Sets the value of the startDateValue property.

Parameters:
value - allowed object is String

getFinishDateValue

public Date getFinishDateValue()
Gets the value of the finishDateValue property.

Returns:
possible object is String

setFinishDateValue

public void setFinishDateValue(Date value)
Sets the value of the finishDateValue property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.