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

isa.names.specification.ubl.schema.xsd.ccv_commonbasiccomponents_1.ObjectFactory Maven / Gradle / Ivy

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


package isa.names.specification.ubl.schema.xsd.ccv_commonbasiccomponents_1;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.IDType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.TextType;
import oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2.TypeCodeType;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the isa.names.specification.ubl.schema.xsd.ccv_commonbasiccomponents_1 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 _Article_QNAME = new QName("urn:isa:names:specification:ubl:schema:xsd:CCV-CommonBasicComponents-1", "Article"); private final static QName _Code_QNAME = new QName("urn:isa:names:specification:ubl:schema:xsd:CCV-CommonBasicComponents-1", "Code"); private final static QName _ExpectedResponseType_QNAME = new QName("urn:isa:names:specification:ubl:schema:xsd:CCV-CommonBasicComponents-1", "ExpectedResponseType"); private final static QName _FulfillmentIndicator_QNAME = new QName("urn:isa:names:specification:ubl:schema:xsd:CCV-CommonBasicComponents-1", "FulfillmentIndicator"); private final static QName _FulfillmentIndicatorType_QNAME = new QName("urn:isa:names:specification:ubl:schema:xsd:CCV-CommonBasicComponents-1", "FulfillmentIndicatorType"); private final static QName _IdentifierReferenceID_QNAME = new QName("urn:isa:names:specification:ubl:schema:xsd:CCV-CommonBasicComponents-1", "IdentifierReferenceID"); private final static QName _Indicator_QNAME = new QName("urn:isa:names:specification:ubl:schema:xsd:CCV-CommonBasicComponents-1", "Indicator"); private final static QName _JurisdictionLevelCode_QNAME = new QName("urn:isa:names:specification:ubl:schema:xsd:CCV-CommonBasicComponents-1", "JurisdictionLevelCode"); private final static QName _Title_QNAME = new QName("urn:isa:names:specification:ubl:schema:xsd:CCV-CommonBasicComponents-1", "Title"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: isa.names.specification.ubl.schema.xsd.ccv_commonbasiccomponents_1 * */ public ObjectFactory() { } /** * Create an instance of {@link IndicatorType } * */ public IndicatorType createIndicatorType() { return new IndicatorType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link TextType }{@code >}} * */ @XmlElementDecl(namespace = "urn:isa:names:specification:ubl:schema:xsd:CCV-CommonBasicComponents-1", name = "Article") public JAXBElement createArticle(TextType value) { return new JAXBElement(_Article_QNAME, TextType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link TypeCodeType }{@code >}} * */ @XmlElementDecl(namespace = "urn:isa:names:specification:ubl:schema:xsd:CCV-CommonBasicComponents-1", name = "Code") public JAXBElement createCode(TypeCodeType value) { return new JAXBElement(_Code_QNAME, TypeCodeType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link TypeCodeType }{@code >}} * */ @XmlElementDecl(namespace = "urn:isa:names:specification:ubl:schema:xsd:CCV-CommonBasicComponents-1", name = "ExpectedResponseType") public JAXBElement createExpectedResponseType(TypeCodeType value) { return new JAXBElement(_ExpectedResponseType_QNAME, TypeCodeType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link IndicatorType }{@code >}} * */ @XmlElementDecl(namespace = "urn:isa:names:specification:ubl:schema:xsd:CCV-CommonBasicComponents-1", name = "FulfillmentIndicator") public JAXBElement createFulfillmentIndicator(IndicatorType value) { return new JAXBElement(_FulfillmentIndicator_QNAME, IndicatorType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link TypeCodeType }{@code >}} * */ @XmlElementDecl(namespace = "urn:isa:names:specification:ubl:schema:xsd:CCV-CommonBasicComponents-1", name = "FulfillmentIndicatorType") public JAXBElement createFulfillmentIndicatorType(TypeCodeType value) { return new JAXBElement(_FulfillmentIndicatorType_QNAME, TypeCodeType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link IDType }{@code >}} * */ @XmlElementDecl(namespace = "urn:isa:names:specification:ubl:schema:xsd:CCV-CommonBasicComponents-1", name = "IdentifierReferenceID") public JAXBElement createIdentifierReferenceID(IDType value) { return new JAXBElement(_IdentifierReferenceID_QNAME, IDType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link IndicatorType }{@code >}} * */ @XmlElementDecl(namespace = "urn:isa:names:specification:ubl:schema:xsd:CCV-CommonBasicComponents-1", name = "Indicator") public JAXBElement createIndicator(IndicatorType value) { return new JAXBElement(_Indicator_QNAME, IndicatorType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link TypeCodeType }{@code >}} * */ @XmlElementDecl(namespace = "urn:isa:names:specification:ubl:schema:xsd:CCV-CommonBasicComponents-1", name = "JurisdictionLevelCode") public JAXBElement createJurisdictionLevelCode(TypeCodeType value) { return new JAXBElement(_JurisdictionLevelCode_QNAME, TypeCodeType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link TextType }{@code >}} * */ @XmlElementDecl(namespace = "urn:isa:names:specification:ubl:schema:xsd:CCV-CommonBasicComponents-1", name = "Title") public JAXBElement createTitle(TextType value) { return new JAXBElement(_Title_QNAME, TextType.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy