net.sf.mpxj.primavera.schema
Class ActivityExpenseType

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

public class ActivityExpenseType
extends Object

Java class for ActivityExpenseType complex type.

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

 <complexType name="ActivityExpenseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AccrualType" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="Start of Activity"/>
               <enumeration value="End of Activity"/>
               <enumeration value="Uniform Over Activity"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ActivityId" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ActivityName" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="120"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ActivityObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ActualCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="ActualUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="AtCompletionCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="AtCompletionUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="AutoComputeActuals" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="CostAccountId" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <element name="CostAccountName" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="CostAccountObjectId" type="{http://www.w3.org/2001/XMLSchema}int" 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="DocumentNumber" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="32"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ExpenseCategoryName" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="36"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ExpenseCategoryObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ExpenseDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ExpenseItem" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="120"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ExpensePercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="IsBaseline" 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="OverBudget" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="PlannedCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="PlannedUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="PricePerUnit" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="ProjectId" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="20"/>
             </restriction>
           </simpleType>
         </element>
         <element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="RemainingCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="RemainingUnits" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="UnitOfMeasure" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="30"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Vendor" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="WBSObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="UDF" type="{http://xmlns.oracle.com/Primavera/P6/V7/API/BusinessObjects}UDFAssignmentType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String accrualType
           
protected  String activityId
           
protected  String activityName
           
protected  Integer activityObjectId
           
protected  JAXBElement<Double> actualCost
           
protected  JAXBElement<Double> actualUnits
           
protected  JAXBElement<Double> atCompletionCost
           
protected  JAXBElement<Double> atCompletionUnits
           
protected  Boolean autoComputeActuals
           
protected  String costAccountId
           
protected  String costAccountName
           
protected  JAXBElement<Integer> costAccountObjectId
           
protected  JAXBElement<Date> createDate
           
protected  String createUser
           
protected  String documentNumber
           
protected  String expenseCategoryName
           
protected  JAXBElement<Integer> expenseCategoryObjectId
           
protected  String expenseDescription
           
protected  String expenseItem
           
protected  JAXBElement<Double> expensePercentComplete
           
protected  Boolean isBaseline
           
protected  JAXBElement<Date> lastUpdateDate
           
protected  String lastUpdateUser
           
protected  Integer objectId
           
protected  JAXBElement<Boolean> overBudget
           
protected  JAXBElement<Double> plannedCost
           
protected  Double plannedUnits
           
protected  Double pricePerUnit
           
protected  String projectId
           
protected  Integer projectObjectId
           
protected  JAXBElement<Double> remainingCost
           
protected  Double remainingUnits
           
protected  List<UDFAssignmentType> udf
           
protected  String unitOfMeasure
           
protected  String vendor
           
protected  JAXBElement<Integer> wbsObjectId
           
 
Constructor Summary
ActivityExpenseType()
           
 
Method Summary
 String getAccrualType()
          Gets the value of the accrualType property.
 String getActivityId()
          Gets the value of the activityId property.
 String getActivityName()
          Gets the value of the activityName property.
 Integer getActivityObjectId()
          Gets the value of the activityObjectId property.
 JAXBElement<Double> getActualCost()
          Gets the value of the actualCost property.
 JAXBElement<Double> getActualUnits()
          Gets the value of the actualUnits property.
 JAXBElement<Double> getAtCompletionCost()
          Gets the value of the atCompletionCost property.
 JAXBElement<Double> getAtCompletionUnits()
          Gets the value of the atCompletionUnits property.
 String getCostAccountId()
          Gets the value of the costAccountId property.
 String getCostAccountName()
          Gets the value of the costAccountName property.
 JAXBElement<Integer> getCostAccountObjectId()
          Gets the value of the costAccountObjectId property.
 JAXBElement<Date> getCreateDate()
          Gets the value of the createDate property.
 String getCreateUser()
          Gets the value of the createUser property.
 String getDocumentNumber()
          Gets the value of the documentNumber property.
 String getExpenseCategoryName()
          Gets the value of the expenseCategoryName property.
 JAXBElement<Integer> getExpenseCategoryObjectId()
          Gets the value of the expenseCategoryObjectId property.
 String getExpenseDescription()
          Gets the value of the expenseDescription property.
 String getExpenseItem()
          Gets the value of the expenseItem property.
 JAXBElement<Double> getExpensePercentComplete()
          Gets the value of the expensePercentComplete 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.
 JAXBElement<Boolean> getOverBudget()
          Gets the value of the overBudget property.
 JAXBElement<Double> getPlannedCost()
          Gets the value of the plannedCost property.
 Double getPlannedUnits()
          Gets the value of the plannedUnits property.
 Double getPricePerUnit()
          Gets the value of the pricePerUnit property.
 String getProjectId()
          Gets the value of the projectId property.
 Integer getProjectObjectId()
          Gets the value of the projectObjectId property.
 JAXBElement<Double> getRemainingCost()
          Gets the value of the remainingCost property.
 Double getRemainingUnits()
          Gets the value of the remainingUnits property.
 List<UDFAssignmentType> getUDF()
          Gets the value of the udf property.
 String getUnitOfMeasure()
          Gets the value of the unitOfMeasure property.
 String getVendor()
          Gets the value of the vendor property.
 JAXBElement<Integer> getWBSObjectId()
          Gets the value of the wbsObjectId property.
 Boolean isAutoComputeActuals()
          Gets the value of the autoComputeActuals property.
 Boolean isIsBaseline()
          Gets the value of the isBaseline property.
 void setAccrualType(String value)
          Sets the value of the accrualType property.
 void setActivityId(String value)
          Sets the value of the activityId property.
 void setActivityName(String value)
          Sets the value of the activityName property.
 void setActivityObjectId(Integer value)
          Sets the value of the activityObjectId property.
 void setActualCost(JAXBElement<Double> value)
          Sets the value of the actualCost property.
 void setActualUnits(JAXBElement<Double> value)
          Sets the value of the actualUnits property.
 void setAtCompletionCost(JAXBElement<Double> value)
          Sets the value of the atCompletionCost property.
 void setAtCompletionUnits(JAXBElement<Double> value)
          Sets the value of the atCompletionUnits property.
 void setAutoComputeActuals(Boolean value)
          Sets the value of the autoComputeActuals property.
 void setCostAccountId(String value)
          Sets the value of the costAccountId property.
 void setCostAccountName(String value)
          Sets the value of the costAccountName property.
 void setCostAccountObjectId(JAXBElement<Integer> value)
          Sets the value of the costAccountObjectId 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 setDocumentNumber(String value)
          Sets the value of the documentNumber property.
 void setExpenseCategoryName(String value)
          Sets the value of the expenseCategoryName property.
 void setExpenseCategoryObjectId(JAXBElement<Integer> value)
          Sets the value of the expenseCategoryObjectId property.
 void setExpenseDescription(String value)
          Sets the value of the expenseDescription property.
 void setExpenseItem(String value)
          Sets the value of the expenseItem property.
 void setExpensePercentComplete(JAXBElement<Double> value)
          Sets the value of the expensePercentComplete property.
 void setIsBaseline(Boolean value)
          Sets the value of the isBaseline 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 setOverBudget(JAXBElement<Boolean> value)
          Sets the value of the overBudget property.
 void setPlannedCost(JAXBElement<Double> value)
          Sets the value of the plannedCost property.
 void setPlannedUnits(Double value)
          Sets the value of the plannedUnits property.
 void setPricePerUnit(Double value)
          Sets the value of the pricePerUnit property.
 void setProjectId(String value)
          Sets the value of the projectId property.
 void setProjectObjectId(Integer value)
          Sets the value of the projectObjectId property.
 void setRemainingCost(JAXBElement<Double> value)
          Sets the value of the remainingCost property.
 void setRemainingUnits(Double value)
          Sets the value of the remainingUnits property.
 void setUnitOfMeasure(String value)
          Sets the value of the unitOfMeasure property.
 void setVendor(String value)
          Sets the value of the vendor property.
 void setWBSObjectId(JAXBElement<Integer> value)
          Sets the value of the wbsObjectId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accrualType

protected String accrualType

activityId

protected String activityId

activityName

protected String activityName

activityObjectId

protected Integer activityObjectId

actualCost

protected JAXBElement<Double> actualCost

actualUnits

protected JAXBElement<Double> actualUnits

atCompletionCost

protected JAXBElement<Double> atCompletionCost

atCompletionUnits

protected JAXBElement<Double> atCompletionUnits

autoComputeActuals

protected Boolean autoComputeActuals

costAccountId

protected String costAccountId

costAccountName

protected String costAccountName

costAccountObjectId

protected JAXBElement<Integer> costAccountObjectId

createDate

protected JAXBElement<Date> createDate

createUser

protected String createUser

documentNumber

protected String documentNumber

expenseCategoryName

protected String expenseCategoryName

expenseCategoryObjectId

protected JAXBElement<Integer> expenseCategoryObjectId

expenseDescription

protected String expenseDescription

expenseItem

protected String expenseItem

expensePercentComplete

protected JAXBElement<Double> expensePercentComplete

isBaseline

protected Boolean isBaseline

lastUpdateDate

protected JAXBElement<Date> lastUpdateDate

lastUpdateUser

protected String lastUpdateUser

objectId

protected Integer objectId

overBudget

protected JAXBElement<Boolean> overBudget

plannedCost

protected JAXBElement<Double> plannedCost

plannedUnits

protected Double plannedUnits

pricePerUnit

protected Double pricePerUnit

projectId

protected String projectId

projectObjectId

protected Integer projectObjectId

remainingCost

protected JAXBElement<Double> remainingCost

remainingUnits

protected Double remainingUnits

unitOfMeasure

protected String unitOfMeasure

vendor

protected String vendor

wbsObjectId

protected JAXBElement<Integer> wbsObjectId

udf

protected List<UDFAssignmentType> udf
Constructor Detail

ActivityExpenseType

public ActivityExpenseType()
Method Detail

getAccrualType

public String getAccrualType()
Gets the value of the accrualType property.

Returns:
possible object is String

setAccrualType

public void setAccrualType(String value)
Sets the value of the accrualType property.

Parameters:
value - allowed object is String

getActivityId

public String getActivityId()
Gets the value of the activityId property.

Returns:
possible object is String

setActivityId

public void setActivityId(String value)
Sets the value of the activityId property.

Parameters:
value - allowed object is String

getActivityName

public String getActivityName()
Gets the value of the activityName property.

Returns:
possible object is String

setActivityName

public void setActivityName(String value)
Sets the value of the activityName property.

Parameters:
value - allowed object is String

getActivityObjectId

public Integer getActivityObjectId()
Gets the value of the activityObjectId property.

Returns:
possible object is Integer

setActivityObjectId

public void setActivityObjectId(Integer value)
Sets the value of the activityObjectId property.

Parameters:
value - allowed object is Integer

getActualCost

public JAXBElement<Double> getActualCost()
Gets the value of the actualCost property.

Returns:
possible object is JAXBElement<Double>

setActualCost

public void setActualCost(JAXBElement<Double> value)
Sets the value of the actualCost property.

Parameters:
value - allowed object is JAXBElement<Double>

getActualUnits

public JAXBElement<Double> getActualUnits()
Gets the value of the actualUnits property.

Returns:
possible object is JAXBElement<Double>

setActualUnits

public void setActualUnits(JAXBElement<Double> value)
Sets the value of the actualUnits property.

Parameters:
value - allowed object is JAXBElement<Double>

getAtCompletionCost

public JAXBElement<Double> getAtCompletionCost()
Gets the value of the atCompletionCost property.

Returns:
possible object is JAXBElement<Double>

setAtCompletionCost

public void setAtCompletionCost(JAXBElement<Double> value)
Sets the value of the atCompletionCost property.

Parameters:
value - allowed object is JAXBElement<Double>

getAtCompletionUnits

public JAXBElement<Double> getAtCompletionUnits()
Gets the value of the atCompletionUnits property.

Returns:
possible object is JAXBElement<Double>

setAtCompletionUnits

public void setAtCompletionUnits(JAXBElement<Double> value)
Sets the value of the atCompletionUnits property.

Parameters:
value - allowed object is JAXBElement<Double>

isAutoComputeActuals

public Boolean isAutoComputeActuals()
Gets the value of the autoComputeActuals property.

Returns:
possible object is Boolean

setAutoComputeActuals

public void setAutoComputeActuals(Boolean value)
Sets the value of the autoComputeActuals property.

Parameters:
value - allowed object is Boolean

getCostAccountId

public String getCostAccountId()
Gets the value of the costAccountId property.

Returns:
possible object is String

setCostAccountId

public void setCostAccountId(String value)
Sets the value of the costAccountId property.

Parameters:
value - allowed object is String

getCostAccountName

public String getCostAccountName()
Gets the value of the costAccountName property.

Returns:
possible object is String

setCostAccountName

public void setCostAccountName(String value)
Sets the value of the costAccountName property.

Parameters:
value - allowed object is String

getCostAccountObjectId

public JAXBElement<Integer> getCostAccountObjectId()
Gets the value of the costAccountObjectId property.

Returns:
possible object is JAXBElement<Integer>

setCostAccountObjectId

public void setCostAccountObjectId(JAXBElement<Integer> value)
Sets the value of the costAccountObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

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

getDocumentNumber

public String getDocumentNumber()
Gets the value of the documentNumber property.

Returns:
possible object is String

setDocumentNumber

public void setDocumentNumber(String value)
Sets the value of the documentNumber property.

Parameters:
value - allowed object is String

getExpenseCategoryName

public String getExpenseCategoryName()
Gets the value of the expenseCategoryName property.

Returns:
possible object is String

setExpenseCategoryName

public void setExpenseCategoryName(String value)
Sets the value of the expenseCategoryName property.

Parameters:
value - allowed object is String

getExpenseCategoryObjectId

public JAXBElement<Integer> getExpenseCategoryObjectId()
Gets the value of the expenseCategoryObjectId property.

Returns:
possible object is JAXBElement<Integer>

setExpenseCategoryObjectId

public void setExpenseCategoryObjectId(JAXBElement<Integer> value)
Sets the value of the expenseCategoryObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

getExpenseDescription

public String getExpenseDescription()
Gets the value of the expenseDescription property.

Returns:
possible object is String

setExpenseDescription

public void setExpenseDescription(String value)
Sets the value of the expenseDescription property.

Parameters:
value - allowed object is String

getExpenseItem

public String getExpenseItem()
Gets the value of the expenseItem property.

Returns:
possible object is String

setExpenseItem

public void setExpenseItem(String value)
Sets the value of the expenseItem property.

Parameters:
value - allowed object is String

getExpensePercentComplete

public JAXBElement<Double> getExpensePercentComplete()
Gets the value of the expensePercentComplete property.

Returns:
possible object is JAXBElement<Double>

setExpensePercentComplete

public void setExpensePercentComplete(JAXBElement<Double> value)
Sets the value of the expensePercentComplete property.

Parameters:
value - allowed object is JAXBElement<Double>

isIsBaseline

public Boolean isIsBaseline()
Gets the value of the isBaseline property.

Returns:
possible object is Boolean

setIsBaseline

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

Parameters:
value - allowed object is 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

getObjectId

public Integer getObjectId()
Gets the value of the objectId property.

Returns:
possible object is Integer

setObjectId

public void setObjectId(Integer value)
Sets the value of the objectId property.

Parameters:
value - allowed object is Integer

getOverBudget

public JAXBElement<Boolean> getOverBudget()
Gets the value of the overBudget property.

Returns:
possible object is JAXBElement<Boolean>

setOverBudget

public void setOverBudget(JAXBElement<Boolean> value)
Sets the value of the overBudget property.

Parameters:
value - allowed object is JAXBElement<Boolean>

getPlannedCost

public JAXBElement<Double> getPlannedCost()
Gets the value of the plannedCost property.

Returns:
possible object is JAXBElement<Double>

setPlannedCost

public void setPlannedCost(JAXBElement<Double> value)
Sets the value of the plannedCost property.

Parameters:
value - allowed object is JAXBElement<Double>

getPlannedUnits

public Double getPlannedUnits()
Gets the value of the plannedUnits property.

Returns:
possible object is Double

setPlannedUnits

public void setPlannedUnits(Double value)
Sets the value of the plannedUnits property.

Parameters:
value - allowed object is Double

getPricePerUnit

public Double getPricePerUnit()
Gets the value of the pricePerUnit property.

Returns:
possible object is Double

setPricePerUnit

public void setPricePerUnit(Double value)
Sets the value of the pricePerUnit property.

Parameters:
value - allowed object is Double

getProjectId

public String getProjectId()
Gets the value of the projectId property.

Returns:
possible object is String

setProjectId

public void setProjectId(String value)
Sets the value of the projectId property.

Parameters:
value - allowed object is String

getProjectObjectId

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

Returns:
possible object is Integer

setProjectObjectId

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

Parameters:
value - allowed object is Integer

getRemainingCost

public JAXBElement<Double> getRemainingCost()
Gets the value of the remainingCost property.

Returns:
possible object is JAXBElement<Double>

setRemainingCost

public void setRemainingCost(JAXBElement<Double> value)
Sets the value of the remainingCost property.

Parameters:
value - allowed object is JAXBElement<Double>

getRemainingUnits

public Double getRemainingUnits()
Gets the value of the remainingUnits property.

Returns:
possible object is Double

setRemainingUnits

public void setRemainingUnits(Double value)
Sets the value of the remainingUnits property.

Parameters:
value - allowed object is Double

getUnitOfMeasure

public String getUnitOfMeasure()
Gets the value of the unitOfMeasure property.

Returns:
possible object is String

setUnitOfMeasure

public void setUnitOfMeasure(String value)
Sets the value of the unitOfMeasure property.

Parameters:
value - allowed object is String

getVendor

public String getVendor()
Gets the value of the vendor property.

Returns:
possible object is String

setVendor

public void setVendor(String value)
Sets the value of the vendor property.

Parameters:
value - allowed object is String

getWBSObjectId

public JAXBElement<Integer> getWBSObjectId()
Gets the value of the wbsObjectId property.

Returns:
possible object is JAXBElement<Integer>

setWBSObjectId

public void setWBSObjectId(JAXBElement<Integer> value)
Sets the value of the wbsObjectId property.

Parameters:
value - allowed object is JAXBElement<Integer>

getUDF

public List<UDFAssignmentType> getUDF()
Gets the value of the udf property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the udf property.

For example, to add a new item, do as follows:

    getUDF().add(newItem);
 

Objects of the following type(s) are allowed in the list UDFAssignmentType



Copyright © 2012. All Rights Reserved.