java.lang.Object
com.genologics.ri.savedquery.ObjectFactory
Factory class for creating instances of JAXB content classes defined in the
com.genologics.ri.savedquery 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.savedquery -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofSavedQueries.createSavedQueries(SavedQueries value) Create an instance ofSavedQuery.createSavedQuery(SavedQuery value) Create an instance ofSavedQueryLink.
-
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.savedquery
-
-
Method Details
-
createSavedQuery
Create an instance ofSavedQuery.- Returns:
- The new instance of
SavedQuery.
-
createSavedQueries
Create an instance ofSavedQueries.- Returns:
- The new instance of
SavedQueries.
-
createSavedQueryLink
Create an instance ofSavedQueryLink.- Returns:
- The new instance of
SavedQueryLink.
-
createSavedQuery
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SavedQuery>
-
createSavedQueries
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SavedQueries>
-