java.lang.Object
com.genologics.ri.protocolconfiguration.ObjectFactory
Factory class for creating instances of JAXB content classes defined in the
com.genologics.ri.protocolconfiguration 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.protocolconfiguration -
Method Summary
Modifier and TypeMethodDescriptionCreates a new Protocol instance.createProtocol(Protocol value) Creates a JAXBElement for a Protocol.Creates a new ProtocolLink instance.Creates a new ProtocolProperty instance.Creates a new Protocols instance.createProtocols(Protocols value) Creates a JAXBElement for Protocols.
-
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.protocolconfiguration
-
-
Method Details
-
createProtocols
Creates a new Protocols instance.- Returns:
- A new Protocols object.
-
createProtocolProperty
Creates a new ProtocolProperty instance.- Returns:
- A new ProtocolProperty object.
-
createProtocolLink
Creates a new ProtocolLink instance.- Returns:
- A new ProtocolLink object.
-
createProtocol
Creates a new Protocol instance.- Returns:
- A new Protocol object.
-
createProtocol
Creates a JAXBElement for a Protocol.- Parameters:
value- The Protocol value to wrap.- Returns:
- A JAXBElement containing the Protocol.
-
createProtocols
Creates a JAXBElement for Protocols.- Parameters:
value- The Protocols value to wrap.- Returns:
- A JAXBElement containing the Protocols.
-