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

fish.focus.schema.exchange.v1.ObjectFactory Maven / Gradle / Ivy


package fish.focus.schema.exchange.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.exchange.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.exchange.v1 * */ public ObjectFactory() { } /** * Create an instance of {@link ExchangeLogType } * */ public ExchangeLogType createExchangeLogType() { return new ExchangeLogType(); } /** * Create an instance of {@link RelatedLogInfo } * */ public RelatedLogInfo createRelatedLogInfo() { return new RelatedLogInfo(); } /** * Create an instance of {@link ExchangeLogWithValidationResults } * */ public ExchangeLogWithValidationResults createExchangeLogWithValidationResults() { return new ExchangeLogWithValidationResults(); } /** * Create an instance of {@link LogValidationResult } * */ public LogValidationResult createLogValidationResult() { return new LogValidationResult(); } /** * Create an instance of {@link LogRefType } * */ public LogRefType createLogRefType() { return new LogRefType(); } /** * Create an instance of {@link ReceiveMovementType } * */ public ReceiveMovementType createReceiveMovementType() { return new ReceiveMovementType(); } /** * Create an instance of {@link SendMovementType } * */ public SendMovementType createSendMovementType() { return new SendMovementType(); } /** * Create an instance of {@link SendEmailType } * */ public SendEmailType createSendEmailType() { return new SendEmailType(); } /** * Create an instance of {@link SendPollType } * */ public SendPollType createSendPollType() { return new SendPollType(); } /** * Create an instance of {@link ExchangeLogStatusType } * */ public ExchangeLogStatusType createExchangeLogStatusType() { return new ExchangeLogStatusType(); } /** * Create an instance of {@link Sorting } * */ public Sorting createSorting() { return new Sorting(); } /** * Create an instance of {@link ExchangeLogStatusHistoryType } * */ public ExchangeLogStatusHistoryType createExchangeLogStatusHistoryType() { return new ExchangeLogStatusHistoryType(); } /** * Create an instance of {@link ExchangeHistoryListQuery } * */ public ExchangeHistoryListQuery createExchangeHistoryListQuery() { return new ExchangeHistoryListQuery(); } /** * Create an instance of {@link ExchangeListQuery } * */ public ExchangeListQuery createExchangeListQuery() { return new ExchangeListQuery(); } /** * Create an instance of {@link ExchangeListCriteria } * */ public ExchangeListCriteria createExchangeListCriteria() { return new ExchangeListCriteria(); } /** * Create an instance of {@link ExchangeListPagination } * */ public ExchangeListPagination createExchangeListPagination() { return new ExchangeListPagination(); } /** * Create an instance of {@link ExchangeListCriteriaPair } * */ public ExchangeListCriteriaPair createExchangeListCriteriaPair() { return new ExchangeListCriteriaPair(); } /** * Create an instance of {@link UnsentMessageType } * */ public UnsentMessageType createUnsentMessageType() { return new UnsentMessageType(); } /** * Create an instance of {@link UnsentMessageTypeProperty } * */ public UnsentMessageTypeProperty createUnsentMessageTypeProperty() { return new UnsentMessageTypeProperty(); } /** * Create an instance of {@link PollStatus } * */ public PollStatus createPollStatus() { return new PollStatus(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy