Package google.registry.xjc.mark
Class ObjectFactory
java.lang.Object
google.registry.xjc.mark.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the google.registry.xjc.mark 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.mark -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofXjcMarkAbstractMark
Create an instance ofXjcMarkAbstractMarkType
Create an instance ofXjcMarkAddrType
Create an instance ofXjcMarkContactType
Create an instance ofXjcMarkCourtType
Create an instance ofXjcMarkE164Type
Create an instance ofXjcMarkHolderType
createXjcMarkMark
(XjcMarkMarkType value) Create an instance ofXjcMarkMark
Create an instance ofXjcMarkMarkType
Create an instance ofXjcMarkProtectionType
Create an instance ofXjcMarkTrademarkType
Create an instance ofXjcMarkTreatyOrStatuteType
-
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.mark
-
-
Method Details
-
createXjcMarkAbstractMarkType
Create an instance ofXjcMarkAbstractMarkType
- Returns:
- the new instance of
XjcMarkAbstractMarkType
-
createXjcMarkMarkType
Create an instance ofXjcMarkMarkType
- Returns:
- the new instance of
XjcMarkMarkType
-
createXjcMarkHolderType
Create an instance ofXjcMarkHolderType
- Returns:
- the new instance of
XjcMarkHolderType
-
createXjcMarkContactType
Create an instance ofXjcMarkContactType
- Returns:
- the new instance of
XjcMarkContactType
-
createXjcMarkTrademarkType
Create an instance ofXjcMarkTrademarkType
- Returns:
- the new instance of
XjcMarkTrademarkType
-
createXjcMarkTreatyOrStatuteType
Create an instance ofXjcMarkTreatyOrStatuteType
- Returns:
- the new instance of
XjcMarkTreatyOrStatuteType
-
createXjcMarkCourtType
Create an instance ofXjcMarkCourtType
- Returns:
- the new instance of
XjcMarkCourtType
-
createXjcMarkAddrType
Create an instance ofXjcMarkAddrType
- Returns:
- the new instance of
XjcMarkAddrType
-
createXjcMarkProtectionType
Create an instance ofXjcMarkProtectionType
- Returns:
- the new instance of
XjcMarkProtectionType
-
createXjcMarkE164Type
Create an instance ofXjcMarkE164Type
- Returns:
- the new instance of
XjcMarkE164Type
-
createXjcMarkAbstractMark
Create an instance ofXjcMarkAbstractMark
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
XjcMarkAbstractMark
-
createXjcMarkMark
Create an instance ofXjcMarkMark
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
XjcMarkMark
-