Package google.registry.xjc.launch
Class ObjectFactory
java.lang.Object
google.registry.xjc.launch.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the google.registry.xjc.launch 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.launch -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofXjcLaunchCdNameType
Create an instance ofXjcLaunchCdType
Create an instance ofXjcLaunchCheck
Create an instance ofXjcLaunchChkData
Create an instance ofXjcLaunchClaimKeyType
Create an instance ofXjcLaunchCodeMarkType
Create an instance ofXjcLaunchCodeType
Create an instance ofXjcLaunchCreate
Create an instance ofXjcLaunchCreateNoticeType
Create an instance ofXjcLaunchCreData
Create an instance ofXjcLaunchDelete
Create an instance ofXjcLaunchIdContainerType
Create an instance ofXjcLaunchInfData
Create an instance ofXjcLaunchInfo
Create an instance ofXjcLaunchNoticeIDType
Create an instance ofXjcLaunchPhaseType
Create an instance ofXjcLaunchStatusType
Create an instance ofXjcLaunchUpdate
-
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.launch
-
-
Method Details
-
createXjcLaunchCreateNoticeType
Create an instance ofXjcLaunchCreateNoticeType
- Returns:
- the new instance of
XjcLaunchCreateNoticeType
-
createXjcLaunchCheck
Create an instance ofXjcLaunchCheck
- Returns:
- the new instance of
XjcLaunchCheck
-
createXjcLaunchPhaseType
Create an instance ofXjcLaunchPhaseType
- Returns:
- the new instance of
XjcLaunchPhaseType
-
createXjcLaunchInfo
Create an instance ofXjcLaunchInfo
- Returns:
- the new instance of
XjcLaunchInfo
-
createXjcLaunchCreate
Create an instance ofXjcLaunchCreate
- Returns:
- the new instance of
XjcLaunchCreate
-
createXjcLaunchCodeMarkType
Create an instance ofXjcLaunchCodeMarkType
- Returns:
- the new instance of
XjcLaunchCodeMarkType
-
createXjcLaunchIdContainerType
Create an instance ofXjcLaunchIdContainerType
- Returns:
- the new instance of
XjcLaunchIdContainerType
-
createXjcLaunchChkData
Create an instance ofXjcLaunchChkData
- Returns:
- the new instance of
XjcLaunchChkData
-
createXjcLaunchCdType
Create an instance ofXjcLaunchCdType
- Returns:
- the new instance of
XjcLaunchCdType
-
createXjcLaunchInfData
Create an instance ofXjcLaunchInfData
- Returns:
- the new instance of
XjcLaunchInfData
-
createXjcLaunchStatusType
Create an instance ofXjcLaunchStatusType
- Returns:
- the new instance of
XjcLaunchStatusType
-
createXjcLaunchCodeType
Create an instance ofXjcLaunchCodeType
- Returns:
- the new instance of
XjcLaunchCodeType
-
createXjcLaunchNoticeIDType
Create an instance ofXjcLaunchNoticeIDType
- Returns:
- the new instance of
XjcLaunchNoticeIDType
-
createXjcLaunchCdNameType
Create an instance ofXjcLaunchCdNameType
- Returns:
- the new instance of
XjcLaunchCdNameType
-
createXjcLaunchClaimKeyType
Create an instance ofXjcLaunchClaimKeyType
- Returns:
- the new instance of
XjcLaunchClaimKeyType
-
createXjcLaunchUpdate
Create an instance ofXjcLaunchUpdate
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
XjcLaunchUpdate
-
createXjcLaunchDelete
Create an instance ofXjcLaunchDelete
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
XjcLaunchDelete
-
createXjcLaunchCreData
Create an instance ofXjcLaunchCreData
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
XjcLaunchCreData
-