public static class Document.Projects extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}ViewProperties"/>
<element name="Project" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}OutlineNumber"/>
<group ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}ProjectProps"/>
<element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}ViewProperties"/>
<element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}TimeScale"/>
<element name="Task" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}OutlineNumber"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Note" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="BaseStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="BaseFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="BaseDuration" type="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}DurationType"/>
<element name="BaseDurationTimeUnit" type="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}ShortTimeUnitType"/>
<element name="ActualStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="ActualFinishDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="ActualDuration" type="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}DurationType"/>
<element name="TemplateOffset" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="DeadlineTemplateOffset" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="BaselineStartTemplateOffset" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="BaselineFinishTemplateOffset" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="ActualCost" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="Cost1" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="ValidatedByProject" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="RecalcBase1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
</restriction>
</simpleType>
</element>
<element name="RecalcBase2">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
</restriction>
</simpleType>
</element>
<element name="IsMilestone" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<group ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}BaselineGroup" minOccurs="0"/>
<element name="Complete" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="IsHaveDeadline" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="SchedulingType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="fixedDuration"/>
<enumeration value="fixedUnits"/>
<enumeration value="fixedWork"/>
</restriction>
</simpleType>
</element>
<element name="IsEffortDriven" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}Priority"/>
<element name="MarkedByUser" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ShowSubtasks" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}StyleProject"/>
<element name="MarkerID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}Hyperlinks"/>
<element name="ResourceAssignments">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ResourceAssignment" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ResourceID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Use" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="ManHour" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}Callouts"/>
<element name="DeadlineDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Document.Projects.Project
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Document.Projects.Project> |
project |
protected ViewProperties |
viewProperties |
| Constructor and Description |
|---|
Projects() |
| Modifier and Type | Method and Description |
|---|---|
List<Document.Projects.Project> |
getProject()
Gets the value of the project property.
|
ViewProperties |
getViewProperties()
Settings for multiproject grid view.
|
void |
setViewProperties(ViewProperties value)
Sets the value of the viewProperties property.
|
protected ViewProperties viewProperties
protected List<Document.Projects.Project> project
public ViewProperties getViewProperties()
ViewPropertiespublic void setViewProperties(ViewProperties value)
value - allowed object is
ViewPropertiespublic List<Document.Projects.Project> getProject()
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 project property.
For example, to add a new item, do as follows:
getProject().add(newItem);
Objects of the following type(s) are allowed in the list
Document.Projects.Project
Copyright © 2000–2025 MPXJ. All rights reserved.