
eu.fispace.api.admin.ObjectFactory Maven / Gradle / Ivy
//
// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.7
// Visite http://java.sun.com/xml/jaxb
// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen.
// Generado el: 2016.05.31 a las 10:59:21 PM CEST
//
package eu.fispace.api.admin;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the eu.fispace.api.admin 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: eu.fispace.api.admin
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link AppAvailabilityRequest }
*
*/
public AppAvailabilityRequest createAppAvailabilityRequest() {
return new AppAvailabilityRequest();
}
/**
* Create an instance of {@link AppSetType }
*
*/
public AppSetType createAppSetType() {
return new AppSetType();
}
/**
* Create an instance of {@link AppAvailabilityResponse }
*
*/
public AppAvailabilityResponse createAppAvailabilityResponse() {
return new AppAvailabilityResponse();
}
/**
* Create an instance of {@link SynchronousResponseMessage }
*
*/
public SynchronousResponseMessage createSynchronousResponseMessage() {
return new SynchronousResponseMessage();
}
/**
* Create an instance of {@link AppRegistration }
*
*/
public AppRegistration createAppRegistration() {
return new AppRegistration();
}
/**
* Create an instance of {@link BCMConf }
*
*/
public BCMConf createBCMConf() {
return new BCMConf();
}
/**
* Create an instance of {@link Notification }
*
*/
public Notification createNotification() {
return new Notification();
}
/**
* Create an instance of {@link BCMConfType }
*
*/
public BCMConfType createBCMConfType() {
return new BCMConfType();
}
/**
* Create an instance of {@link Id }
*
*/
public Id createId() {
return new Id();
}
/**
* Create an instance of {@link AppType }
*
*/
public AppType createAppType() {
return new AppType();
}
/**
* Create an instance of {@link SynchResponseMessage }
*
*/
public SynchResponseMessage createSynchResponseMessage() {
return new SynchResponseMessage();
}
/**
* Create an instance of {@link NotificationInfo }
*
*/
public NotificationInfo createNotificationInfo() {
return new NotificationInfo();
}
}