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: com.qbpsimulator.engine.model.xsd
|
public ObjectFactory()
public ProcessSimulationInfoType createProcessSimulationInfoType()
ProcessSimulationInfoTypepublic ElementSimulationInfoType createElementSimulationInfoType()
ElementSimulationInfoTypepublic DistributionInfo createDistributionInfo()
DistributionInfopublic ProcessSimulationInfo createProcessSimulationInfo()
ProcessSimulationInfopublic ProcessSimulationInfoType.Timetables createProcessSimulationInfoTypeTimetables()
ProcessSimulationInfoType.Timetablespublic ProcessSimulationInfoType.Holidays createProcessSimulationInfoTypeHolidays()
ProcessSimulationInfoType.Holidayspublic ProcessSimulationInfoType.Resources createProcessSimulationInfoTypeResources()
ProcessSimulationInfoType.Resourcespublic ProcessSimulationInfoType.Elements createProcessSimulationInfoTypeElements()
ProcessSimulationInfoType.Elementspublic ProcessSimulationInfoType.SequenceFlows createProcessSimulationInfoTypeSequenceFlows()
ProcessSimulationInfoType.SequenceFlowspublic StatsOptionsType createStatsOptionsType()
StatsOptionsTypepublic TimeTableRule createTimeTableRule()
TimeTableRulepublic SequenceFlowSimulationInfoType createSequenceFlowSimulationInfoType()
SequenceFlowSimulationInfoTypepublic DistributionHistogramBin createDistributionHistogramBin()
DistributionHistogramBinpublic TimeTable.Rules createTimeTableRules()
TimeTable.Rulespublic ElementSimulationInfoType.ResourceIds createElementSimulationInfoTypeResourceIds()
ElementSimulationInfoType.ResourceIdspublic DistributionInfo.HistogramDataBins createDistributionInfoHistogramDataBins()
DistributionInfo.HistogramDataBinspublic DistributionInfo.ExactValues createDistributionInfoExactValues()
DistributionInfo.ExactValuesCopyright © 2020 Pivotal Software, Inc.. All rights reserved.