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<CreateType> createCreate(CreateType value)
public javax.xml.bind.JAXBElement<TransferType> createTransfer(TransferType value)
public javax.xml.bind.JAXBElement<UpdateType> createUpdate(UpdateType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createList(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<SendAuthInfoType> createSendAuthInfo(SendAuthInfoType value)
public javax.xml.bind.JAXBElement<ChkDataType> createChkData(ChkDataType value)
public javax.xml.bind.JAXBElement<CreDataType> createCreData(CreDataType value)
public javax.xml.bind.JAXBElement<InfDataType> createInfData(InfDataType value)
public javax.xml.bind.JAXBElement<ListDataType> createListData(ListDataType value)
public javax.xml.bind.JAXBElement<HandleDateT> createTrnData(HandleDateT value)
public javax.xml.bind.JAXBElement<IdleDelDataT> createIdleDelData(IdleDelDataT value)
public javax.xml.bind.JAXBElement<UpdateDataT> createUpdateData(UpdateDataT value)
Copyright © 2020. All rights reserved.