Package google.registry.xjc.rgp
Class ObjectFactory
java.lang.Object
google.registry.xjc.rgp.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the google.registry.xjc.rgp package.
An ObjectFactory allows you to programmatically 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
ConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: google.registry.xjc.rgp -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofXjcRgpInfData
Create an instance ofXjcRgpMixedType
Create an instance ofXjcRgpReportTextType
Create an instance ofXjcRgpReportType
Create an instance ofXjcRgpRespDataType
Create an instance ofXjcRgpRestoreType
Create an instance ofXjcRgpStatusType
Create an instance ofXjcRgpUpData
Create an instance ofXjcRgpUpdate
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: google.registry.xjc.rgp
-
-
Method Details
-
createXjcRgpUpdate
Create an instance ofXjcRgpUpdate
- Returns:
- the new instance of
XjcRgpUpdate
-
createXjcRgpRestoreType
Create an instance ofXjcRgpRestoreType
- Returns:
- the new instance of
XjcRgpRestoreType
-
createXjcRgpRespDataType
Create an instance ofXjcRgpRespDataType
- Returns:
- the new instance of
XjcRgpRespDataType
-
createXjcRgpReportType
Create an instance ofXjcRgpReportType
- Returns:
- the new instance of
XjcRgpReportType
-
createXjcRgpMixedType
Create an instance ofXjcRgpMixedType
- Returns:
- the new instance of
XjcRgpMixedType
-
createXjcRgpReportTextType
Create an instance ofXjcRgpReportTextType
- Returns:
- the new instance of
XjcRgpReportTextType
-
createXjcRgpStatusType
Create an instance ofXjcRgpStatusType
- Returns:
- the new instance of
XjcRgpStatusType
-
createXjcRgpInfData
Create an instance ofXjcRgpInfData
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
XjcRgpInfData
-
createXjcRgpUpData
Create an instance ofXjcRgpUpData
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
XjcRgpUpData
-