public class ObjectFactory
extends java.lang.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: net.opengis.citygml.waterbody.v_1_0
|
| Modifier and Type | Method and Description |
|---|---|
BoundedByWaterSurfacePropertyType |
createBoundedByWaterSurfacePropertyType()
Create an instance of
BoundedByWaterSurfacePropertyType |
javax.xml.bind.JAXBElement<java.lang.Object> |
createGenericApplicationPropertyOfWaterBody(java.lang.Object value)
Create an instance of
JAXBElement<Object>} |
javax.xml.bind.JAXBElement<java.lang.Object> |
createGenericApplicationPropertyOfWaterBoundarySurface(java.lang.Object value)
Create an instance of
JAXBElement<Object>} |
javax.xml.bind.JAXBElement<java.lang.Object> |
createGenericApplicationPropertyOfWaterClosureSurface(java.lang.Object value)
Create an instance of
JAXBElement<Object>} |
javax.xml.bind.JAXBElement<java.lang.Object> |
createGenericApplicationPropertyOfWaterGroundSurface(java.lang.Object value)
Create an instance of
JAXBElement<Object>} |
javax.xml.bind.JAXBElement<java.lang.Object> |
createGenericApplicationPropertyOfWaterObject(java.lang.Object value)
Create an instance of
JAXBElement<Object>} |
javax.xml.bind.JAXBElement<java.lang.Object> |
createGenericApplicationPropertyOfWaterSurface(java.lang.Object value)
Create an instance of
JAXBElement<Object>} |
javax.xml.bind.JAXBElement<WaterBodyType> |
createWaterBody(WaterBodyType value)
|
WaterBodyType |
createWaterBodyType()
Create an instance of
WaterBodyType |
javax.xml.bind.JAXBElement<AbstractWaterBoundarySurfaceType> |
createWaterBoundarySurface(AbstractWaterBoundarySurfaceType value)
|
javax.xml.bind.JAXBElement<WaterClosureSurfaceType> |
createWaterClosureSurface(WaterClosureSurfaceType value)
|
WaterClosureSurfaceType |
createWaterClosureSurfaceType()
Create an instance of
WaterClosureSurfaceType |
javax.xml.bind.JAXBElement<WaterGroundSurfaceType> |
createWaterGroundSurface(WaterGroundSurfaceType value)
|
WaterGroundSurfaceType |
createWaterGroundSurfaceType()
Create an instance of
WaterGroundSurfaceType |
javax.xml.bind.JAXBElement<AbstractWaterObjectType> |
createWaterObject(AbstractWaterObjectType value)
|
javax.xml.bind.JAXBElement<WaterSurfaceType> |
createWaterSurface(WaterSurfaceType value)
|
WaterSurfaceType |
createWaterSurfaceType()
Create an instance of
WaterSurfaceType |
public ObjectFactory()
public WaterBodyType createWaterBodyType()
WaterBodyTypepublic WaterSurfaceType createWaterSurfaceType()
WaterSurfaceTypepublic WaterGroundSurfaceType createWaterGroundSurfaceType()
WaterGroundSurfaceTypepublic WaterClosureSurfaceType createWaterClosureSurfaceType()
WaterClosureSurfaceTypepublic BoundedByWaterSurfacePropertyType createBoundedByWaterSurfacePropertyType()
BoundedByWaterSurfacePropertyTypepublic javax.xml.bind.JAXBElement<AbstractWaterObjectType> createWaterObject(AbstractWaterObjectType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfWaterObject(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<WaterBodyType> createWaterBody(WaterBodyType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfWaterBody(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<AbstractWaterBoundarySurfaceType> createWaterBoundarySurface(AbstractWaterBoundarySurfaceType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfWaterBoundarySurface(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<WaterSurfaceType> createWaterSurface(WaterSurfaceType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfWaterSurface(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<WaterGroundSurfaceType> createWaterGroundSurface(WaterGroundSurfaceType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfWaterGroundSurface(java.lang.Object value)
JAXBElement<Object>}public javax.xml.bind.JAXBElement<WaterClosureSurfaceType> createWaterClosureSurface(WaterClosureSurfaceType value)
public javax.xml.bind.JAXBElement<java.lang.Object> createGenericApplicationPropertyOfWaterClosureSurface(java.lang.Object value)
JAXBElement<Object>}Copyright © 2008-2021. All Rights Reserved.