// // Generated with ade-xjc - XML Schema binding compiler for CityGML ADEs, version 2.10.0 // ade-xjc is part of the citygml4j project, see https://github.com/citygml4j // Any modifications to this file will be lost upon recompilation of the source // Generated: Fri Nov 19 14:36:13 CET 2021 // package de.hft.stuttgart.quality.model.jaxb; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; /** *

Java-Klasse für AbstractGeometryErrorType complex type. * *

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

 * <complexType name="AbstractGeometryErrorType">
 *   <complexContent>
 *     <extension base="{https://transfer.hft-stuttgart.de/pages/citydoctor/qualityade/0.1.4}AbstractErrorType">
 *       <sequence>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "AbstractGeometryErrorType") @XmlSeeAlso({ AbstractPolygonErrorType.class, AbstractRingErrorType.class, AbstractSolidErrorType.class }) public abstract class AbstractGeometryErrorType extends AbstractErrorType { }