aero.amxm.AerodromeSurfaceLightingType 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 AerodromeSurfaceLightingType complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="AerodromeSurfaceLightingType">
* <complexContent>
* <extension base="{http://www.amxm.aero/schema/2.0.0}FeatureVerticalQualityType">
* <sequence>
* <element name="status" type="{http://www.amxm.aero/schema/2.0.0}statusTypeType"/>
* <element name="color" type="{http://www.amxm.aero/schema/2.0.0}colorTypeType"/>
* <element name="lgtuse" type="{http://www.amxm.aero/schema/2.0.0}lgtuseTypeType"/>
* <element name="lstype" type="{http://www.amxm.aero/schema/2.0.0}lstypeTypeType"/>
* <element name="geopnt" type="{http://www.opengis.net/gml/3.2}PointPropertyType"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AerodromeSurfaceLightingType", propOrder = {
"status",
"color",
"lgtuse",
"lstype",
"geopnt"
})
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public class AerodromeSurfaceLightingType
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 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 ColorTypeType color;
@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 LgtuseTypeType lgtuse;
@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 LstypeTypeType lstype;
@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 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 color property.
*
* @return
* possible object is
* {@link ColorTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public ColorTypeType getColor() {
return color;
}
/**
* Sets the value of the color property.
*
* @param value
* allowed object is
* {@link ColorTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setColor(ColorTypeType value) {
this.color = value;
}
/**
* Gets the value of the lgtuse property.
*
* @return
* possible object is
* {@link LgtuseTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public LgtuseTypeType getLgtuse() {
return lgtuse;
}
/**
* Sets the value of the lgtuse property.
*
* @param value
* allowed object is
* {@link LgtuseTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setLgtuse(LgtuseTypeType value) {
this.lgtuse = value;
}
/**
* Gets the value of the lstype property.
*
* @return
* possible object is
* {@link LstypeTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public LstypeTypeType getLstype() {
return lstype;
}
/**
* Sets the value of the lstype property.
*
* @param value
* allowed object is
* {@link LstypeTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setLstype(LstypeTypeType value) {
this.lstype = 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;
}
}