net.opengis.citygml.waterbody.v_1_0
Class ObjectFactory

java.lang.Object
  extended by net.opengis.citygml.waterbody.v_1_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_1_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
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
 
Method Summary
 BoundedByWaterSurfacePropertyType createBoundedByWaterSurfacePropertyType()
          Create an instance of BoundedByWaterSurfacePropertyType
 JAXBElement<Object> createGenericApplicationPropertyOfWaterBody(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfWaterBoundarySurface(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfWaterClosureSurface(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfWaterGroundSurface(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfWaterObject(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<Object> createGenericApplicationPropertyOfWaterSurface(Object value)
          Create an instance of JAXBElement<Object>}
 JAXBElement<WaterBodyType> createWaterBody(WaterBodyType value)
          Create an instance of JAXBElement<WaterBodyType>}
 WaterBodyType createWaterBodyType()
          Create an instance of WaterBodyType
 JAXBElement<AbstractWaterBoundarySurfaceType> createWaterBoundarySurface(AbstractWaterBoundarySurfaceType value)
          Create an instance of JAXBElement<AbstractWaterBoundarySurfaceType>}
 JAXBElement<WaterClosureSurfaceType> createWaterClosureSurface(WaterClosureSurfaceType value)
          Create an instance of JAXBElement<WaterClosureSurfaceType>}
 WaterClosureSurfaceType createWaterClosureSurfaceType()
          Create an instance of WaterClosureSurfaceType
 JAXBElement<WaterGroundSurfaceType> createWaterGroundSurface(WaterGroundSurfaceType value)
          Create an instance of JAXBElement<WaterGroundSurfaceType>}
 WaterGroundSurfaceType createWaterGroundSurfaceType()
          Create an instance of WaterGroundSurfaceType
 JAXBElement<AbstractWaterObjectType> createWaterObject(AbstractWaterObjectType value)
          Create an instance of JAXBElement<AbstractWaterObjectType>}
 JAXBElement<WaterSurfaceType> createWaterSurface(WaterSurfaceType value)
          Create an instance of JAXBElement<WaterSurfaceType>}
 WaterSurfaceType createWaterSurfaceType()
          Create an instance of WaterSurfaceType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public 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

Method Detail

createWaterBodyType

public WaterBodyType createWaterBodyType()
Create an instance of WaterBodyType


createWaterSurfaceType

public WaterSurfaceType createWaterSurfaceType()
Create an instance of WaterSurfaceType


createWaterGroundSurfaceType

public WaterGroundSurfaceType createWaterGroundSurfaceType()
Create an instance of WaterGroundSurfaceType


createWaterClosureSurfaceType

public WaterClosureSurfaceType createWaterClosureSurfaceType()
Create an instance of WaterClosureSurfaceType


createBoundedByWaterSurfacePropertyType

public BoundedByWaterSurfacePropertyType createBoundedByWaterSurfacePropertyType()
Create an instance of BoundedByWaterSurfacePropertyType


createWaterObject

public JAXBElement<AbstractWaterObjectType> createWaterObject(AbstractWaterObjectType value)
Create an instance of JAXBElement<AbstractWaterObjectType>}


createGenericApplicationPropertyOfWaterObject

public JAXBElement<Object> createGenericApplicationPropertyOfWaterObject(Object value)
Create an instance of JAXBElement<Object>}


createWaterBody

public JAXBElement<WaterBodyType> createWaterBody(WaterBodyType value)
Create an instance of JAXBElement<WaterBodyType>}


createGenericApplicationPropertyOfWaterBody

public JAXBElement<Object> createGenericApplicationPropertyOfWaterBody(Object value)
Create an instance of JAXBElement<Object>}


createWaterBoundarySurface

public JAXBElement<AbstractWaterBoundarySurfaceType> createWaterBoundarySurface(AbstractWaterBoundarySurfaceType value)
Create an instance of JAXBElement<AbstractWaterBoundarySurfaceType>}


createGenericApplicationPropertyOfWaterBoundarySurface

public JAXBElement<Object> createGenericApplicationPropertyOfWaterBoundarySurface(Object value)
Create an instance of JAXBElement<Object>}


createWaterSurface

public JAXBElement<WaterSurfaceType> createWaterSurface(WaterSurfaceType value)
Create an instance of JAXBElement<WaterSurfaceType>}


createGenericApplicationPropertyOfWaterSurface

public JAXBElement<Object> createGenericApplicationPropertyOfWaterSurface(Object value)
Create an instance of JAXBElement<Object>}


createWaterGroundSurface

public JAXBElement<WaterGroundSurfaceType> createWaterGroundSurface(WaterGroundSurfaceType value)
Create an instance of JAXBElement<WaterGroundSurfaceType>}


createGenericApplicationPropertyOfWaterGroundSurface

public JAXBElement<Object> createGenericApplicationPropertyOfWaterGroundSurface(Object value)
Create an instance of JAXBElement<Object>}


createWaterClosureSurface

public JAXBElement<WaterClosureSurfaceType> createWaterClosureSurface(WaterClosureSurfaceType value)
Create an instance of JAXBElement<WaterClosureSurfaceType>}


createGenericApplicationPropertyOfWaterClosureSurface

public JAXBElement<Object> createGenericApplicationPropertyOfWaterClosureSurface(Object value)
Create an instance of JAXBElement<Object>}



Copyright © 2008-2015. All Rights Reserved.