aero.amxm.RunwayThresholdType Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of amxm-jaxb Show documentation
Show all versions of amxm-jaxb Show documentation
The Java XML Bindings for the Aerodrome Mapping Exchange Model.
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.PointPropertyType;
/**
* Java class for RunwayThresholdType complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="RunwayThresholdType">
* <complexContent>
* <extension base="{http://www.amxm.aero/schema/2.0.0}FeatureVerticalQualityType">
* <sequence>
* <element name="idthr" type="{http://www.amxm.aero/schema/2.0.0}idthrTypeType"/>
* <element name="tdze" type="{http://www.amxm.aero/schema/2.0.0}tdzeTypeType"/>
* <element name="tdzslope" type="{http://www.amxm.aero/schema/2.0.0}tdzslopeTypeType"/>
* <element name="brngtrue" type="{http://www.amxm.aero/schema/2.0.0}brngtrueTypeType"/>
* <element name="brngmag" type="{http://www.amxm.aero/schema/2.0.0}brngmagTypeType"/>
* <element name="rwyslope" type="{http://www.amxm.aero/schema/2.0.0}rwyslopeTypeType"/>
* <element name="tora" type="{http://www.amxm.aero/schema/2.0.0}toraTypeType"/>
* <element name="toda" type="{http://www.amxm.aero/schema/2.0.0}todaTypeType"/>
* <element name="asda" type="{http://www.amxm.aero/schema/2.0.0}asdaTypeType"/>
* <element name="lda" type="{http://www.amxm.aero/schema/2.0.0}ldaTypeType"/>
* <element name="cat" type="{http://www.amxm.aero/schema/2.0.0}catTypeType"/>
* <element name="vasis" type="{http://www.amxm.aero/schema/2.0.0}vasisTypeType"/>
* <element name="status" type="{http://www.amxm.aero/schema/2.0.0}statusTypeType"/>
* <element name="geound" type="{http://www.amxm.aero/schema/2.0.0}geoundTypeType"/>
* <element name="thrtype" type="{http://www.amxm.aero/schema/2.0.0}thrtypeTypeType" minOccurs="0"/>
* <element name="ellipse" type="{http://www.amxm.aero/schema/2.0.0}ellipseTypeType"/>
* <element name="elev" type="{http://www.amxm.aero/schema/2.0.0}elevTypeType"/>
* <element name="lvo" type="{http://www.amxm.aero/schema/2.0.0}lvoTypeType"/>
* <element name="tohlight" type="{http://www.amxm.aero/schema/2.0.0}tohlightTypeType"/>
* <element name="alstype" type="{http://www.amxm.aero/schema/2.0.0}alstypeTypeType"/>
* <element name="geopnt" type="{http://www.opengis.net/gml/3.2}PointPropertyType"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "RunwayThresholdType", propOrder = {
"idthr",
"tdze",
"tdzslope",
"brngtrue",
"brngmag",
"rwyslope",
"tora",
"toda",
"asda",
"lda",
"cat",
"vasis",
"status",
"geound",
"thrtype",
"ellipse",
"elev",
"lvo",
"tohlight",
"alstype",
"geopnt"
})
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public class RunwayThresholdType
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 IdthrTypeType idthr;
@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 TdzeTypeType tdze;
@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 TdzslopeTypeType tdzslope;
@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 BrngtrueTypeType brngtrue;
@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 BrngmagTypeType brngmag;
@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 RwyslopeTypeType rwyslope;
@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 ToraTypeType tora;
@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 TodaTypeType toda;
@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 AsdaTypeType asda;
@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 LdaTypeType lda;
@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 CatTypeType cat;
@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 VasisTypeType vasis;
@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 GeoundTypeType geound;
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
protected ThrtypeTypeType thrtype;
@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 EllipseTypeType ellipse;
@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 ElevTypeType elev;
@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 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 TohlightTypeType tohlight;
@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 AlstypeTypeType alstype;
@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 PointPropertyType geopnt;
/**
* Gets the value of the idthr property.
*
* @return
* possible object is
* {@link IdthrTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public IdthrTypeType getIdthr() {
return idthr;
}
/**
* Sets the value of the idthr property.
*
* @param value
* allowed object is
* {@link IdthrTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setIdthr(IdthrTypeType value) {
this.idthr = value;
}
/**
* Gets the value of the tdze property.
*
* @return
* possible object is
* {@link TdzeTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public TdzeTypeType getTdze() {
return tdze;
}
/**
* Sets the value of the tdze property.
*
* @param value
* allowed object is
* {@link TdzeTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setTdze(TdzeTypeType value) {
this.tdze = value;
}
/**
* Gets the value of the tdzslope property.
*
* @return
* possible object is
* {@link TdzslopeTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public TdzslopeTypeType getTdzslope() {
return tdzslope;
}
/**
* Sets the value of the tdzslope property.
*
* @param value
* allowed object is
* {@link TdzslopeTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setTdzslope(TdzslopeTypeType value) {
this.tdzslope = value;
}
/**
* Gets the value of the brngtrue property.
*
* @return
* possible object is
* {@link BrngtrueTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public BrngtrueTypeType getBrngtrue() {
return brngtrue;
}
/**
* Sets the value of the brngtrue property.
*
* @param value
* allowed object is
* {@link BrngtrueTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setBrngtrue(BrngtrueTypeType value) {
this.brngtrue = value;
}
/**
* Gets the value of the brngmag property.
*
* @return
* possible object is
* {@link BrngmagTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public BrngmagTypeType getBrngmag() {
return brngmag;
}
/**
* Sets the value of the brngmag property.
*
* @param value
* allowed object is
* {@link BrngmagTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setBrngmag(BrngmagTypeType value) {
this.brngmag = value;
}
/**
* Gets the value of the rwyslope property.
*
* @return
* possible object is
* {@link RwyslopeTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public RwyslopeTypeType getRwyslope() {
return rwyslope;
}
/**
* Sets the value of the rwyslope property.
*
* @param value
* allowed object is
* {@link RwyslopeTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setRwyslope(RwyslopeTypeType value) {
this.rwyslope = value;
}
/**
* Gets the value of the tora property.
*
* @return
* possible object is
* {@link ToraTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public ToraTypeType getTora() {
return tora;
}
/**
* Sets the value of the tora property.
*
* @param value
* allowed object is
* {@link ToraTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setTora(ToraTypeType value) {
this.tora = value;
}
/**
* Gets the value of the toda property.
*
* @return
* possible object is
* {@link TodaTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public TodaTypeType getToda() {
return toda;
}
/**
* Sets the value of the toda property.
*
* @param value
* allowed object is
* {@link TodaTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setToda(TodaTypeType value) {
this.toda = value;
}
/**
* Gets the value of the asda property.
*
* @return
* possible object is
* {@link AsdaTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public AsdaTypeType getAsda() {
return asda;
}
/**
* Sets the value of the asda property.
*
* @param value
* allowed object is
* {@link AsdaTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setAsda(AsdaTypeType value) {
this.asda = value;
}
/**
* Gets the value of the lda property.
*
* @return
* possible object is
* {@link LdaTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public LdaTypeType getLda() {
return lda;
}
/**
* Sets the value of the lda property.
*
* @param value
* allowed object is
* {@link LdaTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setLda(LdaTypeType value) {
this.lda = value;
}
/**
* Gets the value of the cat property.
*
* @return
* possible object is
* {@link CatTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public CatTypeType getCat() {
return cat;
}
/**
* Sets the value of the cat property.
*
* @param value
* allowed object is
* {@link CatTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setCat(CatTypeType value) {
this.cat = value;
}
/**
* Gets the value of the vasis property.
*
* @return
* possible object is
* {@link VasisTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public VasisTypeType getVasis() {
return vasis;
}
/**
* Sets the value of the vasis property.
*
* @param value
* allowed object is
* {@link VasisTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setVasis(VasisTypeType value) {
this.vasis = 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 geound property.
*
* @return
* possible object is
* {@link GeoundTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public GeoundTypeType getGeound() {
return geound;
}
/**
* Sets the value of the geound property.
*
* @param value
* allowed object is
* {@link GeoundTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setGeound(GeoundTypeType value) {
this.geound = value;
}
/**
* Gets the value of the thrtype property.
*
* @return
* possible object is
* {@link ThrtypeTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public ThrtypeTypeType getThrtype() {
return thrtype;
}
/**
* Sets the value of the thrtype property.
*
* @param value
* allowed object is
* {@link ThrtypeTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setThrtype(ThrtypeTypeType value) {
this.thrtype = value;
}
/**
* Gets the value of the ellipse property.
*
* @return
* possible object is
* {@link EllipseTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public EllipseTypeType getEllipse() {
return ellipse;
}
/**
* Sets the value of the ellipse property.
*
* @param value
* allowed object is
* {@link EllipseTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setEllipse(EllipseTypeType value) {
this.ellipse = value;
}
/**
* Gets the value of the elev property.
*
* @return
* possible object is
* {@link ElevTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public ElevTypeType getElev() {
return elev;
}
/**
* Sets the value of the elev property.
*
* @param value
* allowed object is
* {@link ElevTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setElev(ElevTypeType value) {
this.elev = 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 tohlight property.
*
* @return
* possible object is
* {@link TohlightTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public TohlightTypeType getTohlight() {
return tohlight;
}
/**
* Sets the value of the tohlight property.
*
* @param value
* allowed object is
* {@link TohlightTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setTohlight(TohlightTypeType value) {
this.tohlight = value;
}
/**
* Gets the value of the alstype property.
*
* @return
* possible object is
* {@link AlstypeTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public AlstypeTypeType getAlstype() {
return alstype;
}
/**
* Sets the value of the alstype property.
*
* @param value
* allowed object is
* {@link AlstypeTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setAlstype(AlstypeTypeType value) {
this.alstype = value;
}
/**
* Gets the value of the geopnt property.
*
* @return
* possible object is
* {@link PointPropertyType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public PointPropertyType getGeopnt() {
return geopnt;
}
/**
* Sets the value of the geopnt property.
*
* @param value
* allowed object is
* {@link PointPropertyType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setGeopnt(PointPropertyType value) {
this.geopnt = value;
}
}