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 EvaluateAuditScriptType createEvaluateAuditScriptType()
EvaluateAuditScriptType
public RemoteReportParameterType createRemoteReportParameterType()
RemoteReportParameterType
public ParseQueryResponseType createParseQueryResponseType()
ParseQueryResponseType
public EvaluateScriptType createEvaluateScriptType()
EvaluateScriptType
public SearchObjectsResponseType createSearchObjectsResponseType()
SearchObjectsResponseType
public ParseQueryType createParseQueryType()
ParseQueryType
public RemoteReportParametersType createRemoteReportParametersType()
RemoteReportParametersType
public EvaluateAuditScriptResponseType createEvaluateAuditScriptResponseType()
EvaluateAuditScriptResponseType
public GetFieldValueType createGetFieldValueType()
GetFieldValueType
public SearchObjectsType createSearchObjectsType()
SearchObjectsType
public GetFieldValueResponseType createGetFieldValueResponseType()
GetFieldValueResponseType
public ProcessReportType createProcessReportType()
ProcessReportType
public ProcessReportResponseType createProcessReportResponseType()
ProcessReportResponseType
public EvaluateScriptResponseType createEvaluateScriptResponseType()
EvaluateScriptResponseType
public JAXBElement<GetFieldValueType> createGetFieldValue(GetFieldValueType value)
public JAXBElement<ProcessReportType> createProcessReport(ProcessReportType value)
public JAXBElement<ProcessReportResponseType> createProcessReportResponse(ProcessReportResponseType value)
public JAXBElement<ParseQueryType> createParseQuery(ParseQueryType value)
public JAXBElement<GetFieldValueResponseType> createGetFieldValueResponse(GetFieldValueResponseType value)
public JAXBElement<RemoteReportParametersType> createRemoteReportParameters(RemoteReportParametersType value)
public JAXBElement<EvaluateAuditScriptType> createEvaluateAuditScript(EvaluateAuditScriptType value)
public JAXBElement<SearchObjectsType> createSearchObjects(SearchObjectsType value)
public JAXBElement<EvaluateScriptType> createEvaluateScript(EvaluateScriptType value)
public JAXBElement<EvaluateAuditScriptResponseType> createEvaluateAuditScriptResponse(EvaluateAuditScriptResponseType value)
public JAXBElement<EvaluateScriptResponseType> createEvaluateScriptResponse(EvaluateScriptResponseType value)
public JAXBElement<ParseQueryResponseType> createParseQueryResponse(ParseQueryResponseType value)
public JAXBElement<RemoteReportParameterType> createRemoteReportParameter(RemoteReportParameterType value)
public JAXBElement<SearchObjectsResponseType> createSearchObjectsResponse(SearchObjectsResponseType value)
Copyright © 2015 Evolveum. All rights reserved.