public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.mpxj.conceptdraw.schema
|
public ObjectFactory()
public ViewProperties createViewProperties()
ViewPropertiespublic StyleProject createStyleProject()
StyleProjectpublic PPVItemsType createPPVItemsType()
PPVItemsTypepublic PPVItemsType.PPVItem createPPVItemsTypePPVItem()
PPVItemsType.PPVItempublic PPVItemsType.PPVItem.CompleteJournal createPPVItemsTypePPVItemCompleteJournal()
PPVItemsType.PPVItem.CompleteJournalpublic ViewProperties.GridColumns createViewPropertiesGridColumns()
ViewProperties.GridColumnspublic Document.Dashboards createDocumentDashboards()
Document.Dashboardspublic Document.Links createDocumentLinks()
Document.Linkspublic Document.Projects createDocumentProjects()
Document.Projectspublic Document.Projects.Project createDocumentProjectsProject()
Document.Projects.Projectpublic Document.Projects.Project.Task createDocumentProjectsProjectTask()
Document.Projects.Project.Taskpublic Document.Projects.Project.Task.ResourceAssignments createDocumentProjectsProjectTaskResourceAssignments()
Document.Projects.Project.Task.ResourceAssignmentspublic Document.Resources createDocumentResources()
Document.Resourcespublic Document.Calendars createDocumentCalendars()
Document.Calendarspublic Document.Calendars.Calendar createDocumentCalendarsCalendar()
Document.Calendars.Calendarpublic Document.Calendars.Calendar.ExceptedDays createDocumentCalendarsCalendarExceptedDays()
Document.Calendars.Calendar.ExceptedDayspublic Document.Calendars.Calendar.ExceptedDays.ExceptedDay createDocumentCalendarsCalendarExceptedDaysExceptedDay()
Document.Calendars.Calendar.ExceptedDays.ExceptedDaypublic Document.Calendars.Calendar.ExceptedDays.ExceptedDay.TimePeriods createDocumentCalendarsCalendarExceptedDaysExceptedDayTimePeriods()
Document.Calendars.Calendar.ExceptedDays.ExceptedDay.TimePeriodspublic Document.Calendars.Calendar.WeekDays createDocumentCalendarsCalendarWeekDays()
Document.Calendars.Calendar.WeekDayspublic Document.Calendars.Calendar.WeekDays.WeekDay createDocumentCalendarsCalendarWeekDaysWeekDay()
Document.Calendars.Calendar.WeekDays.WeekDaypublic Document.Calendars.Calendar.WeekDays.WeekDay.TimePeriods createDocumentCalendarsCalendarWeekDaysWeekDayTimePeriods()
Document.Calendars.Calendar.WeekDays.WeekDay.TimePeriodspublic Document.Markers createDocumentMarkers()
Document.Markerspublic Document.WorkspaceProperties createDocumentWorkspaceProperties()
Document.WorkspacePropertiespublic Document.PrintingProperties createDocumentPrintingProperties()
Document.PrintingPropertiespublic Document.ResourceUsageDiagram createDocumentResourceUsageDiagram()
Document.ResourceUsageDiagrampublic Document.ProjectPortfolioView createDocumentProjectPortfolioView()
Document.ProjectPortfolioViewpublic ActiveFilter createActiveFilter()
ActiveFilterpublic Hyperlinks createHyperlinks()
Hyperlinkspublic StyleProject.GridRowStyle createStyleProjectGridRowStyle()
StyleProject.GridRowStylepublic Callouts.Callout createCalloutsCallout()
Callouts.Calloutpublic PPVItemsType.PPVItem.CompleteJournal.CompleteJournalEntry createPPVItemsTypePPVItemCompleteJournalCompleteJournalEntry()
PPVItemsType.PPVItem.CompleteJournal.CompleteJournalEntrypublic ViewProperties.GridColumns.Column createViewPropertiesGridColumnsColumn()
ViewProperties.GridColumns.Columnpublic Document.Dashboards.Dashboard createDocumentDashboardsDashboard()
Document.Dashboards.Dashboardpublic Document.Links.Link createDocumentLinksLink()
Document.Links.Linkpublic Document.Projects.Project.Task.ResourceAssignments.ResourceAssignment createDocumentProjectsProjectTaskResourceAssignmentsResourceAssignment()
Document.Projects.Project.Task.ResourceAssignments.ResourceAssignmentpublic Document.Resources.Resource createDocumentResourcesResource()
Document.Resources.Resourcepublic Document.Calendars.Calendar.ExceptedDays.ExceptedDay.TimePeriods.TimePeriod createDocumentCalendarsCalendarExceptedDaysExceptedDayTimePeriodsTimePeriod()
Document.Calendars.Calendar.ExceptedDays.ExceptedDay.TimePeriods.TimePeriodpublic Document.Calendars.Calendar.WeekDays.WeekDay.TimePeriods.TimePeriod createDocumentCalendarsCalendarWeekDaysWeekDayTimePeriodsTimePeriod()
Document.Calendars.Calendar.WeekDays.WeekDay.TimePeriods.TimePeriodpublic Document.Markers.Marker createDocumentMarkersMarker()
Document.Markers.Markerpublic jakarta.xml.bind.JAXBElement<String> createOutlineNumber(String value)
value - Java instance representing xml element's value.JAXBElement<String>Copyright © 2000–2025 MPXJ. All rights reserved.