public class ObjectFactory extends Object
An ObjectFactory allows you to programatically 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 and Description | 
|---|
| ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: environmental.configJaxb | 
| Modifier and Type | Method and Description | 
|---|---|
| ConstantsDataSource | createConstantsDataSource()Create an instance of  ConstantsDataSource | 
| ConstantSet | createConstantSet()Create an instance of  ConstantSet | 
| DataSource | createDataSource()Create an instance of  DataSource | 
| Density | createDensity()Create an instance of  Density | 
| EnvironmentalConfiguration | createEnvironmentalConfiguration()Create an instance of  EnvironmentalConfiguration | 
| Pressure | createPressure()Create an instance of  Pressure | 
| Salinity | createSalinity()Create an instance of  Salinity | 
| SeaState | createSeaState()Create an instance of  SeaState | 
| Temperature | createTemperature()Create an instance of  Temperature | 
| Velocity | createVelocity()Create an instance of  Velocity | 
| Velocity2D | createVelocity2D()Create an instance of  Velocity2D | 
| Velocity3D | createVelocity3D()Create an instance of  Velocity3D | 
public ObjectFactory()
public EnvironmentalConfiguration createEnvironmentalConfiguration()
EnvironmentalConfigurationpublic DataSource createDataSource()
DataSourcepublic ConstantsDataSource createConstantsDataSource()
ConstantsDataSourcepublic ConstantSet createConstantSet()
ConstantSetpublic Velocity2D createVelocity2D()
Velocity2Dpublic Velocity3D createVelocity3D()
Velocity3Dpublic Temperature createTemperature()
Temperature