Package google.registry.xjc.host
Class ObjectFactory
- java.lang.Object
-
- google.registry.xjc.host.ObjectFactory
-
public class ObjectFactory extends java.lang.Object
This object contains factory methods for each Java content interface and Java element interface generated in the google.registry.xjc.host package. <p>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 Summary
Constructors Constructor Description ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: google.registry.xjc.host
-
Method Summary
-
-
-
Method Detail
-
createXjcHostCheck
public XjcHostCheck createXjcHostCheck()
Create an instance ofXjcHostCheck
-
createXjcHostCreate
public XjcHostCreate createXjcHostCreate()
Create an instance ofXjcHostCreate
-
createXjcHostAddrType
public XjcHostAddrType createXjcHostAddrType()
Create an instance ofXjcHostAddrType
-
createXjcHostSNameType
public XjcHostSNameType createXjcHostSNameType()
Create an instance ofXjcHostSNameType
-
createXjcHostUpdate
public XjcHostUpdate createXjcHostUpdate()
Create an instance ofXjcHostUpdate
-
createXjcHostAddRemType
public XjcHostAddRemType createXjcHostAddRemType()
Create an instance ofXjcHostAddRemType
-
createXjcHostChgType
public XjcHostChgType createXjcHostChgType()
Create an instance ofXjcHostChgType
-
createXjcHostChkData
public XjcHostChkData createXjcHostChkData()
Create an instance ofXjcHostChkData
-
createXjcHostCheckType
public XjcHostCheckType createXjcHostCheckType()
Create an instance ofXjcHostCheckType
-
createXjcHostCreData
public XjcHostCreData createXjcHostCreData()
Create an instance ofXjcHostCreData
-
createXjcHostInfData
public XjcHostInfData createXjcHostInfData()
Create an instance ofXjcHostInfData
-
createXjcHostStatusType
public XjcHostStatusType createXjcHostStatusType()
Create an instance ofXjcHostStatusType
-
createXjcHostPanData
public XjcHostPanData createXjcHostPanData()
Create an instance ofXjcHostPanData
-
createXjcHostPaNameType
public XjcHostPaNameType createXjcHostPaNameType()
Create an instance ofXjcHostPaNameType
-
createXjcHostCheckNameType
public XjcHostCheckNameType createXjcHostCheckNameType()
Create an instance ofXjcHostCheckNameType
-
createXjcHostDelete
public XjcHostDelete createXjcHostDelete(XjcHostSNameType value)
Create an instance ofXjcHostDelete
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
XjcHostDelete
-
createXjcHostInfo
public XjcHostInfo createXjcHostInfo(XjcHostSNameType value)
Create an instance ofXjcHostInfo
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
XjcHostInfo
-
-