package ade.sub.jaxb; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; import net.opengis.citygml._1.AbstractSiteType; import net.opengis.gml.CodeType; import net.opengis.gml.MultiCurvePropertyType; import net.opengis.gml.MultiSurfacePropertyType; import net.opengis.gml.SolidPropertyType; /** * <p>Java-Klasse f�r AbstractTunnelType complex type. * * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * * <pre> * <complexType name="AbstractTunnelType"> * <complexContent> * <extension base="{http://www.opengis.net/citygml/1.0}AbstractSiteType"> * <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="lod1Solid" type="{http://www.opengis.net/gml}SolidPropertyType" minOccurs="0"/> * <element name="lod1MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/> * <element name="lod1TerrainIntersection" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/> * <element name="lod2Solid" type="{http://www.opengis.net/gml}SolidPropertyType" minOccurs="0"/> * <element name="lod2MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/> * <element name="lod2TerrainIntersection" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/> * <element name="outerTunnelInstallation" type="{http://www.citygml.org/ade/sub/0.9.0}outerTunnelInstallationPropertyType" maxOccurs="unbounded" minOccurs="0"/> * <element name="boundedBy" type="{http://www.citygml.org/ade/sub/0.9.0}BoundarySurfacePropertyType" maxOccurs="unbounded" minOccurs="0"/> * <element name="lod3Solid" type="{http://www.opengis.net/gml}SolidPropertyType" minOccurs="0"/> * <element name="lod3MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/> * <element name="lod3TerrainIntersection" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/> * <element name="lod4Solid" type="{http://www.opengis.net/gml}SolidPropertyType" minOccurs="0"/> * <element name="lod4MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/> * <element name="lod4TerrainIntersection" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/> * <element name="interiorSpace" type="{http://www.citygml.org/ade/sub/0.9.0}InteriorRoomPropertyType" maxOccurs="unbounded" minOccurs="0"/> * <element name="consistsOfTunnelPart" type="{http://www.citygml.org/ade/sub/0.9.0}TunnelPartPropertyType" maxOccurs="unbounded" minOccurs="0"/> * <element ref="{http://www.citygml.org/ade/sub/0.9.0}_GenericApplicationPropertyOfAbstractTunnel" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </extension> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "AbstractTunnelType", propOrder = { "clazz", "function", "usage", "lod1Solid", "lod1MultiSurface", "lod1TerrainIntersection", "lod2Solid", "lod2MultiSurface", "lod2TerrainIntersection", "outerTunnelInstallation", "boundedBySurface", "lod3Solid", "lod3MultiSurface", "lod3TerrainIntersection", "lod4Solid", "lod4MultiSurface", "lod4TerrainIntersection", "interiorSpace", "consistsOfTunnelPart", "_GenericApplicationPropertyOfAbstractTunnel" }) @XmlSeeAlso({ TunnelPartType.class, TunnelType.class }) public class AbstractTunnelType extends AbstractSiteType { @XmlElement(name = "class") protected CodeType clazz; protected List<CodeType> function; protected List<CodeType> usage; protected SolidPropertyType lod1Solid; protected MultiSurfacePropertyType lod1MultiSurface; protected MultiCurvePropertyType lod1TerrainIntersection; protected SolidPropertyType lod2Solid; protected MultiSurfacePropertyType lod2MultiSurface; protected MultiCurvePropertyType lod2TerrainIntersection; protected List<OuterTunnelInstallationPropertyType> outerTunnelInstallation; @XmlElement(name = "boundedBy") protected List<BoundarySurfacePropertyType> boundedBySurface; protected SolidPropertyType lod3Solid; protected MultiSurfacePropertyType lod3MultiSurface; protected MultiCurvePropertyType lod3TerrainIntersection; protected SolidPropertyType lod4Solid; protected MultiSurfacePropertyType lod4MultiSurface; protected MultiCurvePropertyType lod4TerrainIntersection; protected List<InteriorRoomPropertyType> interiorSpace; protected List<TunnelPartPropertyType> consistsOfTunnelPart; protected List<Object> _GenericApplicationPropertyOfAbstractTunnel; /** * 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 lod1Solid-Eigenschaft ab. * * @return * possible object is * {@link SolidPropertyType } * */ public SolidPropertyType getLod1Solid() { return lod1Solid; } /** * Legt den Wert der lod1Solid-Eigenschaft fest. * * @param value * allowed object is * {@link SolidPropertyType } * */ public void setLod1Solid(SolidPropertyType value) { this.lod1Solid = value; } public boolean isSetLod1Solid() { return (this.lod1Solid!= null); } /** * Ruft den Wert der lod1MultiSurface-Eigenschaft ab. * * @return * possible object is * {@link MultiSurfacePropertyType } * */ public MultiSurfacePropertyType getLod1MultiSurface() { return lod1MultiSurface; } /** * Legt den Wert der lod1MultiSurface-Eigenschaft fest. * * @param value * allowed object is * {@link MultiSurfacePropertyType } * */ public void setLod1MultiSurface(MultiSurfacePropertyType value) { this.lod1MultiSurface = value; } public boolean isSetLod1MultiSurface() { return (this.lod1MultiSurface!= null); } /** * Ruft den Wert der lod1TerrainIntersection-Eigenschaft ab. * * @return * possible object is * {@link MultiCurvePropertyType } * */ public MultiCurvePropertyType getLod1TerrainIntersection() { return lod1TerrainIntersection; } /** * Legt den Wert der lod1TerrainIntersection-Eigenschaft fest. * * @param value * allowed object is * {@link MultiCurvePropertyType } * */ public void setLod1TerrainIntersection(MultiCurvePropertyType value) { this.lod1TerrainIntersection = value; } public boolean isSetLod1TerrainIntersection() { return (this.lod1TerrainIntersection!= null); } /** * Ruft den Wert der lod2Solid-Eigenschaft ab. * * @return * possible object is * {@link SolidPropertyType } * */ public SolidPropertyType getLod2Solid() { return lod2Solid; } /** * Legt den Wert der lod2Solid-Eigenschaft fest. * * @param value * allowed object is * {@link SolidPropertyType } * */ public void setLod2Solid(SolidPropertyType value) { this.lod2Solid = value; } public boolean isSetLod2Solid() { return (this.lod2Solid!= null); } /** * Ruft den Wert der lod2MultiSurface-Eigenschaft ab. * * @return * possible object is * {@link MultiSurfacePropertyType } * */ public MultiSurfacePropertyType getLod2MultiSurface() { return lod2MultiSurface; } /** * Legt den Wert der lod2MultiSurface-Eigenschaft fest. * * @param value * allowed object is * {@link MultiSurfacePropertyType } * */ public void setLod2MultiSurface(MultiSurfacePropertyType value) { this.lod2MultiSurface = value; } public boolean isSetLod2MultiSurface() { return (this.lod2MultiSurface!= null); } /** * Ruft den Wert der lod2TerrainIntersection-Eigenschaft ab. * * @return * possible object is * {@link MultiCurvePropertyType } * */ public MultiCurvePropertyType getLod2TerrainIntersection() { return lod2TerrainIntersection; } /** * Legt den Wert der lod2TerrainIntersection-Eigenschaft fest. * * @param value * allowed object is * {@link MultiCurvePropertyType } * */ public void setLod2TerrainIntersection(MultiCurvePropertyType value) { this.lod2TerrainIntersection = value; } public boolean isSetLod2TerrainIntersection() { return (this.lod2TerrainIntersection!= null); } /** * Gets the value of the outerTunnelInstallation 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 outerTunnelInstallation property. * * <p> * For example, to add a new item, do as follows: * <pre> * getOuterTunnelInstallation().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link OuterTunnelInstallationPropertyType } * * */ public List<OuterTunnelInstallationPropertyType> getOuterTunnelInstallation() { if (outerTunnelInstallation == null) { outerTunnelInstallation = new ArrayList<OuterTunnelInstallationPropertyType>(); } return this.outerTunnelInstallation; } public boolean isSetOuterTunnelInstallation() { return ((this.outerTunnelInstallation!= null)&&(!this.outerTunnelInstallation.isEmpty())); } public void unsetOuterTunnelInstallation() { this.outerTunnelInstallation = 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; } /** * Ruft den Wert der lod3Solid-Eigenschaft ab. * * @return * possible object is * {@link SolidPropertyType } * */ public SolidPropertyType getLod3Solid() { return lod3Solid; } /** * Legt den Wert der lod3Solid-Eigenschaft fest. * * @param value * allowed object is * {@link SolidPropertyType } * */ public void setLod3Solid(SolidPropertyType value) { this.lod3Solid = value; } public boolean isSetLod3Solid() { return (this.lod3Solid!= null); } /** * Ruft den Wert der lod3MultiSurface-Eigenschaft ab. * * @return * possible object is * {@link MultiSurfacePropertyType } * */ public MultiSurfacePropertyType getLod3MultiSurface() { return lod3MultiSurface; } /** * Legt den Wert der lod3MultiSurface-Eigenschaft fest. * * @param value * allowed object is * {@link MultiSurfacePropertyType } * */ public void setLod3MultiSurface(MultiSurfacePropertyType value) { this.lod3MultiSurface = value; } public boolean isSetLod3MultiSurface() { return (this.lod3MultiSurface!= null); } /** * Ruft den Wert der lod3TerrainIntersection-Eigenschaft ab. * * @return * possible object is * {@link MultiCurvePropertyType } * */ public MultiCurvePropertyType getLod3TerrainIntersection() { return lod3TerrainIntersection; } /** * Legt den Wert der lod3TerrainIntersection-Eigenschaft fest. * * @param value * allowed object is * {@link MultiCurvePropertyType } * */ public void setLod3TerrainIntersection(MultiCurvePropertyType value) { this.lod3TerrainIntersection = value; } public boolean isSetLod3TerrainIntersection() { return (this.lod3TerrainIntersection!= null); } /** * Ruft den Wert der lod4Solid-Eigenschaft ab. * * @return * possible object is * {@link SolidPropertyType } * */ public SolidPropertyType getLod4Solid() { return lod4Solid; } /** * Legt den Wert der lod4Solid-Eigenschaft fest. * * @param value * allowed object is * {@link SolidPropertyType } * */ public void setLod4Solid(SolidPropertyType value) { this.lod4Solid = value; } public boolean isSetLod4Solid() { return (this.lod4Solid!= null); } /** * Ruft den Wert der lod4MultiSurface-Eigenschaft ab. * * @return * possible object is * {@link MultiSurfacePropertyType } * */ public MultiSurfacePropertyType getLod4MultiSurface() { return lod4MultiSurface; } /** * Legt den Wert der lod4MultiSurface-Eigenschaft fest. * * @param value * allowed object is * {@link MultiSurfacePropertyType } * */ public void setLod4MultiSurface(MultiSurfacePropertyType value) { this.lod4MultiSurface = value; } public boolean isSetLod4MultiSurface() { return (this.lod4MultiSurface!= null); } /** * Ruft den Wert der lod4TerrainIntersection-Eigenschaft ab. * * @return * possible object is * {@link MultiCurvePropertyType } * */ public MultiCurvePropertyType getLod4TerrainIntersection() { return lod4TerrainIntersection; } /** * Legt den Wert der lod4TerrainIntersection-Eigenschaft fest. * * @param value * allowed object is * {@link MultiCurvePropertyType } * */ public void setLod4TerrainIntersection(MultiCurvePropertyType value) { this.lod4TerrainIntersection = value; } public boolean isSetLod4TerrainIntersection() { return (this.lod4TerrainIntersection!= null); } /** * Gets the value of the interiorSpace 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 interiorSpace property. * * <p> * For example, to add a new item, do as follows: * <pre> * getInteriorSpace().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link InteriorRoomPropertyType } * * */ public List<InteriorRoomPropertyType> getInteriorSpace() { if (interiorSpace == null) { interiorSpace = new ArrayList<InteriorRoomPropertyType>(); } return this.interiorSpace; } public boolean isSetInteriorSpace() { return ((this.interiorSpace!= null)&&(!this.interiorSpace.isEmpty())); } public void unsetInteriorSpace() { this.interiorSpace = null; } /** * Gets the value of the consistsOfTunnelPart 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 consistsOfTunnelPart property. * * <p> * For example, to add a new item, do as follows: * <pre> * getConsistsOfTunnelPart().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link TunnelPartPropertyType } * * */ public List<TunnelPartPropertyType> getConsistsOfTunnelPart() { if (consistsOfTunnelPart == null) { consistsOfTunnelPart = new ArrayList<TunnelPartPropertyType>(); } return this.consistsOfTunnelPart; } public boolean isSetConsistsOfTunnelPart() { return ((this.consistsOfTunnelPart!= null)&&(!this.consistsOfTunnelPart.isEmpty())); } public void unsetConsistsOfTunnelPart() { this.consistsOfTunnelPart = null; } /** * Gets the value of the genericApplicationPropertyOfAbstractTunnel 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 genericApplicationPropertyOfAbstractTunnel property. * * <p> * For example, to add a new item, do as follows: * <pre> * get_GenericApplicationPropertyOfAbstractTunnel().add(newItem); * </pre> * * * <p> * Objects of the following type(s) are allowed in the list * {@link Object } * * */ public List<Object> get_GenericApplicationPropertyOfAbstractTunnel() { if (_GenericApplicationPropertyOfAbstractTunnel == null) { _GenericApplicationPropertyOfAbstractTunnel = new ArrayList<Object>(); } return this._GenericApplicationPropertyOfAbstractTunnel; } public boolean isSet_GenericApplicationPropertyOfAbstractTunnel() { return ((this._GenericApplicationPropertyOfAbstractTunnel!= null)&&(!this._GenericApplicationPropertyOfAbstractTunnel.isEmpty())); } public void unset_GenericApplicationPropertyOfAbstractTunnel() { this._GenericApplicationPropertyOfAbstractTunnel = null; } }