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<InfoType> |
createInfo(InfoType value)
|
InfoType |
createInfoType()
Create an instance of
InfoType |
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<MNameType> createCheck(MNameType value)
value - Java instance representing xml element's value.JAXBElement<MNameType>public javax.xml.bind.JAXBElement<CrType> createCreate(CrType value)
value - Java instance representing xml element's value.JAXBElement<CrType>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<TestType> createTest(TestType value)
value - Java instance representing xml element's value.JAXBElement<TestType>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<TestDataT> createTestData(TestDataT value)
value - Java instance representing xml element's value.JAXBElement<TestDataT>public javax.xml.bind.JAXBElement<UpdateDataT> createUpdateData(UpdateDataT value)
value - Java instance representing xml element's value.JAXBElement<UpdateDataT>Copyright © 2023. All rights reserved.