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.nsset_1
|
| Modifier and Type | Method and Description |
|---|---|
AddType |
createAddType()
Create an instance of
AddType |
javax.xml.bind.JAXBElement<CrType> |
createCreate(CrType value)
|
javax.xml.bind.JAXBElement<CreDataType> |
createCreData(CreDataType value)
|
CreDataType |
createCreDataType()
Create an instance of
CreDataType |
CrType |
createCrType()
Create an instance of
CrType |
javax.xml.bind.JAXBElement<SIDType> |
createDelete(SIDType value)
|
HandleDateT |
createHandleDateT()
Create an instance of
HandleDateT |
javax.xml.bind.JAXBElement<MNameType> |
createCheck(MNameType value)
|
CheckNameType |
createCheckNameType()
Create an instance of
CheckNameType |
CheckType |
createCheckType()
Create an instance of
CheckType |
ChgType |
createChgType()
Create an instance of
ChgType |
javax.xml.bind.JAXBElement<ChkDataType> |
createChkData(ChkDataType value)
|
ChkDataType |
createChkDataType()
Create an instance of
ChkDataType |
javax.xml.bind.JAXBElement<IdleDelDataT> |
createIdleDelData(IdleDelDataT value)
|
IdleDelDataT |
createIdleDelDataT()
Create an instance of
IdleDelDataT |
javax.xml.bind.JAXBElement<InfDataType> |
createInfData(InfDataType value)
|
InfDataType |
createInfDataType()
Create an instance of
InfDataType |
javax.xml.bind.JAXBElement<SIDType> |
createInfo(SIDType value)
|
javax.xml.bind.JAXBElement<java.lang.Object> |
createList(java.lang.Object value)
Create an instance of
JAXBElement<Object>} |
javax.xml.bind.JAXBElement<ListDataType> |
createListData(ListDataType value)
|
ListDataType |
createListDataType()
Create an instance of
ListDataType |
MNameType |
createMNameType()
Create an instance of
MNameType |
NewData |
createNewData()
Create an instance of
NewData |
NsT |
createNsT()
Create an instance of
NsT |
OldData |
createOldData()
Create an instance of
OldData |
RemType |
createRemType()
Create an instance of
RemType |
ResultType |
createResultType()
Create an instance of
ResultType |
javax.xml.bind.JAXBElement<SendAuthInfoType> |
createSendAuthInfo(SendAuthInfoType value)
|
SendAuthInfoType |
createSendAuthInfoType()
Create an instance of
SendAuthInfoType |
SIDType |
createSIDType()
Create an instance of
SIDType |
StatusType |
createStatusType()
Create an instance of
StatusType |
javax.xml.bind.JAXBElement<TestType> |
createTest(TestType value)
|
javax.xml.bind.JAXBElement<TestDataT> |
createTestData(TestDataT value)
|
TestDataT |
createTestDataT()
Create an instance of
TestDataT |
TestType |
createTestType()
Create an instance of
TestType |
javax.xml.bind.JAXBElement<TransferType> |
createTransfer(TransferType value)
|
TransferType |
createTransferType()
Create an instance of
TransferType |
javax.xml.bind.JAXBElement<HandleDateT> |
createTrnData(HandleDateT value)
|
javax.xml.bind.JAXBElement<UpdateType> |
createUpdate(UpdateType value)
|
javax.xml.bind.JAXBElement<UpdateDataT> |
createUpdateData(UpdateDataT value)
|
UpdateDataT |
createUpdateDataT()
Create an instance of
UpdateDataT |
UpdateType |
createUpdateType()
Create an instance of
UpdateType |
public ObjectFactory()
public 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 CheckNameType createCheckNameType()
CheckNameTypepublic StatusType createStatusType()
StatusTypepublic ResultType createResultType()
ResultTypepublic 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.