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.extra_addr_1
|
| Modifier and Type | Method and Description |
|---|---|
AddrListType |
createAddrListType()
Create an instance of
AddrListType |
AddrType |
createAddrType()
Create an instance of
AddrType |
AddrType.Addr |
createAddrTypeAddr()
Create an instance of
AddrType.Addr |
javax.xml.bind.JAXBElement<AddrListType> |
createCreate(AddrListType value)
|
javax.xml.bind.JAXBElement<AddrListType> |
createInfData(AddrListType value)
|
RemType |
createRemType()
Create an instance of
RemType |
javax.xml.bind.JAXBElement<UpdateType> |
createUpdate(UpdateType value)
|
UpdateType |
createUpdateType()
Create an instance of
UpdateType |
public ObjectFactory()
public AddrListType createAddrListType()
AddrListTypepublic UpdateType createUpdateType()
UpdateTypepublic AddrType.Addr createAddrTypeAddr()
AddrType.Addrpublic javax.xml.bind.JAXBElement<AddrListType> createCreate(AddrListType value)
value - Java instance representing xml element's value.JAXBElement<AddrListType>public javax.xml.bind.JAXBElement<UpdateType> createUpdate(UpdateType value)
value - Java instance representing xml element's value.JAXBElement<UpdateType>public javax.xml.bind.JAXBElement<AddrListType> createInfData(AddrListType value)
value - Java instance representing xml element's value.JAXBElement<AddrListType>Copyright © 2022. All rights reserved.