Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
//
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.2 generiert
// Siehe https://javaee.github.io/jaxb-v2/
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2019.02.03 um 11:14:53 PM CET
//
package net.opengis.citygml.waterbody._2;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the net.opengis.citygml.waterbody._2 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.
*
*/
@XmlRegistry
public class ObjectFactory {
private final static QName __WaterObject_QNAME = new QName("http://www.opengis.net/citygml/waterbody/2.0", "_WaterObject");
private final static QName __GenericApplicationPropertyOfWaterObject_QNAME = new QName("http://www.opengis.net/citygml/waterbody/2.0", "_GenericApplicationPropertyOfWaterObject");
private final static QName _WaterBody_QNAME = new QName("http://www.opengis.net/citygml/waterbody/2.0", "WaterBody");
private final static QName __GenericApplicationPropertyOfWaterBody_QNAME = new QName("http://www.opengis.net/citygml/waterbody/2.0", "_GenericApplicationPropertyOfWaterBody");
private final static QName __WaterBoundarySurface_QNAME = new QName("http://www.opengis.net/citygml/waterbody/2.0", "_WaterBoundarySurface");
private final static QName __GenericApplicationPropertyOfWaterBoundarySurface_QNAME = new QName("http://www.opengis.net/citygml/waterbody/2.0", "_GenericApplicationPropertyOfWaterBoundarySurface");
private final static QName _WaterSurface_QNAME = new QName("http://www.opengis.net/citygml/waterbody/2.0", "WaterSurface");
private final static QName __GenericApplicationPropertyOfWaterSurface_QNAME = new QName("http://www.opengis.net/citygml/waterbody/2.0", "_GenericApplicationPropertyOfWaterSurface");
private final static QName _WaterGroundSurface_QNAME = new QName("http://www.opengis.net/citygml/waterbody/2.0", "WaterGroundSurface");
private final static QName __GenericApplicationPropertyOfWaterGroundSurface_QNAME = new QName("http://www.opengis.net/citygml/waterbody/2.0", "_GenericApplicationPropertyOfWaterGroundSurface");
private final static QName _WaterClosureSurface_QNAME = new QName("http://www.opengis.net/citygml/waterbody/2.0", "WaterClosureSurface");
private final static QName __GenericApplicationPropertyOfWaterClosureSurface_QNAME = new QName("http://www.opengis.net/citygml/waterbody/2.0", "_GenericApplicationPropertyOfWaterClosureSurface");
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.opengis.citygml.waterbody._2
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link WaterBodyType }
*
*/
public WaterBodyType createWaterBodyType() {
return new WaterBodyType();
}
/**
* Create an instance of {@link WaterSurfaceType }
*
*/
public WaterSurfaceType createWaterSurfaceType() {
return new WaterSurfaceType();
}
/**
* Create an instance of {@link WaterGroundSurfaceType }
*
*/
public WaterGroundSurfaceType createWaterGroundSurfaceType() {
return new WaterGroundSurfaceType();
}
/**
* Create an instance of {@link WaterClosureSurfaceType }
*
*/
public WaterClosureSurfaceType createWaterClosureSurfaceType() {
return new WaterClosureSurfaceType();
}
/**
* Create an instance of {@link BoundedByWaterSurfacePropertyType }
*
*/
public BoundedByWaterSurfacePropertyType createBoundedByWaterSurfacePropertyType() {
return new BoundedByWaterSurfacePropertyType();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link AbstractWaterObjectType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link AbstractWaterObjectType }{@code >}
*/
@XmlElementDecl(namespace = "http://www.opengis.net/citygml/waterbody/2.0", name = "_WaterObject", substitutionHeadNamespace = "http://www.opengis.net/citygml/2.0", substitutionHeadName = "_CityObject")
public JAXBElement create_WaterObject(AbstractWaterObjectType value) {
return new JAXBElement(__WaterObject_QNAME, AbstractWaterObjectType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link Object }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link Object }{@code >}
*/
@XmlElementDecl(namespace = "http://www.opengis.net/citygml/waterbody/2.0", name = "_GenericApplicationPropertyOfWaterObject")
public JAXBElement