public class ObjectFactory
extends java.lang.Object
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.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: cz.nic.xml.epp.domain_1
|
public ObjectFactory()
public CreateType createCreateType()
CreateTypepublic TransferType createTransferType()
TransferTypepublic UpdateType createUpdateType()
UpdateTypepublic SendAuthInfoType createSendAuthInfoType()
SendAuthInfoTypepublic ChkDataType createChkDataType()
ChkDataTypepublic CreDataType createCreDataType()
CreDataTypepublic InfDataType createInfDataType()
InfDataTypepublic RenDataType createRenDataType()
RenDataTypepublic ListDataType createListDataType()
ListDataTypepublic HandleDateT createHandleDateT()
HandleDateTpublic ImpendingExpDataT createImpendingExpDataT()
ImpendingExpDataTpublic DnsOutageDataT createDnsOutageDataT()
DnsOutageDataTpublic UpdateDataT createUpdateDataT()
UpdateDataTpublic PeriodType createPeriodType()
PeriodTypepublic CheckNameType createCheckNameType()
CheckNameTypepublic StatusType createStatusType()
StatusTypepublic javax.xml.bind.JAXBElement<MNameType> createCheck(MNameType value)
value - Java instance representing xml element's value.JAXBElement<MNameType>public javax.xml.bind.JAXBElement<CreateType> createCreate(CreateType value)
value - Java instance representing xml element's value.JAXBElement<CreateType>public javax.xml.bind.JAXBElement<SNameType> createDelete(SNameType value)
value - Java instance representing xml element's value.JAXBElement<SNameType>public javax.xml.bind.JAXBElement<InfoType> createInfo(InfoType value)
value - Java instance representing xml element's value.JAXBElement<InfoType>public javax.xml.bind.JAXBElement<RenewType> createRenew(RenewType value)
value - Java instance representing xml element's value.JAXBElement<RenewType>public javax.xml.bind.JAXBElement<TransferType> createTransfer(TransferType value)
value - Java instance representing xml element's value.JAXBElement<TransferType>public javax.xml.bind.JAXBElement<UpdateType> createUpdate(UpdateType value)
value - Java instance representing xml element's value.JAXBElement<UpdateType>public javax.xml.bind.JAXBElement<java.lang.Object> createList(java.lang.Object value)
JAXBElement<Object>value - Java instance representing xml element's value.JAXBElement<Object>public javax.xml.bind.JAXBElement<SendAuthInfoType> createSendAuthInfo(SendAuthInfoType value)
value - Java instance representing xml element's value.JAXBElement<SendAuthInfoType>public javax.xml.bind.JAXBElement<ChkDataType> createChkData(ChkDataType value)
value - Java instance representing xml element's value.JAXBElement<ChkDataType>public javax.xml.bind.JAXBElement<CreDataType> createCreData(CreDataType value)
value - Java instance representing xml element's value.JAXBElement<CreDataType>public javax.xml.bind.JAXBElement<InfDataType> createInfData(InfDataType value)
value - Java instance representing xml element's value.JAXBElement<InfDataType>public javax.xml.bind.JAXBElement<RenDataType> createRenData(RenDataType value)
value - Java instance representing xml element's value.JAXBElement<RenDataType>public javax.xml.bind.JAXBElement<ListDataType> createListData(ListDataType value)
value - Java instance representing xml element's value.JAXBElement<ListDataType>public javax.xml.bind.JAXBElement<HandleDateT> createTrnData(HandleDateT value)
value - Java instance representing xml element's value.JAXBElement<HandleDateT>public javax.xml.bind.JAXBElement<ImpendingExpDataT> createImpendingExpData(ImpendingExpDataT value)
value - Java instance representing xml element's value.JAXBElement<ImpendingExpDataT>public javax.xml.bind.JAXBElement<ExpDataT> createExpData(ExpDataT value)
value - Java instance representing xml element's value.JAXBElement<ExpDataT>public javax.xml.bind.JAXBElement<DnsOutageDataT> createDnsOutageData(DnsOutageDataT value)
value - Java instance representing xml element's value.JAXBElement<DnsOutageDataT>public javax.xml.bind.JAXBElement<DelDataT> createDelData(DelDataT value)
value - Java instance representing xml element's value.JAXBElement<DelDataT>public javax.xml.bind.JAXBElement<UpdateDataT> createUpdateData(UpdateDataT value)
value - Java instance representing xml element's value.JAXBElement<UpdateDataT>Copyright © 2022. All rights reserved.