|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.primavera.schema.ProjectResourceQuantityType
public class ProjectResourceQuantityType
Java class for ProjectResourceQuantityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectResourceQuantityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CommittedFlag" type="{http://www.w3.org/2001/XMLSchema}boolean" 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="FinancialPeriod1ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="FinancialPeriod1Quantity" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<element name="FinancialPeriod2ObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="FinancialPeriod2Quantity" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<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="MonthStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ProjectResourceObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Quantity" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</element>
<element name="ResourceObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="RoleObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="WBSObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="WeekStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<Boolean> |
committedFlag
|
protected JAXBElement<Date> |
createDate
|
protected String |
createUser
|
protected JAXBElement<Integer> |
financialPeriod1ObjectId
|
protected JAXBElement<Double> |
financialPeriod1Quantity
|
protected JAXBElement<Integer> |
financialPeriod2ObjectId
|
protected JAXBElement<Double> |
financialPeriod2Quantity
|
protected Boolean |
isBaseline
|
protected JAXBElement<Date> |
lastUpdateDate
|
protected String |
lastUpdateUser
|
protected Date |
monthStartDate
|
protected JAXBElement<Integer> |
projectObjectId
|
protected Integer |
projectResourceObjectId
|
protected Double |
quantity
|
protected JAXBElement<Integer> |
resourceObjectId
|
protected JAXBElement<Integer> |
roleObjectId
|
protected JAXBElement<Integer> |
wbsObjectId
|
protected Date |
weekStartDate
|
| Constructor Summary | |
|---|---|
ProjectResourceQuantityType()
|
|
| Method Summary | |
|---|---|
JAXBElement<Boolean> |
getCommittedFlag()
Gets the value of the committedFlag property. |
JAXBElement<Date> |
getCreateDate()
Gets the value of the createDate property. |
String |
getCreateUser()
Gets the value of the createUser property. |
JAXBElement<Integer> |
getFinancialPeriod1ObjectId()
Gets the value of the financialPeriod1ObjectId property. |
JAXBElement<Double> |
getFinancialPeriod1Quantity()
Gets the value of the financialPeriod1Quantity property. |
JAXBElement<Integer> |
getFinancialPeriod2ObjectId()
Gets the value of the financialPeriod2ObjectId property. |
JAXBElement<Double> |
getFinancialPeriod2Quantity()
Gets the value of the financialPeriod2Quantity property. |
JAXBElement<Date> |
getLastUpdateDate()
Gets the value of the lastUpdateDate property. |
String |
getLastUpdateUser()
Gets the value of the lastUpdateUser property. |
Date |
getMonthStartDate()
Gets the value of the monthStartDate property. |
JAXBElement<Integer> |
getProjectObjectId()
Gets the value of the projectObjectId property. |
Integer |
getProjectResourceObjectId()
Gets the value of the projectResourceObjectId property. |
Double |
getQuantity()
Gets the value of the quantity property. |
JAXBElement<Integer> |
getResourceObjectId()
Gets the value of the resourceObjectId property. |
JAXBElement<Integer> |
getRoleObjectId()
Gets the value of the roleObjectId property. |
JAXBElement<Integer> |
getWBSObjectId()
Gets the value of the wbsObjectId property. |
Date |
getWeekStartDate()
Gets the value of the weekStartDate property. |
Boolean |
isIsBaseline()
Gets the value of the isBaseline property. |
void |
setCommittedFlag(JAXBElement<Boolean> value)
Sets the value of the committedFlag 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 |
setFinancialPeriod1ObjectId(JAXBElement<Integer> value)
Sets the value of the financialPeriod1ObjectId property. |
void |
setFinancialPeriod1Quantity(JAXBElement<Double> value)
Sets the value of the financialPeriod1Quantity property. |
void |
setFinancialPeriod2ObjectId(JAXBElement<Integer> value)
Sets the value of the financialPeriod2ObjectId property. |
void |
setFinancialPeriod2Quantity(JAXBElement<Double> value)
Sets the value of the financialPeriod2Quantity 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 |
setMonthStartDate(Date value)
Sets the value of the monthStartDate property. |
void |
setProjectObjectId(JAXBElement<Integer> value)
Sets the value of the projectObjectId property. |
void |
setProjectResourceObjectId(Integer value)
Sets the value of the projectResourceObjectId property. |
void |
setQuantity(Double value)
Sets the value of the quantity property. |
void |
setResourceObjectId(JAXBElement<Integer> value)
Sets the value of the resourceObjectId property. |
void |
setRoleObjectId(JAXBElement<Integer> value)
Sets the value of the roleObjectId property. |
void |
setWBSObjectId(JAXBElement<Integer> value)
Sets the value of the wbsObjectId property. |
void |
setWeekStartDate(Date value)
Sets the value of the weekStartDate property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JAXBElement<Boolean> committedFlag
protected JAXBElement<Date> createDate
protected String createUser
protected JAXBElement<Integer> financialPeriod1ObjectId
protected JAXBElement<Double> financialPeriod1Quantity
protected JAXBElement<Integer> financialPeriod2ObjectId
protected JAXBElement<Double> financialPeriod2Quantity
protected Boolean isBaseline
protected JAXBElement<Date> lastUpdateDate
protected String lastUpdateUser
protected Date monthStartDate
protected JAXBElement<Integer> projectObjectId
protected Integer projectResourceObjectId
protected Double quantity
protected JAXBElement<Integer> resourceObjectId
protected JAXBElement<Integer> roleObjectId
protected JAXBElement<Integer> wbsObjectId
protected Date weekStartDate
| Constructor Detail |
|---|
public ProjectResourceQuantityType()
| Method Detail |
|---|
public JAXBElement<Boolean> getCommittedFlag()
JAXBElement<Boolean>public void setCommittedFlag(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public JAXBElement<Date> getCreateDate()
JAXBElement<Date>public void setCreateDate(JAXBElement<Date> value)
value - allowed object is
JAXBElement<Date>public String getCreateUser()
Stringpublic void setCreateUser(String value)
value - allowed object is
Stringpublic JAXBElement<Integer> getFinancialPeriod1ObjectId()
JAXBElement<Integer>public void setFinancialPeriod1ObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public JAXBElement<Double> getFinancialPeriod1Quantity()
JAXBElement<Double>public void setFinancialPeriod1Quantity(JAXBElement<Double> value)
value - allowed object is
JAXBElement<Double>public JAXBElement<Integer> getFinancialPeriod2ObjectId()
JAXBElement<Integer>public void setFinancialPeriod2ObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public JAXBElement<Double> getFinancialPeriod2Quantity()
JAXBElement<Double>public void setFinancialPeriod2Quantity(JAXBElement<Double> value)
value - allowed object is
JAXBElement<Double>public Boolean isIsBaseline()
Booleanpublic void setIsBaseline(Boolean value)
value - allowed object is
Booleanpublic JAXBElement<Date> getLastUpdateDate()
JAXBElement<Date>public void setLastUpdateDate(JAXBElement<Date> value)
value - allowed object is
JAXBElement<Date>public String getLastUpdateUser()
Stringpublic void setLastUpdateUser(String value)
value - allowed object is
Stringpublic Date getMonthStartDate()
Stringpublic void setMonthStartDate(Date value)
value - allowed object is
Stringpublic JAXBElement<Integer> getProjectObjectId()
JAXBElement<Integer>public void setProjectObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public Integer getProjectResourceObjectId()
Integerpublic void setProjectResourceObjectId(Integer value)
value - allowed object is
Integerpublic Double getQuantity()
Doublepublic void setQuantity(Double value)
value - allowed object is
Doublepublic JAXBElement<Integer> getResourceObjectId()
JAXBElement<Integer>public void setResourceObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public JAXBElement<Integer> getRoleObjectId()
JAXBElement<Integer>public void setRoleObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public JAXBElement<Integer> getWBSObjectId()
JAXBElement<Integer>public void setWBSObjectId(JAXBElement<Integer> value)
value - allowed object is
JAXBElement<Integer>public Date getWeekStartDate()
Stringpublic void setWeekStartDate(Date value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||