//
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 generiert
// Siehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2016.08.10 um 09:13:50 PM CEST
//
package net.opengis.gml;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlList;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import net.opengis.citygml.appearance._2.AppearanceType;
import net.opengis.citygml.bridge._2.AbstractBridgeType;
import net.opengis.citygml.bridge._2.BridgeConstructionElementType;
import net.opengis.citygml.bridge._2.BridgeFurnitureType;
import net.opengis.citygml.bridge._2.BridgeInstallationType;
import net.opengis.citygml.bridge._2.BridgePartType;
import net.opengis.citygml.bridge._2.BridgeRoomType;
import net.opengis.citygml.bridge._2.BridgeType;
import net.opengis.citygml.bridge._2.IntBridgeInstallationType;
import net.opengis.citygml.tunnel._2.AbstractTunnelType;
import net.opengis.citygml.tunnel._2.HollowSpaceType;
import net.opengis.citygml.tunnel._2.IntTunnelInstallationType;
import net.opengis.citygml.tunnel._2.TunnelFurnitureType;
import net.opengis.citygml.tunnel._2.TunnelInstallationType;
import net.opengis.citygml.tunnel._2.TunnelPartType;
import net.opengis.citygml.tunnel._2.TunnelType;
import org.w3._1999.xlink.ActuateType;
import org.w3._1999.xlink.ShowType;
import org.w3._1999.xlink.TypeType;
import org.w3c.dom.Element;
/**
* GML property which refers to, or contains, a Value
*
* <p>Java-Klasse für ValuePropertyType complex type.
*
* <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
*
* <pre>
* <complexType name="ValuePropertyType">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence minOccurs="0">
* <group ref="{http://www.opengis.net/gml}Value"/>
* </sequence>
* <attGroup ref="{http://www.opengis.net/gml}AssociationAttributeGroup"/>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ValuePropertyType", propOrder = {
"_boolean",
"category",
"quantity",
"count",
"booleanList",
"categoryList",
"quantityList",
"countList",
"categoryExtent",
"quantityExtent",
"countExtent",
"compositeValue",
"_GML",
"_ADEComponent",
"_null"
})
@XmlSeeAlso({
ScalarValuePropertyType.class,
BooleanPropertyType.class,
CategoryPropertyType.class,
CountPropertyType.class,
QuantityPropertyType.class
})
public class ValuePropertyType {
@XmlElement(name = "Boolean")
protected Boolean _boolean;
@XmlElement(name = "Category")
protected CodeType category;
@XmlElement(name = "Quantity")
protected MeasureType quantity;
@XmlElement(name = "Count")
protected BigInteger count;
@XmlList
@XmlElement(name = "BooleanList")
protected List<String> booleanList;
@XmlElement(name = "CategoryList")
protected CodeOrNullListType categoryList;
@XmlElement(name = "QuantityList")
protected MeasureOrNullListType quantityList;
@XmlList
@XmlElement(name = "CountList")
protected List<String> countList;
@XmlElement(name = "CategoryExtent")
protected CategoryExtentType categoryExtent;
@XmlElement(name = "QuantityExtent")
protected QuantityExtentType quantityExtent;
@XmlList
@XmlElement(name = "CountExtent")
protected List<String> countExtent;
@XmlElementRef(name = "CompositeValue", namespace = "http://www.opengis.net/gml", type = JAXBElement.class, required = false)
protected JAXBElement<? extends CompositeValueType> compositeValue;
@XmlElementRef(name = "_GML", namespace = "http://www.opengis.net/gml", type = JAXBElement.class, required = false)
protected JAXBElement<? extends AbstractGMLType> _GML;
@XmlAnyElement
protected Element _ADEComponent;
@XmlList
@XmlElement(name = "Null")
protected List<String> _null;
@XmlAttribute(name = "remoteSchema", namespace = "http://www.opengis.net/gml")
@XmlSchemaType(name = "anyURI")
protected String remoteSchema;
@XmlAttribute(name = "type", namespace = "http://www.w3.org/1999/xlink")
protected TypeType type;
@XmlAttribute(name = "href", namespace = "http://www.w3.org/1999/xlink")
protected String href;
@XmlAttribute(name = "role", namespace = "http://www.w3.org/1999/xlink")
protected String role;
@XmlAttribute(name = "arcrole", namespace = "http://www.w3.org/1999/xlink")
protected String arcrole;
@XmlAttribute(name = "title", namespace = "http://www.w3.org/1999/xlink")
protected String title;
@XmlAttribute(name = "show", namespace = "http://www.w3.org/1999/xlink")
protected ShowType show;
@XmlAttribute(name = "actuate", namespace = "http://www.w3.org/1999/xlink")
protected ActuateType actuate;
/**
* Ruft den Wert der boolean-Eigenschaft ab.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isBoolean() {
return _boolean;
}
/**
* Legt den Wert der boolean-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setBoolean(Boolean value) {
this._boolean = value;
}
public boolean isSetBoolean() {
return (this._boolean!= null);
}
/**
* Ruft den Wert der category-Eigenschaft ab.
*
* @return
* possible object is
* {@link CodeType }
*
*/
public CodeType getCategory() {
return category;
}
/**
* Legt den Wert der category-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link CodeType }
*
*/
public void setCategory(CodeType value) {
this.category = value;
}
public boolean isSetCategory() {
return (this.category!= null);
}
/**
* Ruft den Wert der quantity-Eigenschaft ab.
*
* @return
* possible object is
* {@link MeasureType }
*
*/
public MeasureType getQuantity() {
return quantity;
}
/**
* Legt den Wert der quantity-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link MeasureType }
*
*/
public void setQuantity(MeasureType value) {
this.quantity = value;
}
public boolean isSetQuantity() {
return (this.quantity!= null);
}
/**
* Ruft den Wert der count-Eigenschaft ab.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getCount() {
return count;
}
/**
* Legt den Wert der count-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setCount(BigInteger value) {
this.count = value;
}
public boolean isSetCount() {
return (this.count!= null);
}
/**
* Gets the value of the booleanList property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the booleanList property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getBooleanList().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List<String> getBooleanList() {
if (booleanList == null) {
booleanList = new ArrayList<String>();
}
return this.booleanList;
}
public boolean isSetBooleanList() {
return ((this.booleanList!= null)&&(!this.booleanList.isEmpty()));
}
public void unsetBooleanList() {
this.booleanList = null;
}
/**
* Ruft den Wert der categoryList-Eigenschaft ab.
*
* @return
* possible object is
* {@link CodeOrNullListType }
*
*/
public CodeOrNullListType getCategoryList() {
return categoryList;
}
/**
* Legt den Wert der categoryList-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link CodeOrNullListType }
*
*/
public void setCategoryList(CodeOrNullListType value) {
this.categoryList = value;
}
public boolean isSetCategoryList() {
return (this.categoryList!= null);
}
/**
* Ruft den Wert der quantityList-Eigenschaft ab.
*
* @return
* possible object is
* {@link MeasureOrNullListType }
*
*/
public MeasureOrNullListType getQuantityList() {
return quantityList;
}
/**
* Legt den Wert der quantityList-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link MeasureOrNullListType }
*
*/
public void setQuantityList(MeasureOrNullListType value) {
this.quantityList = value;
}
public boolean isSetQuantityList() {
return (this.quantityList!= null);
}
/**
* Gets the value of the countList property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the countList property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getCountList().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List<String> getCountList() {
if (countList == null) {
countList = new ArrayList<String>();
}
return this.countList;
}
public boolean isSetCountList() {
return ((this.countList!= null)&&(!this.countList.isEmpty()));
}
public void unsetCountList() {
this.countList = null;
}
/**
* Ruft den Wert der categoryExtent-Eigenschaft ab.
*
* @return
* possible object is
* {@link CategoryExtentType }
*
*/
public CategoryExtentType getCategoryExtent() {
return categoryExtent;
}
/**
* Legt den Wert der categoryExtent-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link CategoryExtentType }
*
*/
public void setCategoryExtent(CategoryExtentType value) {
this.categoryExtent = value;
}
public boolean isSetCategoryExtent() {
return (this.categoryExtent!= null);
}
/**
* Ruft den Wert der quantityExtent-Eigenschaft ab.
*
* @return
* possible object is
* {@link QuantityExtentType }
*
*/
public QuantityExtentType getQuantityExtent() {
return quantityExtent;
}
/**
* Legt den Wert der quantityExtent-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link QuantityExtentType }
*
*/
public void setQuantityExtent(QuantityExtentType value) {
this.quantityExtent = value;
}
public boolean isSetQuantityExtent() {
return (this.quantityExtent!= null);
}
/**
* Gets the value of the countExtent property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the countExtent property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getCountExtent().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List<String> getCountExtent() {
if (countExtent == null) {
countExtent = new ArrayList<String>();
}
return this.countExtent;
}
public boolean isSetCountExtent() {
return ((this.countExtent!= null)&&(!this.countExtent.isEmpty()));
}
public void unsetCountExtent() {
this.countExtent = null;
}
/**
* Ruft den Wert der compositeValue-Eigenschaft ab.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link CompositeValueType }{@code >}
* {@link JAXBElement }{@code <}{@link ValueArrayType }{@code >}
*
*/
public JAXBElement<? extends CompositeValueType> getCompositeValue() {
return compositeValue;
}
/**
* Legt den Wert der compositeValue-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link CompositeValueType }{@code >}
* {@link JAXBElement }{@code <}{@link ValueArrayType }{@code >}
*
*/
public void setCompositeValue(JAXBElement<? extends CompositeValueType> value) {
this.compositeValue = value;
}
public boolean isSetCompositeValue() {
return (this.compositeValue!= null);
}
/**
* Ruft den Wert der _GML-Eigenschaft ab.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._1.RasterReliefType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.AbstractBoundarySurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractDiscreteCoverageType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._2.TrackType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._1.BreaklineReliefType }{@code >}
* {@link JAXBElement }{@code <}{@link CompositeSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link BridgeInstallationType }{@code >}
* {@link JAXBElement }{@code <}{@link UserDefinedCSType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiCurveType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.cityfurniture._2.CityFurnitureType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.DoorType }{@code >}
* {@link JAXBElement }{@code <}{@link StyleType }{@code >}
* {@link JAXBElement }{@code <}{@link IntBridgeInstallationType }{@code >}
* {@link JAXBElement }{@code <}{@link BridgeConstructionElementType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.cityfurniture._1.CityFurnitureType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractCoordinateSystemType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._1.TrackType }{@code >}
* {@link JAXBElement }{@code <}{@link GeocentricCRSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.IntBuildingInstallationType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._1.WaterSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml._1.AddressType }{@code >}
* {@link JAXBElement }{@code <}{@link SurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link RectifiedGridCoverageType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.AbstractOpeningType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._1.AbstractReliefComponentType }{@code >}
* {@link JAXBElement }{@code <}{@link OperationParameterGroupType }{@code >}
* {@link JAXBElement }{@code <}{@link CartesianCSType }{@code >}
* {@link JAXBElement }{@code <}{@link TunnelPartType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.AbstractBuildingType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.ClosureSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractCoordinateOperationType }{@code >}
* {@link JAXBElement }{@code <}{@link TimePeriodType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.texturedsurface._2.AbstractAppearanceType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractReferenceSystemType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractGeneralOperationParameterType }{@code >}
* {@link JAXBElement }{@code <}{@link PassThroughOperationType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractTimeGeometricPrimitiveType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._2.RoadType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._1.SquareType }{@code >}
* {@link JAXBElement }{@code <}{@link UnitDefinitionType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.generics._2.GenericCityObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link MovingObjectStatusType }{@code >}
* {@link JAXBElement }{@code <}{@link DefinitionType }{@code >}
* {@link JAXBElement }{@code <}{@link HollowSpaceType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractStyleType }{@code >}
* {@link JAXBElement }{@code <}{@link PrimeMeridianType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.AbstractBoundarySurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._1.TexCoordListType }{@code >}
* {@link JAXBElement }{@code <}{@link SphericalCSType }{@code >}
* {@link JAXBElement }{@code <}{@link FaceType }{@code >}
* {@link JAXBElement }{@code <}{@link CoordinateSystemAxisType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.OuterCeilingSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml._2.AddressType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.ClosureSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._1.WaterBodyType }{@code >}
* {@link JAXBElement }{@code <}{@link EllipsoidalCSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._2.ReliefFeatureType }{@code >}
* {@link JAXBElement }{@code <}{@link GeometryStyleType }{@code >}
* {@link JAXBElement }{@code <}{@link OperationParameterType }{@code >}
* {@link JAXBElement }{@code <}{@link VerticalCSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.OuterFloorSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link OrientableCurveType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._1.X3DMaterialType }{@code >}
* {@link JAXBElement }{@code <}{@link ObservationType }{@code >}
* {@link JAXBElement }{@code <}{@link IntTunnelInstallationType }{@code >}
* {@link JAXBElement }{@code <}{@link LabelStyleType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiSurfaceCoverageType }{@code >}
* {@link JAXBElement }{@code <}{@link ConventionalUnitType }{@code >}
* {@link JAXBElement }{@code <}{@link EngineeringCRSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.GroundSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._1.AbstractWaterObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link VerticalDatumType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.OuterCeilingSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractCoordinateOperationType }{@code >}
* {@link JAXBElement }{@code <}{@link TunnelFurnitureType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._2.MassPointReliefType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml._1.AbstractSiteType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiPointType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.AbstractOpeningType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.WindowType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractContinuousCoverageType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.FloorSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.RoofSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link LinearRingType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml._2.ImplicitGeometryType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._1.AbstractTextureParameterizationType }{@code >}
* {@link JAXBElement }{@code <}{@link BaseUnitType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml._2.AbstractCityObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.DoorType }{@code >}
* {@link JAXBElement }{@code <}{@link GeometricComplexType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.CeilingSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.WallSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link DirectedObservationAtDistanceType }{@code >}
* {@link JAXBElement }{@code <}{@link BridgeFurnitureType }{@code >}
* {@link JAXBElement }{@code <}{@link GridCoverageType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml._1.CityModelType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.texturedsurface._2.SimpleTextureType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.InteriorWallSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link TimeTopologyComplexType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.vegetation._2.PlantCoverType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.generics._1.GenericCityObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.RoofSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link TemporalDatumType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractGeneralConversionType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._2.AbstractWaterObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.GroundSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.FloorSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.BuildingType }{@code >}
* {@link JAXBElement }{@code <}{@link TimeCoordinateSystemType }{@code >}
* {@link JAXBElement }{@code <}{@link TemporalCSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._1.GeoreferencedTextureType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractTopologyType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.texturedsurface._1.TexturedSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link DerivedUnitType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.AbstractBoundarySurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.AbstractOpeningType }{@code >}
* {@link JAXBElement }{@code <}{@link FeatureCollectionType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.texturedsurface._2.MaterialType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractCoordinateOperationType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.BuildingType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.InteriorWallSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.GroundSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractTimePrimitiveType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._1.AbstractWaterBoundarySurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.RoofSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiSolidType }{@code >}
* {@link JAXBElement }{@code <}{@link PointType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._2.AbstractSurfaceDataType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.WallSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link OperationMethodType }{@code >}
* {@link JAXBElement }{@code <}{@link TunnelInstallationType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._1.WaterGroundSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._1.TransportationComplexType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiLineStringType }{@code >}
* {@link JAXBElement }{@code <}{@link TemporalCRSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.BuildingPartType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._1.WaterClosureSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.ClosureSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._2.TransportationComplexType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.RoomType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.OuterFloorSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._2.WaterClosureSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._2.TINReliefType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.RoofSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link CurveType }{@code >}
* {@link JAXBElement }{@code <}{@link AppearanceType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractTimeComplexType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.BuildingPartType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.DoorType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.texturedsurface._2.TexturedSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml._2.CityModelType }{@code >}
* {@link JAXBElement }{@code <}{@link TriangulatedSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link ConversionType }{@code >}
* {@link JAXBElement }{@code <}{@link ImageDatumType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiSolidCoverageType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._2.GeoreferencedTextureType }{@code >}
* {@link JAXBElement }{@code <}{@link BridgeRoomType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiGeometryType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.BuildingFurnitureType }{@code >}
* {@link JAXBElement }{@code <}{@link PolyhedralSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractGeometricAggregateType }{@code >}
* {@link JAXBElement }{@code <}{@link TunnelType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._2.AbstractTextureType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.InteriorWallSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.AbstractBoundarySurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._2.TexCoordListType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.vegetation._1.PlantCoverType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._1.AuxiliaryTrafficAreaType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.FloorSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.vegetation._1.SolitaryVegetationObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link LineStringType }{@code >}
* {@link JAXBElement }{@code <}{@link SolidType }{@code >}
* {@link JAXBElement }{@code <}{@link TimeCalendarType }{@code >}
* {@link JAXBElement }{@code <}{@link DefinitionProxyType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.texturedsurface._1.MaterialType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractTopoPrimitiveType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.landuse._1.LandUseType }{@code >}
* {@link JAXBElement }{@code <}{@link TimeClockType }{@code >}
* {@link JAXBElement }{@code <}{@link EdgeType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.texturedsurface._1.AbstractAppearanceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.OuterCeilingSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractTimeObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link ArrayType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.texturedsurface._1.SimpleTextureType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractBridgeType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.AbstractBuildingType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._1.AbstractTextureType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._1.AbstractTransportationObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractGeneralDerivedCRSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml._1.ImplicitGeometryType }{@code >}
* {@link JAXBElement }{@code <}{@link BridgeType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.AbstractOpeningType }{@code >}
* {@link JAXBElement }{@code <}{@link CylindricalCSType }{@code >}
* {@link JAXBElement }{@code <}{@link TimeOrdinalReferenceSystemType }{@code >}
* {@link JAXBElement }{@code <}{@link DictionaryType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._1.RailwayType }{@code >}
* {@link JAXBElement }{@code <}{@link GraphStyleType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractRingType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._2.BreaklineReliefType }{@code >}
* {@link JAXBElement }{@code <}{@link GridType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.cityobjectgroup._2.CityObjectGroupType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._1.MassPointReliefType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractSolidType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.CeilingSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiCurveCoverageType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractGeometryType }{@code >}
* {@link JAXBElement }{@code <}{@link OrientableSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._1.RoadType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.vegetation._2.SolitaryVegetationObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link PolarCSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._2.AbstractReliefComponentType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.DoorType }{@code >}
* {@link JAXBElement }{@code <}{@link TimeInstantType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._1.ParameterizedTextureType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.BuildingInstallationType }{@code >}
* {@link JAXBElement }{@code <}{@link TimeNodeType }{@code >}
* {@link JAXBElement }{@code <}{@link EngineeringDatumType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.landuse._2.LandUseType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.WindowType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractFeatureCollectionType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._2.AbstractTransportationObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.WallSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link RectifiedGridType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.CeilingSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.BuildingInstallationType }{@code >}
* {@link JAXBElement }{@code <}{@link BridgePartType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractCurveType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.WallSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.InteriorWallSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.WindowType }{@code >}
* {@link JAXBElement }{@code <}{@link FeatureStyleType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractTimeSliceType }{@code >}
* {@link JAXBElement }{@code <}{@link VerticalCRSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._2.ParameterizedTextureType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiPolygonType }{@code >}
* {@link JAXBElement }{@code <}{@link RingType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.RoomType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.vegetation._2.AbstractVegetationObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.GroundSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._1.TexCoordGenType }{@code >}
* {@link JAXBElement }{@code <}{@link DerivedCRSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._2.TrafficAreaType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml._1.AbstractCityObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link NodeType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml._2.AbstractSiteType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._2.AbstractWaterBoundarySurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractFeatureType }{@code >}
* {@link JAXBElement }{@code <}{@link BagType }{@code >}
* {@link JAXBElement }{@code <}{@link EllipsoidType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractGeometryType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._2.WaterBodyType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._2.WaterGroundSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link DirectedObservationType }{@code >}
* {@link JAXBElement }{@code <}{@link PolygonType }{@code >}
* {@link JAXBElement }{@code <}{@link ProjectedCRSType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractDatumType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._1.TrafficAreaType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link ImageCRSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._2.WaterSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link CompositeSolidType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.BuildingFurnitureType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.FloorSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link CompoundCRSType }{@code >}
* {@link JAXBElement }{@code <}{@link LinearCSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.ClosureSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link CompositeCurveType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._2.SquareType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._2.AuxiliaryTrafficAreaType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractTimeReferenceSystemType }{@code >}
* {@link JAXBElement }{@code <}{@link TimeCalendarEraType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._1.ReliefFeatureType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.OuterFloorSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._2.RailwayType }{@code >}
* {@link JAXBElement }{@code <}{@link TimeEdgeType }{@code >}
* {@link JAXBElement }{@code <}{@link DictionaryType }{@code >}
* {@link JAXBElement }{@code <}{@link ObliqueCartesianCSType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractReferenceSystemType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._2.RasterReliefType }{@code >}
* {@link JAXBElement }{@code <}{@link GeographicCRSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._2.TexCoordGenType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.CeilingSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.WindowType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiPointCoverageType }{@code >}
* {@link JAXBElement }{@code <}{@link TopoSolidType }{@code >}
* {@link JAXBElement }{@code <}{@link ConcatenatedOperationType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._2.X3DMaterialType }{@code >}
* {@link JAXBElement }{@code <}{@link TopologyStyleType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractCoverageType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.cityobjectgroup._1.CityObjectGroupType }{@code >}
* {@link JAXBElement }{@code <}{@link TopoComplexType }{@code >}
* {@link JAXBElement }{@code <}{@link GeodeticDatumType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.IntBuildingInstallationType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractTunnelType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._1.TINReliefType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._2.AbstractTextureParameterizationType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractReferenceSystemType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractGeneralTransformationType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._1.AbstractSurfaceDataType }{@code >}
* {@link JAXBElement }{@code <}{@link TinType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractGMLType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.vegetation._1.AbstractVegetationObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link TransformationType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractTimeTopologyPrimitiveType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractGeometricPrimitiveType }{@code >}
*
*/
public JAXBElement<? extends AbstractGMLType> get_GML() {
return _GML;
}
/**
* Legt den Wert der _GML-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._1.RasterReliefType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.AbstractBoundarySurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractDiscreteCoverageType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._2.TrackType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._1.BreaklineReliefType }{@code >}
* {@link JAXBElement }{@code <}{@link CompositeSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link BridgeInstallationType }{@code >}
* {@link JAXBElement }{@code <}{@link UserDefinedCSType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiCurveType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.cityfurniture._2.CityFurnitureType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.DoorType }{@code >}
* {@link JAXBElement }{@code <}{@link StyleType }{@code >}
* {@link JAXBElement }{@code <}{@link IntBridgeInstallationType }{@code >}
* {@link JAXBElement }{@code <}{@link BridgeConstructionElementType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.cityfurniture._1.CityFurnitureType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractCoordinateSystemType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._1.TrackType }{@code >}
* {@link JAXBElement }{@code <}{@link GeocentricCRSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.IntBuildingInstallationType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._1.WaterSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml._1.AddressType }{@code >}
* {@link JAXBElement }{@code <}{@link SurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link RectifiedGridCoverageType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.AbstractOpeningType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._1.AbstractReliefComponentType }{@code >}
* {@link JAXBElement }{@code <}{@link OperationParameterGroupType }{@code >}
* {@link JAXBElement }{@code <}{@link CartesianCSType }{@code >}
* {@link JAXBElement }{@code <}{@link TunnelPartType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.AbstractBuildingType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.ClosureSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractCoordinateOperationType }{@code >}
* {@link JAXBElement }{@code <}{@link TimePeriodType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.texturedsurface._2.AbstractAppearanceType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractReferenceSystemType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractGeneralOperationParameterType }{@code >}
* {@link JAXBElement }{@code <}{@link PassThroughOperationType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractTimeGeometricPrimitiveType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._2.RoadType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._1.SquareType }{@code >}
* {@link JAXBElement }{@code <}{@link UnitDefinitionType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.generics._2.GenericCityObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link MovingObjectStatusType }{@code >}
* {@link JAXBElement }{@code <}{@link DefinitionType }{@code >}
* {@link JAXBElement }{@code <}{@link HollowSpaceType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractStyleType }{@code >}
* {@link JAXBElement }{@code <}{@link PrimeMeridianType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.AbstractBoundarySurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._1.TexCoordListType }{@code >}
* {@link JAXBElement }{@code <}{@link SphericalCSType }{@code >}
* {@link JAXBElement }{@code <}{@link FaceType }{@code >}
* {@link JAXBElement }{@code <}{@link CoordinateSystemAxisType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.OuterCeilingSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml._2.AddressType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.ClosureSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._1.WaterBodyType }{@code >}
* {@link JAXBElement }{@code <}{@link EllipsoidalCSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._2.ReliefFeatureType }{@code >}
* {@link JAXBElement }{@code <}{@link GeometryStyleType }{@code >}
* {@link JAXBElement }{@code <}{@link OperationParameterType }{@code >}
* {@link JAXBElement }{@code <}{@link VerticalCSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.OuterFloorSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link OrientableCurveType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._1.X3DMaterialType }{@code >}
* {@link JAXBElement }{@code <}{@link ObservationType }{@code >}
* {@link JAXBElement }{@code <}{@link IntTunnelInstallationType }{@code >}
* {@link JAXBElement }{@code <}{@link LabelStyleType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiSurfaceCoverageType }{@code >}
* {@link JAXBElement }{@code <}{@link ConventionalUnitType }{@code >}
* {@link JAXBElement }{@code <}{@link EngineeringCRSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.GroundSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._1.AbstractWaterObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link VerticalDatumType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.OuterCeilingSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractCoordinateOperationType }{@code >}
* {@link JAXBElement }{@code <}{@link TunnelFurnitureType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._2.MassPointReliefType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml._1.AbstractSiteType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiPointType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.AbstractOpeningType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.WindowType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractContinuousCoverageType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.FloorSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.RoofSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link LinearRingType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml._2.ImplicitGeometryType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._1.AbstractTextureParameterizationType }{@code >}
* {@link JAXBElement }{@code <}{@link BaseUnitType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml._2.AbstractCityObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.DoorType }{@code >}
* {@link JAXBElement }{@code <}{@link GeometricComplexType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.CeilingSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.WallSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link DirectedObservationAtDistanceType }{@code >}
* {@link JAXBElement }{@code <}{@link BridgeFurnitureType }{@code >}
* {@link JAXBElement }{@code <}{@link GridCoverageType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml._1.CityModelType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.texturedsurface._2.SimpleTextureType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.InteriorWallSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link TimeTopologyComplexType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.vegetation._2.PlantCoverType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.generics._1.GenericCityObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.RoofSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link TemporalDatumType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractGeneralConversionType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._2.AbstractWaterObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.GroundSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.FloorSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.BuildingType }{@code >}
* {@link JAXBElement }{@code <}{@link TimeCoordinateSystemType }{@code >}
* {@link JAXBElement }{@code <}{@link TemporalCSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._1.GeoreferencedTextureType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractTopologyType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.texturedsurface._1.TexturedSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link DerivedUnitType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.AbstractBoundarySurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.AbstractOpeningType }{@code >}
* {@link JAXBElement }{@code <}{@link FeatureCollectionType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.texturedsurface._2.MaterialType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractCoordinateOperationType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.BuildingType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.InteriorWallSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.GroundSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractTimePrimitiveType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._1.AbstractWaterBoundarySurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.RoofSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiSolidType }{@code >}
* {@link JAXBElement }{@code <}{@link PointType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._2.AbstractSurfaceDataType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.WallSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link OperationMethodType }{@code >}
* {@link JAXBElement }{@code <}{@link TunnelInstallationType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._1.WaterGroundSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._1.TransportationComplexType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiLineStringType }{@code >}
* {@link JAXBElement }{@code <}{@link TemporalCRSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.BuildingPartType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._1.WaterClosureSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.ClosureSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._2.TransportationComplexType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.RoomType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.OuterFloorSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._2.WaterClosureSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._2.TINReliefType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.RoofSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link CurveType }{@code >}
* {@link JAXBElement }{@code <}{@link AppearanceType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractTimeComplexType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.BuildingPartType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.DoorType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.texturedsurface._2.TexturedSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml._2.CityModelType }{@code >}
* {@link JAXBElement }{@code <}{@link TriangulatedSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link ConversionType }{@code >}
* {@link JAXBElement }{@code <}{@link ImageDatumType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiSolidCoverageType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._2.GeoreferencedTextureType }{@code >}
* {@link JAXBElement }{@code <}{@link BridgeRoomType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiGeometryType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.BuildingFurnitureType }{@code >}
* {@link JAXBElement }{@code <}{@link PolyhedralSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractGeometricAggregateType }{@code >}
* {@link JAXBElement }{@code <}{@link TunnelType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._2.AbstractTextureType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.InteriorWallSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.AbstractBoundarySurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._2.TexCoordListType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.vegetation._1.PlantCoverType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._1.AuxiliaryTrafficAreaType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.FloorSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.vegetation._1.SolitaryVegetationObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link LineStringType }{@code >}
* {@link JAXBElement }{@code <}{@link SolidType }{@code >}
* {@link JAXBElement }{@code <}{@link TimeCalendarType }{@code >}
* {@link JAXBElement }{@code <}{@link DefinitionProxyType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.texturedsurface._1.MaterialType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractTopoPrimitiveType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.landuse._1.LandUseType }{@code >}
* {@link JAXBElement }{@code <}{@link TimeClockType }{@code >}
* {@link JAXBElement }{@code <}{@link EdgeType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.texturedsurface._1.AbstractAppearanceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.OuterCeilingSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractTimeObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link ArrayType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.texturedsurface._1.SimpleTextureType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractBridgeType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.AbstractBuildingType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._1.AbstractTextureType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._1.AbstractTransportationObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractGeneralDerivedCRSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml._1.ImplicitGeometryType }{@code >}
* {@link JAXBElement }{@code <}{@link BridgeType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.AbstractOpeningType }{@code >}
* {@link JAXBElement }{@code <}{@link CylindricalCSType }{@code >}
* {@link JAXBElement }{@code <}{@link TimeOrdinalReferenceSystemType }{@code >}
* {@link JAXBElement }{@code <}{@link DictionaryType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._1.RailwayType }{@code >}
* {@link JAXBElement }{@code <}{@link GraphStyleType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractRingType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._2.BreaklineReliefType }{@code >}
* {@link JAXBElement }{@code <}{@link GridType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.cityobjectgroup._2.CityObjectGroupType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._1.MassPointReliefType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractSolidType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.CeilingSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiCurveCoverageType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractGeometryType }{@code >}
* {@link JAXBElement }{@code <}{@link OrientableSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._1.RoadType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.vegetation._2.SolitaryVegetationObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link PolarCSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._2.AbstractReliefComponentType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.DoorType }{@code >}
* {@link JAXBElement }{@code <}{@link TimeInstantType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._1.ParameterizedTextureType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.BuildingInstallationType }{@code >}
* {@link JAXBElement }{@code <}{@link TimeNodeType }{@code >}
* {@link JAXBElement }{@code <}{@link EngineeringDatumType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.landuse._2.LandUseType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.WindowType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractFeatureCollectionType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._2.AbstractTransportationObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.WallSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link RectifiedGridType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.CeilingSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.BuildingInstallationType }{@code >}
* {@link JAXBElement }{@code <}{@link BridgePartType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractCurveType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.WallSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.InteriorWallSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.WindowType }{@code >}
* {@link JAXBElement }{@code <}{@link FeatureStyleType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractTimeSliceType }{@code >}
* {@link JAXBElement }{@code <}{@link VerticalCRSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._2.ParameterizedTextureType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiPolygonType }{@code >}
* {@link JAXBElement }{@code <}{@link RingType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._2.RoomType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.vegetation._2.AbstractVegetationObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.GroundSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._1.TexCoordGenType }{@code >}
* {@link JAXBElement }{@code <}{@link DerivedCRSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._2.TrafficAreaType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml._1.AbstractCityObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link NodeType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml._2.AbstractSiteType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._2.AbstractWaterBoundarySurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractFeatureType }{@code >}
* {@link JAXBElement }{@code <}{@link BagType }{@code >}
* {@link JAXBElement }{@code <}{@link EllipsoidType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractGeometryType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._2.WaterBodyType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._2.WaterGroundSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link DirectedObservationType }{@code >}
* {@link JAXBElement }{@code <}{@link PolygonType }{@code >}
* {@link JAXBElement }{@code <}{@link ProjectedCRSType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractDatumType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._1.TrafficAreaType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link ImageCRSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.waterbody._2.WaterSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link CompositeSolidType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.BuildingFurnitureType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.FloorSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link CompoundCRSType }{@code >}
* {@link JAXBElement }{@code <}{@link LinearCSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.tunnel._2.ClosureSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link CompositeCurveType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._2.SquareType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._2.AuxiliaryTrafficAreaType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractTimeReferenceSystemType }{@code >}
* {@link JAXBElement }{@code <}{@link TimeCalendarEraType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._1.ReliefFeatureType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.OuterFloorSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.transportation._2.RailwayType }{@code >}
* {@link JAXBElement }{@code <}{@link TimeEdgeType }{@code >}
* {@link JAXBElement }{@code <}{@link DictionaryType }{@code >}
* {@link JAXBElement }{@code <}{@link ObliqueCartesianCSType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractReferenceSystemType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._2.RasterReliefType }{@code >}
* {@link JAXBElement }{@code <}{@link GeographicCRSType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._2.TexCoordGenType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.CeilingSurfaceType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.bridge._2.WindowType }{@code >}
* {@link JAXBElement }{@code <}{@link MultiPointCoverageType }{@code >}
* {@link JAXBElement }{@code <}{@link TopoSolidType }{@code >}
* {@link JAXBElement }{@code <}{@link ConcatenatedOperationType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._2.X3DMaterialType }{@code >}
* {@link JAXBElement }{@code <}{@link TopologyStyleType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractCoverageType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.cityobjectgroup._1.CityObjectGroupType }{@code >}
* {@link JAXBElement }{@code <}{@link TopoComplexType }{@code >}
* {@link JAXBElement }{@code <}{@link GeodeticDatumType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.building._1.IntBuildingInstallationType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractTunnelType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.relief._1.TINReliefType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._2.AbstractTextureParameterizationType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractReferenceSystemType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractGeneralTransformationType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.appearance._1.AbstractSurfaceDataType }{@code >}
* {@link JAXBElement }{@code <}{@link TinType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractGMLType }{@code >}
* {@link JAXBElement }{@code <}{@link net.opengis.citygml.vegetation._1.AbstractVegetationObjectType }{@code >}
* {@link JAXBElement }{@code <}{@link TransformationType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractTimeTopologyPrimitiveType }{@code >}
* {@link JAXBElement }{@code <}{@link AbstractGeometricPrimitiveType }{@code >}
*
*/
public void set_GML(JAXBElement<? extends AbstractGMLType> value) {
this._GML = value;
}
public boolean isSet_GML() {
return (this._GML!= null);
}
/**
* Ruft den Wert der _ADEComponent-Eigenschaft ab.
*
* @return
* possible object is
* {@link Element }
*
*/
public Element get_ADEComponent() {
return _ADEComponent;
}
/**
* Legt den Wert der _ADEComponent-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link Element }
*
*/
public void set_ADEComponent(Element value) {
this._ADEComponent = value;
}
public boolean isSet_ADEComponent() {
return (this._ADEComponent!= null);
}
/**
* Gets the value of the null property.
*
* <p>
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a <CODE>set</CODE> method for the null property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getNull().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link String }
*
*
*/
public List<String> getNull() {
if (_null == null) {
_null = new ArrayList<String>();
}
return this._null;
}
public boolean isSetNull() {
return ((this._null!= null)&&(!this._null.isEmpty()));
}
public void unsetNull() {
this._null = null;
}
/**
* Ruft den Wert der remoteSchema-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRemoteSchema() {
return remoteSchema;
}
/**
* Legt den Wert der remoteSchema-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRemoteSchema(String value) {
this.remoteSchema = value;
}
public boolean isSetRemoteSchema() {
return (this.remoteSchema!= null);
}
/**
* Ruft den Wert der type-Eigenschaft ab.
*
* @return
* possible object is
* {@link TypeType }
*
*/
public TypeType getType() {
if (type == null) {
return TypeType.SIMPLE;
} else {
return type;
}
}
/**
* Legt den Wert der type-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link TypeType }
*
*/
public void setType(TypeType value) {
this.type = value;
}
public boolean isSetType() {
return (this.type!= null);
}
/**
* Ruft den Wert der href-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getHref() {
return href;
}
/**
* Legt den Wert der href-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setHref(String value) {
this.href = value;
}
public boolean isSetHref() {
return (this.href!= null);
}
/**
* Ruft den Wert der role-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getRole() {
return role;
}
/**
* Legt den Wert der role-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setRole(String value) {
this.role = value;
}
public boolean isSetRole() {
return (this.role!= null);
}
/**
* Ruft den Wert der arcrole-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getArcrole() {
return arcrole;
}
/**
* Legt den Wert der arcrole-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setArcrole(String value) {
this.arcrole = value;
}
public boolean isSetArcrole() {
return (this.arcrole!= null);
}
/**
* Ruft den Wert der title-Eigenschaft ab.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTitle() {
return title;
}
/**
* Legt den Wert der title-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTitle(String value) {
this.title = value;
}
public boolean isSetTitle() {
return (this.title!= null);
}
/**
* Ruft den Wert der show-Eigenschaft ab.
*
* @return
* possible object is
* {@link ShowType }
*
*/
public ShowType getShow() {
return show;
}
/**
* Legt den Wert der show-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link ShowType }
*
*/
public void setShow(ShowType value) {
this.show = value;
}
public boolean isSetShow() {
return (this.show!= null);
}
/**
* Ruft den Wert der actuate-Eigenschaft ab.
*
* @return
* possible object is
* {@link ActuateType }
*
*/
public ActuateType getActuate() {
return actuate;
}
/**
* Legt den Wert der actuate-Eigenschaft fest.
*
* @param value
* allowed object is
* {@link ActuateType }
*
*/
public void setActuate(ActuateType value) {
this.actuate = value;
}
public boolean isSetActuate() {
return (this.actuate!= null);
}
public void setBooleanList(List<String> value) {
this.booleanList = value;
}
public void setCountList(List<String> value) {
this.countList = value;
}
public void setCountExtent(List<String> value) {
this.countExtent = value;
}
public void setNull(List<String> value) {
this._null = value;
}
}