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

cz.nic.xml.epp.nsset_1.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 2.50
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.2 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2021.12.21 at 12:01:05 PM CET 
//


package cz.nic.xml.epp.nsset_1;

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 cz.nic.xml.epp.nsset_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 _Check_QNAME = new QName("http://www.nic.cz/xml/epp/nsset-1.2", "check"); private final static QName _Create_QNAME = new QName("http://www.nic.cz/xml/epp/nsset-1.2", "create"); private final static QName _Delete_QNAME = new QName("http://www.nic.cz/xml/epp/nsset-1.2", "delete"); private final static QName _Info_QNAME = new QName("http://www.nic.cz/xml/epp/nsset-1.2", "info"); private final static QName _Transfer_QNAME = new QName("http://www.nic.cz/xml/epp/nsset-1.2", "transfer"); private final static QName _Update_QNAME = new QName("http://www.nic.cz/xml/epp/nsset-1.2", "update"); private final static QName _List_QNAME = new QName("http://www.nic.cz/xml/epp/nsset-1.2", "list"); private final static QName _SendAuthInfo_QNAME = new QName("http://www.nic.cz/xml/epp/nsset-1.2", "sendAuthInfo"); private final static QName _Test_QNAME = new QName("http://www.nic.cz/xml/epp/nsset-1.2", "test"); private final static QName _ChkData_QNAME = new QName("http://www.nic.cz/xml/epp/nsset-1.2", "chkData"); private final static QName _CreData_QNAME = new QName("http://www.nic.cz/xml/epp/nsset-1.2", "creData"); private final static QName _InfData_QNAME = new QName("http://www.nic.cz/xml/epp/nsset-1.2", "infData"); private final static QName _ListData_QNAME = new QName("http://www.nic.cz/xml/epp/nsset-1.2", "listData"); private final static QName _TrnData_QNAME = new QName("http://www.nic.cz/xml/epp/nsset-1.2", "trnData"); private final static QName _IdleDelData_QNAME = new QName("http://www.nic.cz/xml/epp/nsset-1.2", "idleDelData"); private final static QName _TestData_QNAME = new QName("http://www.nic.cz/xml/epp/nsset-1.2", "testData"); private final static QName _UpdateData_QNAME = new QName("http://www.nic.cz/xml/epp/nsset-1.2", "updateData"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: cz.nic.xml.epp.nsset_1 * */ public ObjectFactory() { } /** * Create an instance of {@link MNameType } * */ public MNameType createMNameType() { return new MNameType(); } /** * Create an instance of {@link CrType } * */ public CrType createCrType() { return new CrType(); } /** * Create an instance of {@link SIDType } * */ public SIDType createSIDType() { return new SIDType(); } /** * Create an instance of {@link TransferType } * */ public TransferType createTransferType() { return new TransferType(); } /** * Create an instance of {@link UpdateType } * */ public UpdateType createUpdateType() { return new UpdateType(); } /** * Create an instance of {@link SendAuthInfoType } * */ public SendAuthInfoType createSendAuthInfoType() { return new SendAuthInfoType(); } /** * Create an instance of {@link TestType } * */ public TestType createTestType() { return new TestType(); } /** * Create an instance of {@link ChkDataType } * */ public ChkDataType createChkDataType() { return new ChkDataType(); } /** * Create an instance of {@link CreDataType } * */ public CreDataType createCreDataType() { return new CreDataType(); } /** * Create an instance of {@link InfDataType } * */ public InfDataType createInfDataType() { return new InfDataType(); } /** * Create an instance of {@link ListDataType } * */ public ListDataType createListDataType() { return new ListDataType(); } /** * Create an instance of {@link HandleDateT } * */ public HandleDateT createHandleDateT() { return new HandleDateT(); } /** * Create an instance of {@link IdleDelDataT } * */ public IdleDelDataT createIdleDelDataT() { return new IdleDelDataT(); } /** * Create an instance of {@link TestDataT } * */ public TestDataT createTestDataT() { return new TestDataT(); } /** * Create an instance of {@link UpdateDataT } * */ public UpdateDataT createUpdateDataT() { return new UpdateDataT(); } /** * Create an instance of {@link NsT } * */ public NsT createNsT() { return new NsT(); } /** * Create an instance of {@link AddType } * */ public AddType createAddType() { return new AddType(); } /** * Create an instance of {@link RemType } * */ public RemType createRemType() { return new RemType(); } /** * Create an instance of {@link ChgType } * */ public ChgType createChgType() { return new ChgType(); } /** * Create an instance of {@link CheckType } * */ public CheckType createCheckType() { return new CheckType(); } /** * Create an instance of {@link CheckNameType } * */ public CheckNameType createCheckNameType() { return new CheckNameType(); } /** * Create an instance of {@link StatusType } * */ public StatusType createStatusType() { return new StatusType(); } /** * Create an instance of {@link ResultType } * */ public ResultType createResultType() { return new ResultType(); } /** * Create an instance of {@link OldData } * */ public OldData createOldData() { return new OldData(); } /** * Create an instance of {@link NewData } * */ public NewData createNewData() { return new NewData(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link MNameType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link MNameType }{@code >} */ @XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/nsset-1.2", name = "check") public JAXBElement createCheck(MNameType value) { return new JAXBElement(_Check_QNAME, MNameType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CrType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link CrType }{@code >} */ @XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/nsset-1.2", name = "create") public JAXBElement createCreate(CrType value) { return new JAXBElement(_Create_QNAME, CrType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SIDType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SIDType }{@code >} */ @XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/nsset-1.2", name = "delete") public JAXBElement createDelete(SIDType value) { return new JAXBElement(_Delete_QNAME, SIDType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SIDType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SIDType }{@code >} */ @XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/nsset-1.2", name = "info") public JAXBElement createInfo(SIDType value) { return new JAXBElement(_Info_QNAME, SIDType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link TransferType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link TransferType }{@code >} */ @XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/nsset-1.2", name = "transfer") public JAXBElement createTransfer(TransferType value) { return new JAXBElement(_Transfer_QNAME, TransferType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link UpdateType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link UpdateType }{@code >} */ @XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/nsset-1.2", name = "update") public JAXBElement createUpdate(UpdateType value) { return new JAXBElement(_Update_QNAME, UpdateType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Object }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link Object }{@code >} */ @XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/nsset-1.2", name = "list") public JAXBElement createList(Object value) { return new JAXBElement(_List_QNAME, Object.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link SendAuthInfoType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link SendAuthInfoType }{@code >} */ @XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/nsset-1.2", name = "sendAuthInfo") public JAXBElement createSendAuthInfo(SendAuthInfoType value) { return new JAXBElement(_SendAuthInfo_QNAME, SendAuthInfoType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link TestType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link TestType }{@code >} */ @XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/nsset-1.2", name = "test") public JAXBElement createTest(TestType value) { return new JAXBElement(_Test_QNAME, TestType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ChkDataType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link ChkDataType }{@code >} */ @XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/nsset-1.2", name = "chkData") public JAXBElement createChkData(ChkDataType value) { return new JAXBElement(_ChkData_QNAME, ChkDataType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link CreDataType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link CreDataType }{@code >} */ @XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/nsset-1.2", name = "creData") public JAXBElement createCreData(CreDataType value) { return new JAXBElement(_CreData_QNAME, CreDataType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link InfDataType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link InfDataType }{@code >} */ @XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/nsset-1.2", name = "infData") public JAXBElement createInfData(InfDataType value) { return new JAXBElement(_InfData_QNAME, InfDataType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ListDataType }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link ListDataType }{@code >} */ @XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/nsset-1.2", name = "listData") public JAXBElement createListData(ListDataType value) { return new JAXBElement(_ListData_QNAME, ListDataType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link HandleDateT }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link HandleDateT }{@code >} */ @XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/nsset-1.2", name = "trnData") public JAXBElement createTrnData(HandleDateT value) { return new JAXBElement(_TrnData_QNAME, HandleDateT.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link IdleDelDataT }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link IdleDelDataT }{@code >} */ @XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/nsset-1.2", name = "idleDelData") public JAXBElement createIdleDelData(IdleDelDataT value) { return new JAXBElement(_IdleDelData_QNAME, IdleDelDataT.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link TestDataT }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link TestDataT }{@code >} */ @XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/nsset-1.2", name = "testData") public JAXBElement createTestData(TestDataT value) { return new JAXBElement(_TestData_QNAME, TestDataT.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link UpdateDataT }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link UpdateDataT }{@code >} */ @XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/nsset-1.2", name = "updateData") public JAXBElement createUpdateData(UpdateDataT value) { return new JAXBElement(_UpdateData_QNAME, UpdateDataT.class, null, value); } }