All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fish.focus.schema.movementrules.module.v1.ObjectFactory Maven / Gradle / Ivy

The newest version!

package fish.focus.schema.movementrules.module.v1;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the fish.focus.schema.movementrules.module.v1 package. 
 * 

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. * */ @XmlRegistry public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: fish.focus.schema.movementrules.module.v1 * */ public ObjectFactory() { } /** * Create an instance of {@link SetMovementReportRequest } * */ public SetMovementReportRequest createSetMovementReportRequest() { return new SetMovementReportRequest(); } /** * Create an instance of {@link GetCustomRuleListRequest } * */ public GetCustomRuleListRequest createGetCustomRuleListRequest() { return new GetCustomRuleListRequest(); } /** * Create an instance of {@link GetCustomRuleListResponse } * */ public GetCustomRuleListResponse createGetCustomRuleListResponse() { return new GetCustomRuleListResponse(); } /** * Create an instance of {@link GetTicketListRequest } * */ public GetTicketListRequest createGetTicketListRequest() { return new GetTicketListRequest(); } /** * Create an instance of {@link GetTicketListResponse } * */ public GetTicketListResponse createGetTicketListResponse() { return new GetTicketListResponse(); } /** * Create an instance of {@link GetAlarmListByQueryRequest } * */ public GetAlarmListByQueryRequest createGetAlarmListByQueryRequest() { return new GetAlarmListByQueryRequest(); } /** * Create an instance of {@link GetTicketListByQueryRequest } * */ public GetTicketListByQueryRequest createGetTicketListByQueryRequest() { return new GetTicketListByQueryRequest(); } /** * Create an instance of {@link GetTicketListByQueryResponse } * */ public GetTicketListByQueryResponse createGetTicketListByQueryResponse() { return new GetTicketListByQueryResponse(); } /** * Create an instance of {@link PingRequest } * */ public PingRequest createPingRequest() { return new PingRequest(); } /** * Create an instance of {@link PingResponse } * */ public PingResponse createPingResponse() { return new PingResponse(); } /** * Create an instance of {@link GetTicketsByMovementsRequest } * */ public GetTicketsByMovementsRequest createGetTicketsByMovementsRequest() { return new GetTicketsByMovementsRequest(); } /** * Create an instance of {@link GetTicketsByMovementsResponse } * */ public GetTicketsByMovementsResponse createGetTicketsByMovementsResponse() { return new GetTicketsByMovementsResponse(); } /** * Create an instance of {@link CountTicketsByMovementsRequest } * */ public CountTicketsByMovementsRequest createCountTicketsByMovementsRequest() { return new CountTicketsByMovementsRequest(); } /** * Create an instance of {@link CountTicketsByMovementsResponse } * */ public CountTicketsByMovementsResponse createCountTicketsByMovementsResponse() { return new CountTicketsByMovementsResponse(); } /** * Create an instance of {@link GetCustomRuleRequest } * */ public GetCustomRuleRequest createGetCustomRuleRequest() { return new GetCustomRuleRequest(); } /** * Create an instance of {@link GetCustomRuleResponse } * */ public GetCustomRuleResponse createGetCustomRuleResponse() { return new GetCustomRuleResponse(); } /** * Create an instance of {@link GetTicketsAndRulesByMovementsRequest } * */ public GetTicketsAndRulesByMovementsRequest createGetTicketsAndRulesByMovementsRequest() { return new GetTicketsAndRulesByMovementsRequest(); } /** * Create an instance of {@link GetTicketsAndRulesByMovementsResponse } * */ public GetTicketsAndRulesByMovementsResponse createGetTicketsAndRulesByMovementsResponse() { return new GetTicketsAndRulesByMovementsResponse(); } /** * Create an instance of {@link GetCustomRuleListByQueryResponse } * */ public GetCustomRuleListByQueryResponse createGetCustomRuleListByQueryResponse() { return new GetCustomRuleListByQueryResponse(); } /** * Create an instance of {@link GetTicketListByMovementsResponse } * */ public GetTicketListByMovementsResponse createGetTicketListByMovementsResponse() { return new GetTicketListByMovementsResponse(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy