// // 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.citygml.tunnel._2; 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.XmlElement; import javax.xml.bind.annotation.XmlElementRef; import javax.xml.bind.annotation.XmlType; import net.opengis.citygml._2.AbstractCityObjectType; import net.opengis.citygml._2.ImplicitRepresentationPropertyType; import net.opengis.gml.CodeType; import net.opengis.gml.GeometryPropertyType; /** * Immovable interior structural component of a Tunnel or a HollowSpace. Examples are interior stairs, * railings, radiators or pipes. As subclass of _CityObject, an IntTunnelInstallation inherits all attributes and relations, * in particular an id, names, external references, and generalization relations. * * <p>Java-Klasse für IntTunnelInstallationType complex type. * * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * * <pre> * <complexType name="IntTunnelInstallationType"> * <complexContent> * <extension base="{http://www.opengis.net/citygml/2.0}AbstractCityObjectType"> * <sequence> * <element name="class" type="{http://www.opengis.net/gml}CodeType" minOccurs="0"/> * <element name="function" type="{http://www.opengis.net/gml}CodeType" maxOccurs="unbounded" minOccurs="0"/> * <element name="usage" type="{http://www.opengis.net/gml}CodeType" maxOccurs="unbounded" minOccurs="0"/> * <element name="lod4Geometry" type="{http://www.opengis.net/gml}GeometryPropertyType" minOccurs="0"/> * <element name="lod4ImplicitRepresentation" type="{http://www.opengis.net/citygml/2.0}ImplicitRepresentationPropertyType" minOccurs="0"/> * <element name="boundedBy" type="{http://www.opengis.net/citygml/tunnel/2.0}BoundarySurfacePropertyType" maxOccurs="unbounded" minOccurs="0"/> * <element ref="{http://www.opengis.net/citygml/tunnel/2.0}_GenericApplicationPropertyOfIntTunnelInstallation" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </extension> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "IntTunnelInstallationType", propOrder = { "clazz", "function", "usage", "lod4Geometry", "lod4ImplicitRepresentation", "boundedBySurface", "_GenericApplicationPropertyOfIntTunnelInstallation" }) public class IntTunnelInstallationType extends AbstractCityObjectType { @XmlElement(name = "class") protected CodeType clazz; protected List<CodeType> function; protected List<CodeType> usage; protected GeometryPropertyType lod4Geometry; protected ImplicitRepresentationPropertyType lod4ImplicitRepresentation; @XmlElement(name = "boundedBy") protected List<BoundarySurfacePropertyType> boundedBySurface; @XmlElementRef(name = "_GenericApplicationPropertyOfIntTunnelInstallation", namespace = "http://www.opengis.net/citygml/tunnel/2.0", type = JAXBElement.class, required = false) protected List<JAXBElement<Object>> _GenericApplicationPropertyOfIntTunnelInstallation; /** * Ruft den Wert der clazz-Eigenschaft ab. * * @return * possible object is * {@link CodeType } * */ public CodeType getClazz() { return clazz; } /** * Legt den Wert der clazz-Eigenschaft fest. * * @param value * allowed object is * {@link CodeType } * */ public void setClazz(CodeType value) { this.clazz = value; } public boolean isSetClazz() { return (this.clazz!= null); } /** * Gets the value of the function 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 function property. * * <p> * For example, to add a new item, do as follows: * <pre> * getFunction().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link CodeType } * * */ public List<CodeType> getFunction() { if (function == null) { function = new ArrayList<CodeType>(); } return this.function; } public boolean isSetFunction() { return ((this.function!= null)&&(!this.function.isEmpty())); } public void unsetFunction() { this.function = null; } /** * Gets the value of the usage 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 usage property. * * <p> * For example, to add a new item, do as follows: * <pre> * getUsage().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link CodeType } * * */ public List<CodeType> getUsage() { if (usage == null) { usage = new ArrayList<CodeType>(); } return this.usage; } public boolean isSetUsage() { return ((this.usage!= null)&&(!this.usage.isEmpty())); } public void unsetUsage() { this.usage = null; } /** * Ruft den Wert der lod4Geometry-Eigenschaft ab. * * @return * possible object is * {@link GeometryPropertyType } * */ public GeometryPropertyType getLod4Geometry() { return lod4Geometry; } /** * Legt den Wert der lod4Geometry-Eigenschaft fest. * * @param value * allowed object is * {@link GeometryPropertyType } * */ public void setLod4Geometry(GeometryPropertyType value) { this.lod4Geometry = value; } public boolean isSetLod4Geometry() { return (this.lod4Geometry!= null); } /** * Ruft den Wert der lod4ImplicitRepresentation-Eigenschaft ab. * * @return * possible object is * {@link ImplicitRepresentationPropertyType } * */ public ImplicitRepresentationPropertyType getLod4ImplicitRepresentation() { return lod4ImplicitRepresentation; } /** * Legt den Wert der lod4ImplicitRepresentation-Eigenschaft fest. * * @param value * allowed object is * {@link ImplicitRepresentationPropertyType } * */ public void setLod4ImplicitRepresentation(ImplicitRepresentationPropertyType value) { this.lod4ImplicitRepresentation = value; } public boolean isSetLod4ImplicitRepresentation() { return (this.lod4ImplicitRepresentation!= null); } /** * Gets the value of the boundedBySurface 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 boundedBySurface property. * * <p> * For example, to add a new item, do as follows: * <pre> * getBoundedBySurface().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link BoundarySurfacePropertyType } * * */ public List<BoundarySurfacePropertyType> getBoundedBySurface() { if (boundedBySurface == null) { boundedBySurface = new ArrayList<BoundarySurfacePropertyType>(); } return this.boundedBySurface; } public boolean isSetBoundedBySurface() { return ((this.boundedBySurface!= null)&&(!this.boundedBySurface.isEmpty())); } public void unsetBoundedBySurface() { this.boundedBySurface = null; } /** * Gets the value of the genericApplicationPropertyOfIntTunnelInstallation 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 genericApplicationPropertyOfIntTunnelInstallation property. * * <p> * For example, to add a new item, do as follows: * <pre> * get_GenericApplicationPropertyOfIntTunnelInstallation().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link JAXBElement }{@code <}{@link Object }{@code >} * {@link JAXBElement }{@code <}{@link Object }{@code >} * * */ public List<JAXBElement<Object>> get_GenericApplicationPropertyOfIntTunnelInstallation() { if (_GenericApplicationPropertyOfIntTunnelInstallation == null) { _GenericApplicationPropertyOfIntTunnelInstallation = new ArrayList<JAXBElement<Object>>(); } return this._GenericApplicationPropertyOfIntTunnelInstallation; } public boolean isSet_GenericApplicationPropertyOfIntTunnelInstallation() { return ((this._GenericApplicationPropertyOfIntTunnelInstallation!= null)&&(!this._GenericApplicationPropertyOfIntTunnelInstallation.isEmpty())); } public void unset_GenericApplicationPropertyOfIntTunnelInstallation() { this._GenericApplicationPropertyOfIntTunnelInstallation = null; } public void setFunction(List<CodeType> value) { this.function = value; } public void setUsage(List<CodeType> value) { this.usage = value; } public void setBoundedBySurface(List<BoundarySurfacePropertyType> value) { this.boundedBySurface = value; } public void set_GenericApplicationPropertyOfIntTunnelInstallation(List<JAXBElement<Object>> value) { this._GenericApplicationPropertyOfIntTunnelInstallation = value; } }