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="40"/> </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="CBSCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CBSId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="CostAccountId" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="40"/> </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" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <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="IsTemplate" 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" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="255"/> </restriction> </simpleType> </element> <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="40"/> </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/V23.12/API/BusinessObjects}UDFAssignmentType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ActivityExpenseType() |
Modifier and Type | Method and Description |
---|---|
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.
|
Double |
getActualCost()
Gets the value of the actualCost property.
|
Double |
getActualUnits()
Gets the value of the actualUnits property.
|
Double |
getAtCompletionCost()
Gets the value of the atCompletionCost property.
|
Double |
getAtCompletionUnits()
Gets the value of the atCompletionUnits property.
|
String |
getCBSCode()
Gets the value of the cbsCode property.
|
Integer |
getCBSId()
Gets the value of the cbsId property.
|
String |
getCostAccountId()
Gets the value of the costAccountId property.
|
String |
getCostAccountName()
Gets the value of the costAccountName property.
|
Integer |
getCostAccountObjectId()
Gets the value of the costAccountObjectId property.
|
LocalDateTime |
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.
|
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.
|
Double |
getExpensePercentComplete()
Gets the value of the expensePercentComplete property.
|
LocalDateTime |
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.
|
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.
|
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.
|
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.
|
Boolean |
isIsTemplate()
Gets the value of the isTemplate property.
|
Boolean |
isOverBudget()
Gets the value of the overBudget 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(Double value)
Sets the value of the actualCost property.
|
void |
setActualUnits(Double value)
Sets the value of the actualUnits property.
|
void |
setAtCompletionCost(Double value)
Sets the value of the atCompletionCost property.
|
void |
setAtCompletionUnits(Double value)
Sets the value of the atCompletionUnits property.
|
void |
setAutoComputeActuals(Boolean value)
Sets the value of the autoComputeActuals property.
|
void |
setCBSCode(String value)
Sets the value of the cbsCode property.
|
void |
setCBSId(Integer value)
Sets the value of the cbsId 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(Integer value)
Sets the value of the costAccountObjectId property.
|
void |
setCreateDate(LocalDateTime 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(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(Double value)
Sets the value of the expensePercentComplete property.
|
void |
setIsBaseline(Boolean value)
Sets the value of the isBaseline property.
|
void |
setIsTemplate(Boolean value)
Sets the value of the isTemplate property.
|
void |
setLastUpdateDate(LocalDateTime 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(Boolean value)
Sets the value of the overBudget property.
|
void |
setPlannedCost(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(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(Integer value)
Sets the value of the wbsObjectId property.
|
protected String accrualType
protected String activityId
protected String activityName
protected Integer activityObjectId
protected Double actualCost
protected Double actualUnits
protected Double atCompletionCost
protected Double atCompletionUnits
protected Boolean autoComputeActuals
protected String cbsCode
protected Integer cbsId
protected String costAccountId
protected String costAccountName
protected Integer costAccountObjectId
protected LocalDateTime createDate
protected String createUser
protected String documentNumber
protected String expenseCategoryName
protected Integer expenseCategoryObjectId
protected String expenseDescription
protected String expenseItem
protected Double expensePercentComplete
protected Boolean isBaseline
protected Boolean isTemplate
protected LocalDateTime lastUpdateDate
protected String lastUpdateUser
protected Integer objectId
protected Boolean overBudget
protected Double plannedCost
protected Double plannedUnits
protected Double pricePerUnit
protected String projectId
protected Integer projectObjectId
protected Double remainingCost
protected Double remainingUnits
protected String unitOfMeasure
protected String vendor
protected Integer wbsObjectId
protected List<UDFAssignmentType> udf
public String getAccrualType()
String
public void setAccrualType(String value)
value
- allowed object is
String
public String getActivityId()
String
public void setActivityId(String value)
value
- allowed object is
String
public String getActivityName()
String
public void setActivityName(String value)
value
- allowed object is
String
public Integer getActivityObjectId()
Integer
public void setActivityObjectId(Integer value)
value
- allowed object is
Integer
public Double getActualCost()
String
public void setActualCost(Double value)
value
- allowed object is
String
public Double getActualUnits()
String
public void setActualUnits(Double value)
value
- allowed object is
String
public Double getAtCompletionCost()
String
public void setAtCompletionCost(Double value)
value
- allowed object is
String
public Double getAtCompletionUnits()
String
public void setAtCompletionUnits(Double value)
value
- allowed object is
String
public Boolean isAutoComputeActuals()
String
public void setAutoComputeActuals(Boolean value)
value
- allowed object is
String
public String getCBSCode()
String
public void setCBSCode(String value)
value
- allowed object is
String
public Integer getCBSId()
Integer
public void setCBSId(Integer value)
value
- allowed object is
Integer
public String getCostAccountId()
String
public void setCostAccountId(String value)
value
- allowed object is
String
public String getCostAccountName()
String
public void setCostAccountName(String value)
value
- allowed object is
String
public Integer getCostAccountObjectId()
Integer
public void setCostAccountObjectId(Integer value)
value
- allowed object is
Integer
public LocalDateTime getCreateDate()
String
public void setCreateDate(LocalDateTime value)
value
- allowed object is
String
public String getCreateUser()
String
public void setCreateUser(String value)
value
- allowed object is
String
public String getDocumentNumber()
String
public void setDocumentNumber(String value)
value
- allowed object is
String
public String getExpenseCategoryName()
String
public void setExpenseCategoryName(String value)
value
- allowed object is
String
public Integer getExpenseCategoryObjectId()
Integer
public void setExpenseCategoryObjectId(Integer value)
value
- allowed object is
Integer
public String getExpenseDescription()
String
public void setExpenseDescription(String value)
value
- allowed object is
String
public String getExpenseItem()
String
public void setExpenseItem(String value)
value
- allowed object is
String
public Double getExpensePercentComplete()
String
public void setExpensePercentComplete(Double value)
value
- allowed object is
String
public Boolean isIsBaseline()
String
public void setIsBaseline(Boolean value)
value
- allowed object is
String
public Boolean isIsTemplate()
String
public void setIsTemplate(Boolean value)
value
- allowed object is
String
public LocalDateTime getLastUpdateDate()
String
public void setLastUpdateDate(LocalDateTime value)
value
- allowed object is
String
public String getLastUpdateUser()
String
public void setLastUpdateUser(String value)
value
- allowed object is
String
public Integer getObjectId()
Integer
public void setObjectId(Integer value)
value
- allowed object is
Integer
public Boolean isOverBudget()
String
public void setOverBudget(Boolean value)
value
- allowed object is
String
public Double getPlannedCost()
String
public void setPlannedCost(Double value)
value
- allowed object is
String
public Double getPlannedUnits()
String
public void setPlannedUnits(Double value)
value
- allowed object is
String
public Double getPricePerUnit()
String
public void setPricePerUnit(Double value)
value
- allowed object is
String
public String getProjectId()
String
public void setProjectId(String value)
value
- allowed object is
String
public Integer getProjectObjectId()
Integer
public void setProjectObjectId(Integer value)
value
- allowed object is
Integer
public Double getRemainingCost()
String
public void setRemainingCost(Double value)
value
- allowed object is
String
public Double getRemainingUnits()
String
public void setRemainingUnits(Double value)
value
- allowed object is
String
public String getUnitOfMeasure()
String
public void setUnitOfMeasure(String value)
value
- allowed object is
String
public String getVendor()
String
public void setVendor(String value)
value
- allowed object is
String
public Integer getWBSObjectId()
Integer
public void setWBSObjectId(Integer value)
value
- allowed object is
Integer
public List<UDFAssignmentType> getUDF()
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 Jakarta XML Binding 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 © 2000–2024 Packwood Software. All rights reserved.