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

aero.amxm.TaxiwayHoldingPositionType 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.CurvePropertyType;


/**
 * 

Java class for TaxiwayHoldingPositionType complex type. * *

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

 * <complexType name="TaxiwayHoldingPositionType">
 *   <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="idp" type="{http://www.amxm.aero/schema/2.0.0}idpTypeType"/>
 *         <element name="status" type="{http://www.amxm.aero/schema/2.0.0}statusTypeType"/>
 *         <element name="catstop" type="{http://www.amxm.aero/schema/2.0.0}catstopTypeType"/>
 *         <element name="rwyahtxt" type="{http://www.amxm.aero/schema/2.0.0}rwyahtxtTypeType"/>
 *         <element name="holddir" type="{http://www.amxm.aero/schema/2.0.0}holddirTypeType"/>
 *         <element name="marktype" type="{http://www.amxm.aero/schema/2.0.0}marktypeTypeType"/>
 *         <element name="lvo" type="{http://www.amxm.aero/schema/2.0.0}lvoTypeType"/>
 *         <element name="rwelight" type="{http://www.amxm.aero/schema/2.0.0}rwelightTypeType"/>
 *         <element name="geoline" type="{http://www.opengis.net/gml/3.2}CurvePropertyType"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "TaxiwayHoldingPositionType", propOrder = { "idlin", "idp", "status", "catstop", "rwyahtxt", "holddir", "marktype", "lvo", "rwelight", "geoline" }) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public class TaxiwayHoldingPositionType 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 IdpTypeType idp; @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 CatstopTypeType catstop; @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 RwyahtxtTypeType rwyahtxt; @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 HolddirTypeType holddir; @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 MarktypeTypeType marktype; @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, nillable = true) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") protected RwelightTypeType rwelight; @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 CurvePropertyType geoline; /** * 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 idp property. * * @return * possible object is * {@link IdpTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public IdpTypeType getIdp() { return idp; } /** * Sets the value of the idp property. * * @param value * allowed object is * {@link IdpTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setIdp(IdpTypeType value) { this.idp = 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 catstop property. * * @return * possible object is * {@link CatstopTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public CatstopTypeType getCatstop() { return catstop; } /** * Sets the value of the catstop property. * * @param value * allowed object is * {@link CatstopTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setCatstop(CatstopTypeType value) { this.catstop = value; } /** * Gets the value of the rwyahtxt property. * * @return * possible object is * {@link RwyahtxtTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public RwyahtxtTypeType getRwyahtxt() { return rwyahtxt; } /** * Sets the value of the rwyahtxt property. * * @param value * allowed object is * {@link RwyahtxtTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setRwyahtxt(RwyahtxtTypeType value) { this.rwyahtxt = value; } /** * Gets the value of the holddir property. * * @return * possible object is * {@link HolddirTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public HolddirTypeType getHolddir() { return holddir; } /** * Sets the value of the holddir property. * * @param value * allowed object is * {@link HolddirTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setHolddir(HolddirTypeType value) { this.holddir = value; } /** * Gets the value of the marktype property. * * @return * possible object is * {@link MarktypeTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public MarktypeTypeType getMarktype() { return marktype; } /** * Sets the value of the marktype property. * * @param value * allowed object is * {@link MarktypeTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setMarktype(MarktypeTypeType value) { this.marktype = 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 rwelight property. * * @return * possible object is * {@link RwelightTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public RwelightTypeType getRwelight() { return rwelight; } /** * Sets the value of the rwelight property. * * @param value * allowed object is * {@link RwelightTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setRwelight(RwelightTypeType value) { this.rwelight = value; } /** * Gets the value of the geoline property. * * @return * possible object is * {@link CurvePropertyType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public CurvePropertyType getGeoline() { return geoline; } /** * Sets the value of the geoline property. * * @param value * allowed object is * {@link CurvePropertyType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setGeoline(CurvePropertyType value) { this.geoline = value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy