
io.fixprotocol._2016.fixinterfaces.ObjectFactory Maven / Gradle / Ivy
Show all versions of interfaces2016 Show documentation
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
// See https://javaee.github.io/jaxb-v2/
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2019.09.19 at 11:25:31 AM CDT
//
package io.fixprotocol._2016.fixinterfaces;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the io.fixprotocol._2016.fixinterfaces 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: io.fixprotocol._2016.fixinterfaces
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link InterfaceType }
*
*/
public InterfaceType createInterfaceType() {
return new InterfaceType();
}
/**
* Create an instance of {@link Interfaces }
*
*/
public Interfaces createInterfaces() {
return new Interfaces();
}
/**
* Create an instance of {@link Annotation }
*
*/
public Annotation createAnnotation() {
return new Annotation();
}
/**
* Create an instance of {@link Appinfo }
*
*/
public Appinfo createAppinfo() {
return new Appinfo();
}
/**
* Create an instance of {@link Documentation }
*
*/
public Documentation createDocumentation() {
return new Documentation();
}
/**
* Create an instance of {@link EncodingType }
*
*/
public EncodingType createEncodingType() {
return new EncodingType();
}
/**
* Create an instance of {@link IdentifierType }
*
*/
public IdentifierType createIdentifierType() {
return new IdentifierType();
}
/**
* Create an instance of {@link ProtocolType }
*
*/
public ProtocolType createProtocolType() {
return new ProtocolType();
}
/**
* Create an instance of {@link ServiceType }
*
*/
public ServiceType createServiceType() {
return new ServiceType();
}
/**
* Create an instance of {@link SessionProtocolType }
*
*/
public SessionProtocolType createSessionProtocolType() {
return new SessionProtocolType();
}
/**
* Create an instance of {@link SessionType }
*
*/
public SessionType createSessionType() {
return new SessionType();
}
/**
* Create an instance of {@link TransportProtocolType }
*
*/
public TransportProtocolType createTransportProtocolType() {
return new TransportProtocolType();
}
/**
* Create an instance of {@link UserIntefaceType }
*
*/
public UserIntefaceType createUserIntefaceType() {
return new UserIntefaceType();
}
/**
* Create an instance of {@link InterfaceType.Sessions }
*
*/
public InterfaceType.Sessions createInterfaceTypeSessions() {
return new InterfaceType.Sessions();
}
}