All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aero.amxm.TaxiwayElementType Maven / Gradle / Ivy

The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2016.09.27 at 09:41:12 AM PDT 
//


package aero.amxm;

import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import net.opengis.gml.SurfacePropertyType;


/**
 * 

Java class for TaxiwayElementType complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="TaxiwayElementType">
 *   <complexContent>
 *     <extension base="{http://www.amxm.aero/schema/2.0.0}FeatureVerticalQualityType">
 *       <sequence>
 *         <element name="idlin" type="{http://www.amxm.aero/schema/2.0.0}idlinTypeType"/>
 *         <element name="idapron" type="{http://www.amxm.aero/schema/2.0.0}idapronTypeType"/>
 *         <element name="gsurftyp" type="{http://www.amxm.aero/schema/2.0.0}gsurftypTypeType"/>
 *         <element name="pcn" type="{http://www.amxm.aero/schema/2.0.0}pcnTypeType"/>
 *         <element name="bridge" type="{http://www.amxm.aero/schema/2.0.0}bridgeTypeType"/>
 *         <element name="restacft" type="{http://www.amxm.aero/schema/2.0.0}restacftTypeType"/>
 *         <element name="status" type="{http://www.amxm.aero/schema/2.0.0}statusTypeType"/>
 *         <element name="idcross" type="{http://www.amxm.aero/schema/2.0.0}idcrossTypeType"/>
 *         <element name="idinter" type="{http://www.amxm.aero/schema/2.0.0}idinterTypeType"/>
 *         <element name="lvo" type="{http://www.amxm.aero/schema/2.0.0}lvoTypeType"/>
 *         <element name="featbase" type="{http://www.amxm.aero/schema/2.0.0}featbaseTypeType"/>
 *         <element name="idbase" type="{http://www.amxm.aero/schema/2.0.0}idbaseTypeType" minOccurs="0"/>
 *         <element name="geopoly" type="{http://www.opengis.net/gml/3.2}SurfacePropertyType"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "TaxiwayElementType", propOrder = { "idlin", "idapron", "gsurftyp", "pcn", "bridge", "restacft", "status", "idcross", "idinter", "lvo", "featbase", "idbase", "geopoly" }) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public class TaxiwayElementType extends FeatureVerticalQualityType { @XmlElement(required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") protected IdlinTypeType idlin; @XmlElement(required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") protected IdapronTypeType idapron; @XmlElement(required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") protected GsurftypTypeType gsurftyp; @XmlElement(required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") protected PcnTypeType pcn; @XmlElement(required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") protected BridgeTypeType bridge; @XmlElement(required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") protected RestacftTypeType restacft; @XmlElement(required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") protected StatusTypeType status; @XmlElement(required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") protected IdcrossTypeType idcross; @XmlElement(required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") protected IdinterTypeType idinter; @XmlElement(required = true, nillable = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") protected LvoTypeType lvo; @XmlElement(required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") protected FeatbaseTypeType featbase; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") protected IdbaseTypeType idbase; @XmlElement(required = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") protected SurfacePropertyType geopoly; /** * Gets the value of the idlin property. * * @return * possible object is * {@link IdlinTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public IdlinTypeType getIdlin() { return idlin; } /** * Sets the value of the idlin property. * * @param value * allowed object is * {@link IdlinTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setIdlin(IdlinTypeType value) { this.idlin = value; } /** * Gets the value of the idapron property. * * @return * possible object is * {@link IdapronTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public IdapronTypeType getIdapron() { return idapron; } /** * Sets the value of the idapron property. * * @param value * allowed object is * {@link IdapronTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setIdapron(IdapronTypeType value) { this.idapron = value; } /** * Gets the value of the gsurftyp property. * * @return * possible object is * {@link GsurftypTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public GsurftypTypeType getGsurftyp() { return gsurftyp; } /** * Sets the value of the gsurftyp property. * * @param value * allowed object is * {@link GsurftypTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setGsurftyp(GsurftypTypeType value) { this.gsurftyp = value; } /** * Gets the value of the pcn property. * * @return * possible object is * {@link PcnTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public PcnTypeType getPcn() { return pcn; } /** * Sets the value of the pcn property. * * @param value * allowed object is * {@link PcnTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setPcn(PcnTypeType value) { this.pcn = value; } /** * Gets the value of the bridge property. * * @return * possible object is * {@link BridgeTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public BridgeTypeType getBridge() { return bridge; } /** * Sets the value of the bridge property. * * @param value * allowed object is * {@link BridgeTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setBridge(BridgeTypeType value) { this.bridge = value; } /** * Gets the value of the restacft property. * * @return * possible object is * {@link RestacftTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public RestacftTypeType getRestacft() { return restacft; } /** * Sets the value of the restacft property. * * @param value * allowed object is * {@link RestacftTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setRestacft(RestacftTypeType value) { this.restacft = value; } /** * Gets the value of the status property. * * @return * possible object is * {@link StatusTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public StatusTypeType getStatus() { return status; } /** * Sets the value of the status property. * * @param value * allowed object is * {@link StatusTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setStatus(StatusTypeType value) { this.status = value; } /** * Gets the value of the idcross property. * * @return * possible object is * {@link IdcrossTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public IdcrossTypeType getIdcross() { return idcross; } /** * Sets the value of the idcross property. * * @param value * allowed object is * {@link IdcrossTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setIdcross(IdcrossTypeType value) { this.idcross = value; } /** * Gets the value of the idinter property. * * @return * possible object is * {@link IdinterTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public IdinterTypeType getIdinter() { return idinter; } /** * Sets the value of the idinter property. * * @param value * allowed object is * {@link IdinterTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setIdinter(IdinterTypeType value) { this.idinter = value; } /** * Gets the value of the lvo property. * * @return * possible object is * {@link LvoTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public LvoTypeType getLvo() { return lvo; } /** * Sets the value of the lvo property. * * @param value * allowed object is * {@link LvoTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setLvo(LvoTypeType value) { this.lvo = value; } /** * Gets the value of the featbase property. * * @return * possible object is * {@link FeatbaseTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public FeatbaseTypeType getFeatbase() { return featbase; } /** * Sets the value of the featbase property. * * @param value * allowed object is * {@link FeatbaseTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setFeatbase(FeatbaseTypeType value) { this.featbase = value; } /** * Gets the value of the idbase property. * * @return * possible object is * {@link IdbaseTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public IdbaseTypeType getIdbase() { return idbase; } /** * Sets the value of the idbase property. * * @param value * allowed object is * {@link IdbaseTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setIdbase(IdbaseTypeType value) { this.idbase = value; } /** * Gets the value of the geopoly property. * * @return * possible object is * {@link SurfacePropertyType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public SurfacePropertyType getGeopoly() { return geopoly; } /** * Sets the value of the geopoly property. * * @param value * allowed object is * {@link SurfacePropertyType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setGeopoly(SurfacePropertyType value) { this.geopoly = value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy