Package google.registry.xjc.rde
Class ObjectFactory
java.lang.Object
google.registry.xjc.rde.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the google.registry.xjc.rde 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.rde -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofXjcRdeContent
Create an instance ofXjcRdeContentsType
Create an instance ofXjcRdeContentType
Create an instance ofXjcRdeDelete
Create an instance ofXjcRdeDeletesType
Create an instance ofXjcRdeDeleteType
Create an instance ofXjcRdeDeposit
Create an instance ofXjcRdeMenuType
Create an instance ofXjcRdeRrType
-
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.rde
-
-
Method Details
-
createXjcRdeContentType
Create an instance ofXjcRdeContentType
- Returns:
- the new instance of
XjcRdeContentType
-
createXjcRdeDeleteType
Create an instance ofXjcRdeDeleteType
- Returns:
- the new instance of
XjcRdeDeleteType
-
createXjcRdeDeposit
Create an instance ofXjcRdeDeposit
- Returns:
- the new instance of
XjcRdeDeposit
-
createXjcRdeMenuType
Create an instance ofXjcRdeMenuType
- Returns:
- the new instance of
XjcRdeMenuType
-
createXjcRdeDeletesType
Create an instance ofXjcRdeDeletesType
- Returns:
- the new instance of
XjcRdeDeletesType
-
createXjcRdeContentsType
Create an instance ofXjcRdeContentsType
- Returns:
- the new instance of
XjcRdeContentsType
-
createXjcRdeRrType
Create an instance ofXjcRdeRrType
- Returns:
- the new instance of
XjcRdeRrType
-
createXjcRdeContent
Create an instance ofXjcRdeContent
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
XjcRdeContent
-
createXjcRdeDelete
Create an instance ofXjcRdeDelete
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
XjcRdeDelete
-