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()
Integer
public void setCBSObjectId(Integer value)
value
- allowed object is
Integer
public Integer getOriginalProjectObjectId()
Integer
public void setOriginalProjectObjectId(Integer value)
value
- allowed object is
Integer
public String getProjectId()
String
public void setProjectId(String value)
value
- allowed object is
String
public String getProjectName()
String
public void setProjectName(String value)
value
- allowed object is
String
public Integer getProjectObjectId()
Integer
public void setProjectObjectId(Integer value)
value
- allowed object is
Integer
public Double getSummaryActualDuration()
String
public void setSummaryActualDuration(Double value)
value
- allowed object is
String
public LocalDateTime getSummaryActualFinishDate()
String
public void setSummaryActualFinishDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getSummaryActualStartDate()
String
public void setSummaryActualStartDate(LocalDateTime value)
value
- allowed object is
String
public Double getSummaryPercentComplete()
String
public void setSummaryPercentComplete(Double value)
value
- allowed object is
String
public Double getSummaryPlannedDuration()
String
public void setSummaryPlannedDuration(Double value)
value
- allowed object is
String
public LocalDateTime getSummaryPlannedFinishDate()
String
public void setSummaryPlannedFinishDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getSummaryPlannedStartDate()
String
public void setSummaryPlannedStartDate(LocalDateTime value)
value
- allowed object is
String
public Double getSummaryRemainingDuration()
String
public void setSummaryRemainingDuration(Double value)
value
- allowed object is
String
public LocalDateTime getSummaryRemainingFinishDate()
String
public void setSummaryRemainingFinishDate(LocalDateTime value)
value
- allowed object is
String
public LocalDateTime getSummaryRemainingStartDate()
String
public void setSummaryRemainingStartDate(LocalDateTime value)
value
- allowed object is
String
Copyright © 2000–2024 Packwood Software. All rights reserved.