java.lang.Object
com.genologics.ri.property.ObjectFactory
Factory class for creating instances of JAXB content classes defined in the
com.genologics.ri.property 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.property -
Method Summary
Modifier and TypeMethodDescriptionCreates a new Properties instance.createProperties(Properties value) Creates a JAXBElement for Properties.Creates a new PropertyLink instance.
-
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.property
-
-
Method Details
-
createPropertyLink
Creates a new PropertyLink instance.- Returns:
- A new PropertyLink object.
-
createProperties
Creates a new Properties instance.- Returns:
- A new Properties object.
-
createProperties
Creates a JAXBElement for Properties.- Parameters:
value- The Properties value to wrap.- Returns:
- A JAXBElement containing the Properties.
-