public class Document 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 name="WorkspaceProperties">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CurrencySymbol" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CurrencyPosition" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="CurrencyDigits" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="HoursPerDay" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="HoursPerWeek" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="DaysPerMonth" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="CalcCPForSubprojects" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="MaximumSlack" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="PrintingProperties">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="PrintOrientation" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="MarginLeft" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="MarginRight" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="MarginTop" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="MarginBottom" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="MarginHeader" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="MarginFooter" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="FitTo" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="PagesH" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="PagesV" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="TimescaleMode" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="DoPrintGrid" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="FinishDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="HeaderLeft" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="HeaderCenter" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="HeaderRight" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FooterLeft" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FooterCenter" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FooterRight" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="LegendMode" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="FirstPageNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="PrintView" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="HeaderFooterFontName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="HeaderFooterFontSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
</all>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ThemeID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ShowAssignedResources" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Markers">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Marker" 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 name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DisplayStyle" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ResourceUsageDiagram">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}TimeScale"/>
<element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}ViewProperties"/>
<element ref="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}ActiveFilter" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Calendars">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Calendar" 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 name="BaseCalendarID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="WeekDays">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="WeekDay" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Day">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
<enumeration value="4"/>
<enumeration value="5"/>
<enumeration value="6"/>
</restriction>
</simpleType>
</element>
<element name="IsDayWorking" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="TimePeriods">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TimePeriod" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="From" type="{http://www.w3.org/2001/XMLSchema}time"/>
<element name="To" type="{http://www.w3.org/2001/XMLSchema}time"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ExceptedDays">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ExceptedDay" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="IsDayWorking" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="TimePeriods">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TimePeriod" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="From" type="{http://www.w3.org/2001/XMLSchema}time"/>
<element name="To" type="{http://www.w3.org/2001/XMLSchema}time"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Resources">
<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="Resource" 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="CalendarID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</element>
<element name="SubType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="work"/>
<enumeration value="material"/>
<enumeration value="cost"/>
<enumeration value="equipment"/>
<enumeration value="company"/>
</restriction>
</simpleType>
</element>
<element name="EMail" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Note" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Cost" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="CostTimeUnit" type="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}ShortTimeUnitType"/>
<element name="Group" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ShowAssignedTasks" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Projects">
<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>
</element>
<element name="ProjectPortfolioView">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CompleteJournalTrackingPeriod" type="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}LongTimeUnitType"/>
<element name="PPVItems" type="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}PPVItemsType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Links">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Link" 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"/>
<choice>
<sequence>
<element name="SourceTaskID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="DestinationTaskID" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
<sequence>
<element name="SourceProjectID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="DestinationProjectID" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</choice>
<element name="Type">
<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="Lag" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="LagUnit" type="{http://www.schemas.conceptdraw.com/cdprj/document.xsd}ShortTimeUnitType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Dashboards">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Dashboard" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="Application" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Version" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Document.Calendars
Java class for anonymous complex type.
|
static class |
Document.Dashboards
Java class for anonymous complex type.
|
static class |
Document.Links
Java class for anonymous complex type.
|
static class |
Document.Markers
Java class for anonymous complex type.
|
static class |
Document.PrintingProperties
Java class for anonymous complex type.
|
static class |
Document.ProjectPortfolioView
Java class for anonymous complex type.
|
static class |
Document.Projects
Java class for anonymous complex type.
|
static class |
Document.Resources
Java class for anonymous complex type.
|
static class |
Document.ResourceUsageDiagram
Java class for anonymous complex type.
|
static class |
Document.WorkspaceProperties
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
application |
protected Document.Calendars |
calendars |
protected Document.Dashboards |
dashboards |
protected Document.Links |
links |
protected Document.Markers |
markers |
protected Document.PrintingProperties |
printingProperties |
protected Document.ProjectPortfolioView |
projectPortfolioView |
protected Document.Projects |
projects |
protected Document.Resources |
resources |
protected Document.ResourceUsageDiagram |
resourceUsageDiagram |
protected boolean |
showAssignedResources |
protected String |
themeID |
protected Integer |
version |
protected Document.WorkspaceProperties |
workspaceProperties |
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplication()
Gets the value of the application property.
|
Document.Calendars |
getCalendars()
Gets the value of the calendars property.
|
Document.Dashboards |
getDashboards()
Gets the value of the dashboards property.
|
Document.Links |
getLinks()
Gets the value of the links property.
|
Document.Markers |
getMarkers()
Gets the value of the markers property.
|
Document.PrintingProperties |
getPrintingProperties()
Gets the value of the printingProperties property.
|
Document.ProjectPortfolioView |
getProjectPortfolioView()
Gets the value of the projectPortfolioView property.
|
Document.Projects |
getProjects()
Gets the value of the projects property.
|
Document.Resources |
getResources()
Gets the value of the resources property.
|
Document.ResourceUsageDiagram |
getResourceUsageDiagram()
Gets the value of the resourceUsageDiagram property.
|
String |
getThemeID()
Gets the value of the themeID property.
|
Integer |
getVersion()
Gets the value of the version property.
|
Document.WorkspaceProperties |
getWorkspaceProperties()
Gets the value of the workspaceProperties property.
|
boolean |
isShowAssignedResources()
Gets the value of the showAssignedResources property.
|
void |
setApplication(String value)
Sets the value of the application property.
|
void |
setCalendars(Document.Calendars value)
Sets the value of the calendars property.
|
void |
setDashboards(Document.Dashboards value)
Sets the value of the dashboards property.
|
void |
setLinks(Document.Links value)
Sets the value of the links property.
|
void |
setMarkers(Document.Markers value)
Sets the value of the markers property.
|
void |
setPrintingProperties(Document.PrintingProperties value)
Sets the value of the printingProperties property.
|
void |
setProjectPortfolioView(Document.ProjectPortfolioView value)
Sets the value of the projectPortfolioView property.
|
void |
setProjects(Document.Projects value)
Sets the value of the projects property.
|
void |
setResources(Document.Resources value)
Sets the value of the resources property.
|
void |
setResourceUsageDiagram(Document.ResourceUsageDiagram value)
Sets the value of the resourceUsageDiagram property.
|
void |
setShowAssignedResources(boolean value)
Sets the value of the showAssignedResources property.
|
void |
setThemeID(String value)
Sets the value of the themeID property.
|
void |
setVersion(Integer value)
Sets the value of the version property.
|
void |
setWorkspaceProperties(Document.WorkspaceProperties value)
Sets the value of the workspaceProperties property.
|
protected Document.WorkspaceProperties workspaceProperties
protected Document.PrintingProperties printingProperties
protected String themeID
protected boolean showAssignedResources
protected Document.Markers markers
protected Document.ResourceUsageDiagram resourceUsageDiagram
protected Document.Calendars calendars
protected Document.Resources resources
protected Document.Projects projects
protected Document.ProjectPortfolioView projectPortfolioView
protected Document.Links links
protected Document.Dashboards dashboards
protected String application
protected Integer version
public Document.WorkspaceProperties getWorkspaceProperties()
Document.WorkspacePropertiespublic void setWorkspaceProperties(Document.WorkspaceProperties value)
value - allowed object is
Document.WorkspacePropertiespublic Document.PrintingProperties getPrintingProperties()
Document.PrintingPropertiespublic void setPrintingProperties(Document.PrintingProperties value)
value - allowed object is
Document.PrintingPropertiespublic String getThemeID()
Stringpublic void setThemeID(String value)
value - allowed object is
Stringpublic boolean isShowAssignedResources()
public void setShowAssignedResources(boolean value)
public Document.Markers getMarkers()
Document.Markerspublic void setMarkers(Document.Markers value)
value - allowed object is
Document.Markerspublic Document.ResourceUsageDiagram getResourceUsageDiagram()
Document.ResourceUsageDiagrampublic void setResourceUsageDiagram(Document.ResourceUsageDiagram value)
value - allowed object is
Document.ResourceUsageDiagrampublic Document.Calendars getCalendars()
Document.Calendarspublic void setCalendars(Document.Calendars value)
value - allowed object is
Document.Calendarspublic Document.Resources getResources()
Document.Resourcespublic void setResources(Document.Resources value)
value - allowed object is
Document.Resourcespublic Document.Projects getProjects()
Document.Projectspublic void setProjects(Document.Projects value)
value - allowed object is
Document.Projectspublic Document.ProjectPortfolioView getProjectPortfolioView()
Document.ProjectPortfolioViewpublic void setProjectPortfolioView(Document.ProjectPortfolioView value)
value - allowed object is
Document.ProjectPortfolioViewpublic Document.Links getLinks()
Document.Linkspublic void setLinks(Document.Links value)
value - allowed object is
Document.Linkspublic Document.Dashboards getDashboards()
Document.Dashboardspublic void setDashboards(Document.Dashboards value)
value - allowed object is
Document.Dashboardspublic String getApplication()
Stringpublic void setApplication(String value)
value - allowed object is
Stringpublic Integer getVersion()
StringCopyright © 2000–2025 MPXJ. All rights reserved.