net.datastream.schemas.mp_entities.documentassociation_001.ObjectFactory Maven / Gradle / Ivy
Show all versions of eam-wshub-proxyclient Show documentation
package net.datastream.schemas.mp_entities.documentassociation_001;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the net.datastream.schemas.mp_entities.documentassociation_001 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 {
private final static QName _DOCUMENTINFO_QNAME = new QName("http://schemas.datastream.net/MP_entities/DocumentAssociation_001", "DOCUMENTINFO");
private final static QName _DocumentAssociation_QNAME = new QName("http://schemas.datastream.net/MP_entities/DocumentAssociation_001", "DocumentAssociation");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.datastream.schemas.mp_entities.documentassociation_001
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link DocumentAssociation_Type }
*
*/
public DocumentAssociation_Type createDocumentAssociation_Type() {
return new DocumentAssociation_Type();
}
/**
* Create an instance of {@link DOCUMENTINFO_Type }
*
*/
public DOCUMENTINFO_Type createDOCUMENTINFO_Type() {
return new DOCUMENTINFO_Type();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link DOCUMENTINFO_Type }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://schemas.datastream.net/MP_entities/DocumentAssociation_001", name = "DOCUMENTINFO")
public JAXBElement createDOCUMENTINFO(DOCUMENTINFO_Type value) {
return new JAXBElement(_DOCUMENTINFO_QNAME, DOCUMENTINFO_Type.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link DocumentAssociation_Type }{@code >}}
*
*/
@XmlElementDecl(namespace = "http://schemas.datastream.net/MP_entities/DocumentAssociation_001", name = "DocumentAssociation")
public JAXBElement createDocumentAssociation(DocumentAssociation_Type value) {
return new JAXBElement(_DocumentAssociation_QNAME, DocumentAssociation_Type.class, null, value);
}
}