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.evolveum.midpoint.xml.ns._public.report.report_3
|
public ObjectFactory()
public RemoteReportParametersType createRemoteReportParametersType()
RemoteReportParametersType
public EvaluateAuditScriptType createEvaluateAuditScriptType()
EvaluateAuditScriptType
public EvaluateAuditScriptResponseType createEvaluateAuditScriptResponseType()
EvaluateAuditScriptResponseType
public RemoteReportParameterType createRemoteReportParameterType()
RemoteReportParameterType
public EvaluateScriptType createEvaluateScriptType()
EvaluateScriptType
public ProcessReportType createProcessReportType()
ProcessReportType
public ProcessReportResponseType createProcessReportResponseType()
ProcessReportResponseType
public EvaluateScriptResponseType createEvaluateScriptResponseType()
EvaluateScriptResponseType
public JAXBElement<ProcessReportType> createProcessReport(ProcessReportType value)
public JAXBElement<ProcessReportResponseType> createProcessReportResponse(ProcessReportResponseType value)
public JAXBElement<RemoteReportParametersType> createRemoteReportParameters(RemoteReportParametersType value)
public JAXBElement<EvaluateAuditScriptType> createEvaluateAuditScript(EvaluateAuditScriptType value)
public JAXBElement<EvaluateScriptType> createEvaluateScript(EvaluateScriptType value)
public JAXBElement<EvaluateAuditScriptResponseType> createEvaluateAuditScriptResponse(EvaluateAuditScriptResponseType value)
public JAXBElement<EvaluateScriptResponseType> createEvaluateScriptResponse(EvaluateScriptResponseType value)
public JAXBElement<RemoteReportParameterType> createRemoteReportParameter(RemoteReportParameterType value)
Copyright © 2015 Evolveum. All rights reserved.