java.lang.Object
com.genologics.ri.globaltoken.ObjectFactory
Factory class for creating instances of JAXB content classes defined in the
com.genologics.ri.globaltoken package.
This class is required by JAXB (Java Architecture for XML Binding) and provides factory methods for instantiating JAXB-managed classes and elements within this package. Each factory method constructs new instances of schema-derived classes that represent XML content structures.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.genologics.ri.globaltoken -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofGlobalToken.createGlobalToken(GlobalToken value) Create an instance ofGlobalTokenLink.Create an instance ofGlobalTokens.createGlobalTokens(GlobalTokens value)
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.genologics.ri.globaltoken
-
-
Method Details
-
createGlobalToken
Create an instance ofGlobalToken.- Returns:
- A new GlobalToken instance.
-
createGlobalTokens
Create an instance ofGlobalTokens.- Returns:
- A new GlobalTokens instance.
-
createGlobalTokenLink
Create an instance ofGlobalTokenLink.- Returns:
- A new GlobalTokenLink instance.
-
createGlobalToken
- Parameters:
value- Java instance representing xml element's value.- Returns:
- The new instance of
JAXBElement<GlobalToken>.
-
createGlobalTokens
- Parameters:
value- Java instance representing xml element's value.- Returns:
- The new instance of
JAXBElement<GlobalTokens>.
-