cz.nic.xml.epp.fred_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.fred_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.fred_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 _Extcommand_QNAME = new QName("http://www.nic.cz/xml/epp/fred-1.5", "extcommand");
private final static QName _ResCreditInfo_QNAME = new QName("http://www.nic.cz/xml/epp/fred-1.5", "resCreditInfo");
private final static QName _InfoResponse_QNAME = new QName("http://www.nic.cz/xml/epp/fred-1.5", "infoResponse");
private final static QName _ResultsList_QNAME = new QName("http://www.nic.cz/xml/epp/fred-1.5", "resultsList");
private final static QName _LowCreditData_QNAME = new QName("http://www.nic.cz/xml/epp/fred-1.5", "lowCreditData");
private final static QName _RequestFeeInfoData_QNAME = new QName("http://www.nic.cz/xml/epp/fred-1.5", "requestFeeInfoData");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: cz.nic.xml.epp.fred_1
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link ExtcommandType }
*
*/
public ExtcommandType createExtcommandType() {
return new ExtcommandType();
}
/**
* Create an instance of {@link ResCreditType }
*
*/
public ResCreditType createResCreditType() {
return new ResCreditType();
}
/**
* Create an instance of {@link InfoResponseT }
*
*/
public InfoResponseT createInfoResponseT() {
return new InfoResponseT();
}
/**
* Create an instance of {@link ResultsListT }
*
*/
public ResultsListT createResultsListT() {
return new ResultsListT();
}
/**
* Create an instance of {@link LowCreditDataT }
*
*/
public LowCreditDataT createLowCreditDataT() {
return new LowCreditDataT();
}
/**
* Create an instance of {@link RequestFeeInfoDataT }
*
*/
public RequestFeeInfoDataT createRequestFeeInfoDataT() {
return new RequestFeeInfoDataT();
}
/**
* Create an instance of {@link DomainsByNssetT }
*
*/
public DomainsByNssetT createDomainsByNssetT() {
return new DomainsByNssetT();
}
/**
* Create an instance of {@link DomainsByContactT }
*
*/
public DomainsByContactT createDomainsByContactT() {
return new DomainsByContactT();
}
/**
* Create an instance of {@link NssetsByContactT }
*
*/
public NssetsByContactT createNssetsByContactT() {
return new NssetsByContactT();
}
/**
* Create an instance of {@link NssetsByNsT }
*
*/
public NssetsByNsT createNssetsByNsT() {
return new NssetsByNsT();
}
/**
* Create an instance of {@link ReadWriteType }
*
*/
public ReadWriteType createReadWriteType() {
return new ReadWriteType();
}
/**
* Create an instance of {@link CreditType }
*
*/
public CreditType createCreditType() {
return new CreditType();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ExtcommandType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link ExtcommandType }{@code >}
*/
@XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/fred-1.5", name = "extcommand")
public JAXBElement createExtcommand(ExtcommandType value) {
return new JAXBElement(_Extcommand_QNAME, ExtcommandType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ResCreditType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link ResCreditType }{@code >}
*/
@XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/fred-1.5", name = "resCreditInfo")
public JAXBElement createResCreditInfo(ResCreditType value) {
return new JAXBElement(_ResCreditInfo_QNAME, ResCreditType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link InfoResponseT }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link InfoResponseT }{@code >}
*/
@XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/fred-1.5", name = "infoResponse")
public JAXBElement createInfoResponse(InfoResponseT value) {
return new JAXBElement(_InfoResponse_QNAME, InfoResponseT.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ResultsListT }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link ResultsListT }{@code >}
*/
@XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/fred-1.5", name = "resultsList")
public JAXBElement createResultsList(ResultsListT value) {
return new JAXBElement(_ResultsList_QNAME, ResultsListT.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link LowCreditDataT }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link LowCreditDataT }{@code >}
*/
@XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/fred-1.5", name = "lowCreditData")
public JAXBElement createLowCreditData(LowCreditDataT value) {
return new JAXBElement(_LowCreditData_QNAME, LowCreditDataT.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link RequestFeeInfoDataT }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link RequestFeeInfoDataT }{@code >}
*/
@XmlElementDecl(namespace = "http://www.nic.cz/xml/epp/fred-1.5", name = "requestFeeInfoData")
public JAXBElement createRequestFeeInfoData(RequestFeeInfoDataT value) {
return new JAXBElement(_RequestFeeInfoData_QNAME, RequestFeeInfoDataT.class, null, value);
}
}