![JAR search and dependency download from the Maven repository](/logo.png)
org.iru.rts.tvqr.ObjectFactory Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017.05.31 at 01:52:56 PM CEST
//
package org.iru.rts.tvqr;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the org.iru.rts.tvqr 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: org.iru.rts.tvqr
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link VoucherRegistrationResponseBodyType }
*
*/
public VoucherRegistrationResponseBodyType createVoucherRegistrationResponseBodyType() {
return new VoucherRegistrationResponseBodyType();
}
/**
* Create an instance of {@link VoucherQueryResponseBodyType }
*
*/
public VoucherQueryResponseBodyType createVoucherQueryResponseBodyType() {
return new VoucherQueryResponseBodyType();
}
/**
* Create an instance of {@link VoucherQueryBodyType }
*
*/
public VoucherQueryBodyType createVoucherQueryBodyType() {
return new VoucherQueryBodyType();
}
/**
* Create an instance of {@link VoucherQueryResponse }
*
*/
public VoucherQueryResponse createVoucherQueryResponse() {
return new VoucherQueryResponse();
}
/**
* Create an instance of {@link VoucherRegistrationBodyType }
*
*/
public VoucherRegistrationBodyType createVoucherRegistrationBodyType() {
return new VoucherRegistrationBodyType();
}
/**
* Create an instance of {@link VoucherRegistration }
*
*/
public VoucherRegistration createVoucherRegistration() {
return new VoucherRegistration();
}
/**
* Create an instance of {@link EnvelopeType }
*
*/
public EnvelopeType createEnvelopeType() {
return new EnvelopeType();
}
/**
* Create an instance of {@link VoucherRegistrationResponse }
*
*/
public VoucherRegistrationResponse createVoucherRegistrationResponse() {
return new VoucherRegistrationResponse();
}
/**
* Create an instance of {@link VoucherQuery }
*
*/
public VoucherQuery createVoucherQuery() {
return new VoucherQuery();
}
}