public class CBSDurationSummaryType extends Object
Java class for CBSDurationSummaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CBSDurationSummaryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CBSObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="OriginalProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" 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="ProjectName" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="100"/>
</restriction>
</simpleType>
</element>
<element name="ProjectObjectId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="SummaryActualDuration" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="SummaryActualFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="SummaryActualStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="SummaryPercentComplete" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="SummaryPlannedDuration" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="SummaryPlannedFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="SummaryPlannedStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="SummaryRemainingDuration" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="SummaryRemainingFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="SummaryRemainingStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
cbsObjectId |
protected Integer |
originalProjectObjectId |
protected String |
projectId |
protected String |
projectName |
protected Integer |
projectObjectId |
protected Double |
summaryActualDuration |
protected LocalDateTime |
summaryActualFinishDate |
protected LocalDateTime |
summaryActualStartDate |
protected Double |
summaryPercentComplete |
protected Double |
summaryPlannedDuration |
protected LocalDateTime |
summaryPlannedFinishDate |
protected LocalDateTime |
summaryPlannedStartDate |
protected Double |
summaryRemainingDuration |
protected LocalDateTime |
summaryRemainingFinishDate |
protected LocalDateTime |
summaryRemainingStartDate |
| Constructor and Description |
|---|
CBSDurationSummaryType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCBSObjectId()
Gets the value of the cbsObjectId property.
|
Integer |
getOriginalProjectObjectId()
Gets the value of the originalProjectObjectId property.
|
String |
getProjectId()
Gets the value of the projectId property.
|
String |
getProjectName()
Gets the value of the projectName property.
|
Integer |
getProjectObjectId()
Gets the value of the projectObjectId property.
|
Double |
getSummaryActualDuration()
Gets the value of the summaryActualDuration property.
|
LocalDateTime |
getSummaryActualFinishDate()
Gets the value of the summaryActualFinishDate property.
|
LocalDateTime |
getSummaryActualStartDate()
Gets the value of the summaryActualStartDate property.
|
Double |
getSummaryPercentComplete()
Gets the value of the summaryPercentComplete property.
|
Double |
getSummaryPlannedDuration()
Gets the value of the summaryPlannedDuration property.
|
LocalDateTime |
getSummaryPlannedFinishDate()
Gets the value of the summaryPlannedFinishDate property.
|
LocalDateTime |
getSummaryPlannedStartDate()
Gets the value of the summaryPlannedStartDate property.
|
Double |
getSummaryRemainingDuration()
Gets the value of the summaryRemainingDuration property.
|
LocalDateTime |
getSummaryRemainingFinishDate()
Gets the value of the summaryRemainingFinishDate property.
|
LocalDateTime |
getSummaryRemainingStartDate()
Gets the value of the summaryRemainingStartDate property.
|
void |
setCBSObjectId(Integer value)
Sets the value of the cbsObjectId property.
|
void |
setOriginalProjectObjectId(Integer value)
Sets the value of the originalProjectObjectId property.
|
void |
setProjectId(String value)
Sets the value of the projectId property.
|
void |
setProjectName(String value)
Sets the value of the projectName property.
|
void |
setProjectObjectId(Integer value)
Sets the value of the projectObjectId property.
|
void |
setSummaryActualDuration(Double value)
Sets the value of the summaryActualDuration property.
|
void |
setSummaryActualFinishDate(LocalDateTime value)
Sets the value of the summaryActualFinishDate property.
|
void |
setSummaryActualStartDate(LocalDateTime value)
Sets the value of the summaryActualStartDate property.
|
void |
setSummaryPercentComplete(Double value)
Sets the value of the summaryPercentComplete property.
|
void |
setSummaryPlannedDuration(Double value)
Sets the value of the summaryPlannedDuration property.
|
void |
setSummaryPlannedFinishDate(LocalDateTime value)
Sets the value of the summaryPlannedFinishDate property.
|
void |
setSummaryPlannedStartDate(LocalDateTime value)
Sets the value of the summaryPlannedStartDate property.
|
void |
setSummaryRemainingDuration(Double value)
Sets the value of the summaryRemainingDuration property.
|
void |
setSummaryRemainingFinishDate(LocalDateTime value)
Sets the value of the summaryRemainingFinishDate property.
|
void |
setSummaryRemainingStartDate(LocalDateTime value)
Sets the value of the summaryRemainingStartDate property.
|
protected Integer cbsObjectId
protected Integer originalProjectObjectId
protected String projectId
protected String projectName
protected Integer projectObjectId
protected Double summaryActualDuration
protected LocalDateTime summaryActualFinishDate
protected LocalDateTime summaryActualStartDate
protected Double summaryPercentComplete
protected Double summaryPlannedDuration
protected LocalDateTime summaryPlannedFinishDate
protected LocalDateTime summaryPlannedStartDate
protected Double summaryRemainingDuration
protected LocalDateTime summaryRemainingFinishDate
protected LocalDateTime summaryRemainingStartDate
public Integer getCBSObjectId()
Integerpublic void setCBSObjectId(Integer value)
value - allowed object is
Integerpublic Integer getOriginalProjectObjectId()
Integerpublic void setOriginalProjectObjectId(Integer value)
value - allowed object is
Integerpublic String getProjectId()
Stringpublic void setProjectId(String value)
value - allowed object is
Stringpublic String getProjectName()
Stringpublic void setProjectName(String value)
value - allowed object is
Stringpublic Integer getProjectObjectId()
Integerpublic void setProjectObjectId(Integer value)
value - allowed object is
Integerpublic Double getSummaryActualDuration()
Stringpublic void setSummaryActualDuration(Double value)
value - allowed object is
Stringpublic LocalDateTime getSummaryActualFinishDate()
Stringpublic void setSummaryActualFinishDate(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getSummaryActualStartDate()
Stringpublic void setSummaryActualStartDate(LocalDateTime value)
value - allowed object is
Stringpublic Double getSummaryPercentComplete()
Stringpublic void setSummaryPercentComplete(Double value)
value - allowed object is
Stringpublic Double getSummaryPlannedDuration()
Stringpublic void setSummaryPlannedDuration(Double value)
value - allowed object is
Stringpublic LocalDateTime getSummaryPlannedFinishDate()
Stringpublic void setSummaryPlannedFinishDate(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getSummaryPlannedStartDate()
Stringpublic void setSummaryPlannedStartDate(LocalDateTime value)
value - allowed object is
Stringpublic Double getSummaryRemainingDuration()
Stringpublic void setSummaryRemainingDuration(Double value)
value - allowed object is
Stringpublic LocalDateTime getSummaryRemainingFinishDate()
Stringpublic void setSummaryRemainingFinishDate(LocalDateTime value)
value - allowed object is
Stringpublic LocalDateTime getSummaryRemainingStartDate()
Stringpublic void setSummaryRemainingStartDate(LocalDateTime value)
value - allowed object is
StringCopyright © 2000–2025 MPXJ. All rights reserved.