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.miloss.fgsms.auxstatus
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Boolean> |
createDurable(Boolean value)
|
Group |
createGroup()
Create an instance of
Group |
GroupNames |
createGroupNames()
Create an instance of
GroupNames |
Job |
createJob()
Create an instance of
Job |
Jobs |
createJobs()
Create an instance of
Jobs |
JAXBElement<Long> |
createJobsExecuted(Long value)
|
QuartzStatus |
createQuartzStatus()
Create an instance of
QuartzStatus |
JAXBElement<Calendar> |
createRunningsince(Calendar value)
|
JAXBElement<String> |
createSchedulerInstanceId(String value)
|
JAXBElement<String> |
createSchedulerName(String value)
|
JAXBElement<Boolean> |
createStateful(Boolean value)
|
Trigger |
createTrigger()
Create an instance of
Trigger |
TriggerGroup |
createTriggerGroup()
Create an instance of
TriggerGroup |
Triggers |
createTriggers()
Create an instance of
Triggers |
JAXBElement<String> |
createVersion(String value)
|
JAXBElement<Boolean> |
createVolatile(Boolean value)
|
public ObjectFactory()
public GroupNames createGroupNames()
GroupNames
public QuartzStatus createQuartzStatus()
QuartzStatus
public TriggerGroup createTriggerGroup()
TriggerGroup
public JAXBElement<Boolean> createVolatile(Boolean value)
public JAXBElement<Boolean> createStateful(Boolean value)
public JAXBElement<String> createSchedulerInstanceId(String value)
public JAXBElement<Long> createJobsExecuted(Long value)
public JAXBElement<Boolean> createDurable(Boolean value)
public JAXBElement<Calendar> createRunningsince(Calendar value)
public JAXBElement<String> createSchedulerName(String value)
public JAXBElement<String> createVersion(String value)
Copyright © 2008–2017 MIL-OSS. All rights reserved.