aero.amxm.RunwayElementType 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.SurfacePropertyType;
/**
* Java class for RunwayElementType complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="RunwayElementType">
* <complexContent>
* <extension base="{http://www.amxm.aero/schema/2.0.0}FeatureVerticalQualityType">
* <sequence>
* <element name="idrwy" type="{http://www.amxm.aero/schema/2.0.0}idrwyTypeType"/>
* <element name="pcn" type="{http://www.amxm.aero/schema/2.0.0}pcnTypeType"/>
* <element name="restacft" type="{http://www.amxm.aero/schema/2.0.0}restacftTypeType"/>
* <element name="width" type="{http://www.amxm.aero/schema/2.0.0}widthTypeType"/>
* <element name="length" type="{http://www.amxm.aero/schema/2.0.0}lengthTypeType"/>
* <element name="surftype" type="{http://www.amxm.aero/schema/2.0.0}surftypeTypeType"/>
* <element name="status" type="{http://www.amxm.aero/schema/2.0.0}statusTypeType"/>
* <element name="lvo" type="{http://www.amxm.aero/schema/2.0.0}lvoTypeType"/>
* <element name="geopoly" type="{http://www.opengis.net/gml/3.2}SurfacePropertyType"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "RunwayElementType", propOrder = {
"idrwy",
"pcn",
"restacft",
"width",
"length",
"surftype",
"status",
"lvo",
"geopoly"
})
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public class RunwayElementType
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 IdrwyTypeType idrwy;
@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 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 WidthTypeType width;
@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 LengthTypeType length;
@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 SurftypeTypeType surftype;
@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 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 SurfacePropertyType geopoly;
/**
* Gets the value of the idrwy property.
*
* @return
* possible object is
* {@link IdrwyTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public IdrwyTypeType getIdrwy() {
return idrwy;
}
/**
* Sets the value of the idrwy property.
*
* @param value
* allowed object is
* {@link IdrwyTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setIdrwy(IdrwyTypeType value) {
this.idrwy = 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 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 width property.
*
* @return
* possible object is
* {@link WidthTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public WidthTypeType getWidth() {
return width;
}
/**
* Sets the value of the width property.
*
* @param value
* allowed object is
* {@link WidthTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setWidth(WidthTypeType value) {
this.width = value;
}
/**
* Gets the value of the length property.
*
* @return
* possible object is
* {@link LengthTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public LengthTypeType getLength() {
return length;
}
/**
* Sets the value of the length property.
*
* @param value
* allowed object is
* {@link LengthTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setLength(LengthTypeType value) {
this.length = value;
}
/**
* Gets the value of the surftype property.
*
* @return
* possible object is
* {@link SurftypeTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public SurftypeTypeType getSurftype() {
return surftype;
}
/**
* Sets the value of the surftype property.
*
* @param value
* allowed object is
* {@link SurftypeTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setSurftype(SurftypeTypeType value) {
this.surftype = 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 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 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;
}
}