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

info.kwarc.sally.comm.planetaryclient.ObjectFactory Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2014.06.11 at 02:06:00 PM CEST 
//


package info.kwarc.sally.comm.planetaryclient;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the info.kwarc.sally.comm.planetaryclient 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: info.kwarc.sally.comm.planetaryclient * */ public ObjectFactory() { } /** * Create an instance of {@link AutocompleteResponse } * */ public AutocompleteResponse createAutocompleteResponse() { return new AutocompleteResponse(); } /** * Create an instance of {@link GetDocumentMetaResponse } * */ public GetDocumentMetaResponse createGetDocumentMetaResponse() { return new GetDocumentMetaResponse(); } /** * Create an instance of {@link GetText } * */ public GetText createGetText() { return new GetText(); } /** * Create an instance of {@link AutocompleteResponse.Suggestion } * */ public AutocompleteResponse.Suggestion createAutocompleteResponseSuggestion() { return new AutocompleteResponse.Suggestion(); } /** * Create an instance of {@link GetDocumentMeta } * */ public GetDocumentMeta createGetDocumentMeta() { return new GetDocumentMeta(); } /** * Create an instance of {@link AutocompleteRequest } * */ public AutocompleteRequest createAutocompleteRequest() { return new AutocompleteRequest(); } /** * Create an instance of {@link NewService } * */ public NewService createNewService() { return new NewService(); } /** * Create an instance of {@link GetTextResponse } * */ public GetTextResponse createGetTextResponse() { return new GetTextResponse(); } /** * Create an instance of {@link RemoveService } * */ public RemoveService createRemoveService() { return new RemoveService(); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy