Package google.registry.xjc.fee06
Class ObjectFactory
- java.lang.Object
-
- google.registry.xjc.fee06.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.fee06 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.fee06
-
Method Summary
-
-
-
Method Detail
-
createXjcFee06Check
public XjcFee06Check createXjcFee06Check()
Create an instance ofXjcFee06Check
-
createXjcFee06DomainCheckType
public XjcFee06DomainCheckType createXjcFee06DomainCheckType()
Create an instance ofXjcFee06DomainCheckType
-
createXjcFee06ChkData
public XjcFee06ChkData createXjcFee06ChkData()
Create an instance ofXjcFee06ChkData
-
createXjcFee06DomainCDType
public XjcFee06DomainCDType createXjcFee06DomainCDType()
Create an instance ofXjcFee06DomainCDType
-
createXjcFee06Info
public XjcFee06Info createXjcFee06Info()
Create an instance ofXjcFee06Info
-
createXjcFee06CommandType
public XjcFee06CommandType createXjcFee06CommandType()
Create an instance ofXjcFee06CommandType
-
createXjcFee06InfData
public XjcFee06InfData createXjcFee06InfData()
Create an instance ofXjcFee06InfData
-
createXjcFee06FeeType
public XjcFee06FeeType createXjcFee06FeeType()
Create an instance ofXjcFee06FeeType
-
createXjcFee06TransformCommandType
public XjcFee06TransformCommandType createXjcFee06TransformCommandType()
Create an instance ofXjcFee06TransformCommandType
-
createXjcFee06TransformResultType
public XjcFee06TransformResultType createXjcFee06TransformResultType()
Create an instance ofXjcFee06TransformResultType
-
createXjcFee06TrnData
public XjcFee06TrnData createXjcFee06TrnData()
Create an instance ofXjcFee06TrnData
-
createXjcFee06DelData
public XjcFee06DelData createXjcFee06DelData()
Create an instance ofXjcFee06DelData
-
createXjcFee06CreditType
public XjcFee06CreditType createXjcFee06CreditType()
Create an instance ofXjcFee06CreditType
-
createXjcFee06Create
public XjcFee06Create createXjcFee06Create(XjcFee06TransformCommandType value)
Create an instance ofXjcFee06Create
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
XjcFee06Create
-
createXjcFee06CreData
public XjcFee06CreData createXjcFee06CreData(XjcFee06TransformResultType value)
Create an instance ofXjcFee06CreData
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
XjcFee06CreData
-
createXjcFee06Renew
public XjcFee06Renew createXjcFee06Renew(XjcFee06TransformCommandType value)
Create an instance ofXjcFee06Renew
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
XjcFee06Renew
-
createXjcFee06RenData
public XjcFee06RenData createXjcFee06RenData(XjcFee06TransformResultType value)
Create an instance ofXjcFee06RenData
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
XjcFee06RenData
-
createXjcFee06Transfer
public XjcFee06Transfer createXjcFee06Transfer(XjcFee06TransformCommandType value)
Create an instance ofXjcFee06Transfer
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
XjcFee06Transfer
-
createXjcFee06Update
public XjcFee06Update createXjcFee06Update(XjcFee06TransformCommandType value)
Create an instance ofXjcFee06Update
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
XjcFee06Update
-
createXjcFee06UpdData
public XjcFee06UpdData createXjcFee06UpdData(XjcFee06TransformResultType value)
Create an instance ofXjcFee06UpdData
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
XjcFee06UpdData
-
-