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.contact_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 ListDataType createListDataType()
ListDataTypepublic HandleDateT createHandleDateT()
HandleDateTpublic IdleDelDataT createIdleDelDataT()
IdleDelDataTpublic UpdateDataT createUpdateDataT()
UpdateDataTpublic PostalInfoType createPostalInfoType()
PostalInfoTypepublic PostalInfoReadType createPostalInfoReadType()
PostalInfoReadTypepublic AddrReadType createAddrReadType()
AddrReadTypepublic DiscloseType createDiscloseType()
DiscloseTypepublic InfupdDiscloseType createInfupdDiscloseType()
InfupdDiscloseTypepublic ChgPostalInfoType createChgPostalInfoType()
ChgPostalInfoTypepublic CheckIDType createCheckIDType()
CheckIDTypepublic StatusType createStatusType()
StatusTypepublic javax.xml.bind.JAXBElement<MIDType> createCheck(MIDType value)
value - Java instance representing xml element's value.JAXBElement<MIDType>public javax.xml.bind.JAXBElement<CreateType> createCreate(CreateType value)
value - Java instance representing xml element's value.JAXBElement<CreateType>public javax.xml.bind.JAXBElement<SIDType> createDelete(SIDType value)
value - Java instance representing xml element's value.JAXBElement<SIDType>public javax.xml.bind.JAXBElement<InfoType> createInfo(InfoType value)
value - Java instance representing xml element's value.JAXBElement<InfoType>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<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<IdleDelDataT> createIdleDelData(IdleDelDataT value)
value - Java instance representing xml element's value.JAXBElement<IdleDelDataT>public javax.xml.bind.JAXBElement<UpdateDataT> createUpdateData(UpdateDataT value)
value - Java instance representing xml element's value.JAXBElement<UpdateDataT>Copyright © 2023. All rights reserved.