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/V24.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()
Stringpublic void setAccrualType(String value)
value - allowed object is
Stringpublic String getActivityId()
Stringpublic void setActivityId(String value)
value - allowed object is
Stringpublic String getActivityName()
Stringpublic void setActivityName(String value)
value - allowed object is
Stringpublic Integer getActivityObjectId()
Integerpublic void setActivityObjectId(Integer value)
value - allowed object is
Integerpublic Double getActualCost()
Stringpublic void setActualCost(Double value)
value - allowed object is
Stringpublic Double getActualUnits()
Stringpublic void setActualUnits(Double value)
value - allowed object is
Stringpublic Double getAtCompletionCost()
Stringpublic void setAtCompletionCost(Double value)
value - allowed object is
Stringpublic Double getAtCompletionUnits()
Stringpublic void setAtCompletionUnits(Double value)
value - allowed object is
Stringpublic Boolean isAutoComputeActuals()
Stringpublic void setAutoComputeActuals(Boolean value)
value - allowed object is
Stringpublic String getCBSCode()
Stringpublic void setCBSCode(String value)
value - allowed object is
Stringpublic Integer getCBSId()
Integerpublic void setCBSId(Integer value)
value - allowed object is
Integerpublic String getCostAccountId()
Stringpublic void setCostAccountId(String value)
value - allowed object is
Stringpublic String getCostAccountName()
Stringpublic void setCostAccountName(String value)
value - allowed object is
Stringpublic Integer getCostAccountObjectId()
Integerpublic void setCostAccountObjectId(Integer value)
value - allowed object is
Integerpublic LocalDateTime getCreateDate()
Stringpublic void setCreateDate(LocalDateTime value)
value - allowed object is
Stringpublic String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic String getDocumentNumber()
Stringpublic void setDocumentNumber(String value)
value - allowed object is
Stringpublic String getExpenseCategoryName()
Stringpublic void setExpenseCategoryName(String value)
value - allowed object is
Stringpublic Integer getExpenseCategoryObjectId()
Integerpublic void setExpenseCategoryObjectId(Integer value)
value - allowed object is
Integerpublic String getExpenseDescription()
Stringpublic void setExpenseDescription(String value)
value - allowed object is
Stringpublic String getExpenseItem()
Stringpublic void setExpenseItem(String value)
value - allowed object is
Stringpublic Double getExpensePercentComplete()
Stringpublic void setExpensePercentComplete(Double value)
value - allowed object is
Stringpublic Boolean isIsBaseline()
Stringpublic void setIsBaseline(Boolean value)
value - allowed object is
Stringpublic Boolean isIsTemplate()
Stringpublic void setIsTemplate(Boolean value)
value - allowed object is
Stringpublic LocalDateTime getLastUpdateDate()
Stringpublic void setLastUpdateDate(LocalDateTime value)
value - allowed object is
Stringpublic String getLastUpdateUser()
Stringpublic void setLastUpdateUser(String value)
value - allowed object is
Stringpublic Integer getObjectId()
Integerpublic void setObjectId(Integer value)
value - allowed object is
Integerpublic Boolean isOverBudget()
Stringpublic void setOverBudget(Boolean value)
value - allowed object is
Stringpublic Double getPlannedCost()
Stringpublic void setPlannedCost(Double value)
value - allowed object is
Stringpublic Double getPlannedUnits()
Stringpublic void setPlannedUnits(Double value)
value - allowed object is
Stringpublic Double getPricePerUnit()
Stringpublic void setPricePerUnit(Double value)
value - allowed object is
Stringpublic String getProjectId()
Stringpublic void setProjectId(String value)
value - allowed object is
Stringpublic Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic Double getRemainingCost()
Stringpublic void setRemainingCost(Double value)
value - allowed object is
Stringpublic Double getRemainingUnits()
Stringpublic void setRemainingUnits(Double value)
value - allowed object is
Stringpublic String getUnitOfMeasure()
Stringpublic void setUnitOfMeasure(String value)
value - allowed object is
Stringpublic String getVendor()
Stringpublic void setVendor(String value)
value - allowed object is
Stringpublic Integer getWBSObjectId()
Integerpublic void setWBSObjectId(Integer value)
value - allowed object is
Integerpublic 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–2025 MPXJ. All rights reserved.