AbstractErrorPropertyType.java 6.63 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
//
// 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.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlType;


/**
 * <p>Java-Klasse für AbstractErrorPropertyType complex type.
 * 
 * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
 * 
 * <pre>
 * &lt;complexType name="AbstractErrorPropertyType"&gt;
 *   &lt;complexContent&gt;
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
 *       &lt;sequence&gt;
 *         &lt;element ref="{https://transfer.hft-stuttgart.de/pages/citydoctor/qualityade/0.1.4}AbstractError"/&gt;
 *       &lt;/sequence&gt;
 *     &lt;/restriction&gt;
 *   &lt;/complexContent&gt;
 * &lt;/complexType&gt;
 * </pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AbstractErrorPropertyType", propOrder = {
    "abstractError"
})
public class AbstractErrorPropertyType {

    @XmlElementRef(name = "AbstractError", namespace = "https://transfer.hft-stuttgart.de/pages/citydoctor/qualityade/0.1.4", type = JAXBElement.class)
    protected JAXBElement<? extends AbstractErrorType> abstractError;

    /**
     * Ruft den Wert der abstractError-Eigenschaft ab.
     * 
     * @return
     *     possible object is
     *     {@link JAXBElement }{@code <}{@link RingConsecutivePointsSameType }{@code >}
     *     {@link JAXBElement }{@code <}{@link RingNotClosedType }{@code >}
     *     {@link JAXBElement }{@code <}{@link RingTooFewPointsType }{@code >}
     *     {@link JAXBElement }{@code <}{@link RingSelfIntersectionType }{@code >}
     *     {@link JAXBElement }{@code <}{@link AbstractRingErrorType }{@code >}
     *     {@link JAXBElement }{@code <}{@link PolygonNonPlanarDistancePlaneType }{@code >}
     *     {@link JAXBElement }{@code <}{@link PolygonNonPlanarNormalsDeviationType }{@code >}
     *     {@link JAXBElement }{@code <}{@link PolygonInnerRingsNestedType }{@code >}
     *     {@link JAXBElement }{@code <}{@link PolygonIntersectingRingsType }{@code >}
     *     {@link JAXBElement }{@code <}{@link PolygonHoleOutsideType }{@code >}
     *     {@link JAXBElement }{@code <}{@link PolygonOrientationRingsSameType }{@code >}
     *     {@link JAXBElement }{@code <}{@link PolygonInteriorDisconnectedType }{@code >}
     *     {@link JAXBElement }{@code <}{@link AbstractPolygonErrorType }{@code >}
     *     {@link JAXBElement }{@code <}{@link SolidAllPolygonsWrongOrientationType }{@code >}
     *     {@link JAXBElement }{@code <}{@link SolidNonManifoldVertexType }{@code >}
     *     {@link JAXBElement }{@code <}{@link SolidMultipleConnectedComponentsType }{@code >}
     *     {@link JAXBElement }{@code <}{@link SolidPolygonWrongOrientationType }{@code >}
     *     {@link JAXBElement }{@code <}{@link SolidTooFewPolygonsType }{@code >}
     *     {@link JAXBElement }{@code <}{@link SolidNonManifoldEdgeType }{@code >}
     *     {@link JAXBElement }{@code <}{@link SolidSelfIntersectionType }{@code >}
     *     {@link JAXBElement }{@code <}{@link SolidNotClosedType }{@code >}
     *     {@link JAXBElement }{@code <}{@link AbstractSolidErrorType }{@code >}
     *     {@link JAXBElement }{@code <}{@link AbstractGeometryErrorType }{@code >}
     *     {@link JAXBElement }{@code <}{@link SemanticAttributeMissingType }{@code >}
     *     {@link JAXBElement }{@code <}{@link SemanticAttributeWrongValueType }{@code >}
     *     {@link JAXBElement }{@code <}{@link AbstractSemanticErrorType }{@code >}
     *     {@link JAXBElement }{@code <}{@link AbstractErrorType }{@code >}
     *     
     */
    public JAXBElement<? extends AbstractErrorType> getAbstractError() {
        return abstractError;
    }

    /**
     * Legt den Wert der abstractError-Eigenschaft fest.
     * 
     * @param value
     *     allowed object is
     *     {@link JAXBElement }{@code <}{@link RingConsecutivePointsSameType }{@code >}
     *     {@link JAXBElement }{@code <}{@link RingNotClosedType }{@code >}
     *     {@link JAXBElement }{@code <}{@link RingTooFewPointsType }{@code >}
     *     {@link JAXBElement }{@code <}{@link RingSelfIntersectionType }{@code >}
     *     {@link JAXBElement }{@code <}{@link AbstractRingErrorType }{@code >}
     *     {@link JAXBElement }{@code <}{@link PolygonNonPlanarDistancePlaneType }{@code >}
     *     {@link JAXBElement }{@code <}{@link PolygonNonPlanarNormalsDeviationType }{@code >}
     *     {@link JAXBElement }{@code <}{@link PolygonInnerRingsNestedType }{@code >}
     *     {@link JAXBElement }{@code <}{@link PolygonIntersectingRingsType }{@code >}
     *     {@link JAXBElement }{@code <}{@link PolygonHoleOutsideType }{@code >}
     *     {@link JAXBElement }{@code <}{@link PolygonOrientationRingsSameType }{@code >}
     *     {@link JAXBElement }{@code <}{@link PolygonInteriorDisconnectedType }{@code >}
     *     {@link JAXBElement }{@code <}{@link AbstractPolygonErrorType }{@code >}
     *     {@link JAXBElement }{@code <}{@link SolidAllPolygonsWrongOrientationType }{@code >}
     *     {@link JAXBElement }{@code <}{@link SolidNonManifoldVertexType }{@code >}
     *     {@link JAXBElement }{@code <}{@link SolidMultipleConnectedComponentsType }{@code >}
     *     {@link JAXBElement }{@code <}{@link SolidPolygonWrongOrientationType }{@code >}
     *     {@link JAXBElement }{@code <}{@link SolidTooFewPolygonsType }{@code >}
     *     {@link JAXBElement }{@code <}{@link SolidNonManifoldEdgeType }{@code >}
     *     {@link JAXBElement }{@code <}{@link SolidSelfIntersectionType }{@code >}
     *     {@link JAXBElement }{@code <}{@link SolidNotClosedType }{@code >}
     *     {@link JAXBElement }{@code <}{@link AbstractSolidErrorType }{@code >}
     *     {@link JAXBElement }{@code <}{@link AbstractGeometryErrorType }{@code >}
     *     {@link JAXBElement }{@code <}{@link SemanticAttributeMissingType }{@code >}
     *     {@link JAXBElement }{@code <}{@link SemanticAttributeWrongValueType }{@code >}
     *     {@link JAXBElement }{@code <}{@link AbstractSemanticErrorType }{@code >}
     *     {@link JAXBElement }{@code <}{@link AbstractErrorType }{@code >}
     *     
     */
    public void setAbstractError(JAXBElement<? extends AbstractErrorType> value) {
        this.abstractError = value;
    }

    public boolean isSetAbstractError() {
        return (this.abstractError!= null);
    }

}