Class ObjectFactory
- java.lang.Object
-
- net.opengis.citygml.waterbody.v_2_0.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the net.opengis.citygml.waterbody.v_2_0 package.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 Summary
Constructors Constructor 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_2_0
-
Method Summary
-
-
-
Method Detail
-
createWaterBodyType
public WaterBodyType createWaterBodyType()
Create an instance ofWaterBodyType
-
createWaterSurfaceType
public WaterSurfaceType createWaterSurfaceType()
Create an instance ofWaterSurfaceType
-
createWaterGroundSurfaceType
public WaterGroundSurfaceType createWaterGroundSurfaceType()
Create an instance ofWaterGroundSurfaceType
-
createWaterClosureSurfaceType
public WaterClosureSurfaceType createWaterClosureSurfaceType()
Create an instance ofWaterClosureSurfaceType
-
createBoundedByWaterSurfacePropertyType
public BoundedByWaterSurfacePropertyType createBoundedByWaterSurfacePropertyType()
Create an instance ofBoundedByWaterSurfacePropertyType
-
createWaterObject
public jakarta.xml.bind.JAXBElement<AbstractWaterObjectType> createWaterObject(AbstractWaterObjectType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AbstractWaterObjectType>
-
createGenericApplicationPropertyOfWaterObject
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfWaterObject(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createWaterBody
public jakarta.xml.bind.JAXBElement<WaterBodyType> createWaterBody(WaterBodyType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<WaterBodyType>
-
createGenericApplicationPropertyOfWaterBody
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfWaterBody(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createWaterBoundarySurface
public jakarta.xml.bind.JAXBElement<AbstractWaterBoundarySurfaceType> createWaterBoundarySurface(AbstractWaterBoundarySurfaceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AbstractWaterBoundarySurfaceType>
-
createGenericApplicationPropertyOfWaterBoundarySurface
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfWaterBoundarySurface(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createWaterSurface
public jakarta.xml.bind.JAXBElement<WaterSurfaceType> createWaterSurface(WaterSurfaceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<WaterSurfaceType>
-
createGenericApplicationPropertyOfWaterSurface
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfWaterSurface(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createWaterGroundSurface
public jakarta.xml.bind.JAXBElement<WaterGroundSurfaceType> createWaterGroundSurface(WaterGroundSurfaceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<WaterGroundSurfaceType>
-
createGenericApplicationPropertyOfWaterGroundSurface
public jakarta.xml.bind.JAXBElement<Object> createGenericApplicationPropertyOfWaterGroundSurface(Object value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Object>
-
createWaterClosureSurface
public jakarta.xml.bind.JAXBElement<WaterClosureSurfaceType> createWaterClosureSurface(WaterClosureSurfaceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<WaterClosureSurfaceType>
-
-