cz.nic.xml.epp.contact_1.ObjectFactory Maven / Gradle / Ivy
Show all versions of fred-client Show documentation
//
// 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.contact_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.contact_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/contact-1.6", "check");
private final static QName _Create_QNAME = new QName("http://www.nic.cz/xml/epp/contact-1.6", "create");
private final static QName _Delete_QNAME = new QName("http://www.nic.cz/xml/epp/contact-1.6", "delete");
private final static QName _Info_QNAME = new QName("http://www.nic.cz/xml/epp/contact-1.6", "info");
private final static QName _Transfer_QNAME = new QName("http://www.nic.cz/xml/epp/contact-1.6", "transfer");
private final static QName _Update_QNAME = new QName("http://www.nic.cz/xml/epp/contact-1.6", "update");
private final static QName _List_QNAME = new QName("http://www.nic.cz/xml/epp/contact-1.6", "list");
private final static QName _SendAuthInfo_QNAME = new QName("http://www.nic.cz/xml/epp/contact-1.6", "sendAuthInfo");
private final static QName _ChkData_QNAME = new QName("http://www.nic.cz/xml/epp/contact-1.6", "chkData");
private final static QName _CreData_QNAME = new QName("http://www.nic.cz/xml/epp/contact-1.6", "creData");
private final static QName _InfData_QNAME = new QName("http://www.nic.cz/xml/epp/contact-1.6", "infData");
private final static QName _ListData_QNAME = new QName("http://www.nic.cz/xml/epp/contact-1.6", "listData");
private final static QName _TrnData_QNAME = new QName("http://www.nic.cz/xml/epp/contact-1.6", "trnData");
private final static QName _IdleDelData_QNAME = new QName("http://www.nic.cz/xml/epp/contact-1.6", "idleDelData");
private final static QName _UpdateData_QNAME = new QName("http://www.nic.cz/xml/epp/contact-1.6", "updateData");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: cz.nic.xml.epp.contact_1
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link MIDType }
*
*/
public MIDType createMIDType() {
return new MIDType();
}
/**
* Create an instance of {@link CreateType }
*
*/
public CreateType createCreateType() {
return new CreateType();
}
/**
* Create an instance of {@link SIDType }
*
*/
public SIDType createSIDType() {
return new SIDType();
}
/**
* Create an instance of {@link InfoType }
*
*/
public InfoType createInfoType() {
return new InfoType();
}
/**
* 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 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 UpdateDataT }
*
*/
public UpdateDataT createUpdateDataT() {
return new UpdateDataT();
}
/**
* Create an instance of {@link PostalInfoType }
*
*/
public PostalInfoType createPostalInfoType() {
return new PostalInfoType();
}
/**
* Create an instance of {@link AddrType }
*
*/
public AddrType createAddrType() {
return new AddrType();
}
/**
* Create an instance of {@link PostalInfoReadType }
*
*/
public PostalInfoReadType createPostalInfoReadType() {
return new PostalInfoReadType();
}
/**
* Create an instance of {@link AddrReadType }
*
*/
public AddrReadType createAddrReadType() {
return new AddrReadType();
}
/**
* Create an instance of {@link DiscloseType }
*
*/
public DiscloseType createDiscloseType() {
return new DiscloseType();
}
/**
* Create an instance of {@link InfupdDiscloseType }
*
*/
public InfupdDiscloseType createInfupdDiscloseType() {
return new InfupdDiscloseType();
}
/**
* Create an instance of {@link IdentT }
*
*/
public IdentT createIdentT() {
return new IdentT();
}
/**
* Create an instance of {@link ChgType }
*
*/
public ChgType createChgType() {
return new ChgType();
}
/**
* Create an instance of {@link ChgPostalInfoType }
*
*/
public ChgPostalInfoType createChgPostalInfoType() {
return new ChgPostalInfoType();
}
/**
* Create an instance of {@link IdentUpdT }
*
*/
public IdentUpdT createIdentUpdT() {
return new IdentUpdT();
}
/**
* Create an instance of {@link CheckType }
*
*/
public CheckType createCheckType() {
return new CheckType();
}
/**
* Create an instance of {@link CheckIDType }
*
*/
public CheckIDType createCheckIDType() {
return new CheckIDType();
}
/**
* Create an instance of {@link StatusType }
*
*/
public StatusType createStatusType() {
return new StatusType();
}
/**
* 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 MIDType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link MIDType }{@code >}
*/
@XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/contact-1.6", name = "check")
public JAXBElement createCheck(MIDType value) {
return new JAXBElement(_Check_QNAME, MIDType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link CreateType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link CreateType }{@code >}
*/
@XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/contact-1.6", name = "create")
public JAXBElement createCreate(CreateType value) {
return new JAXBElement(_Create_QNAME, CreateType.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/contact-1.6", name = "delete")
public JAXBElement createDelete(SIDType value) {
return new JAXBElement(_Delete_QNAME, SIDType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link InfoType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link InfoType }{@code >}
*/
@XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/contact-1.6", name = "info")
public JAXBElement createInfo(InfoType value) {
return new JAXBElement(_Info_QNAME, InfoType.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/contact-1.6", 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/contact-1.6", 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/contact-1.6", name = "list")
public JAXBElement