aero.amxm.ParkingStandAreaType 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 ParkingStandAreaType complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="ParkingStandAreaType">
* <complexContent>
* <extension base="{http://www.amxm.aero/schema/2.0.0}FeatureVerticalQualityType">
* <sequence>
* <element name="idstd" type="{http://www.amxm.aero/schema/2.0.0}idstdTypeType"/>
* <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="restacft" type="{http://www.amxm.aero/schema/2.0.0}restacftTypeType"/>
* <element name="jetway" type="{http://www.amxm.aero/schema/2.0.0}jetwayTypeType"/>
* <element name="fuel" type="{http://www.amxm.aero/schema/2.0.0}fuelTypeType" minOccurs="0"/>
* <element name="towing" type="{http://www.amxm.aero/schema/2.0.0}towingTypeType"/>
* <element name="docking" type="{http://www.amxm.aero/schema/2.0.0}dockingTypeType"/>
* <element name="gndpower" type="{http://www.amxm.aero/schema/2.0.0}gndpowerTypeType"/>
* <element name="idapron" type="{http://www.amxm.aero/schema/2.0.0}idapronTypeType"/>
* <element name="termref" type="{http://www.amxm.aero/schema/2.0.0}termrefTypeType"/>
* <element name="status" type="{http://www.amxm.aero/schema/2.0.0}statusTypeType"/>
* <element name="geopoly" type="{http://www.opengis.net/gml/3.2}SurfacePropertyType"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ParkingStandAreaType", propOrder = {
"idstd",
"gsurftyp",
"pcn",
"restacft",
"jetway",
"fuel",
"towing",
"docking",
"gndpower",
"idapron",
"termref",
"status",
"geopoly"
})
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public class ParkingStandAreaType
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 IdstdTypeType idstd;
@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 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 JetwayTypeType jetway;
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
protected FuelTypeType fuel;
@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 TowingTypeType towing;
@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 DockingTypeType docking;
@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 GndpowerTypeType gndpower;
@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 TermrefTypeType termref;
@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 SurfacePropertyType geopoly;
/**
* Gets the value of the idstd property.
*
* @return
* possible object is
* {@link IdstdTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public IdstdTypeType getIdstd() {
return idstd;
}
/**
* Sets the value of the idstd property.
*
* @param value
* allowed object is
* {@link IdstdTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setIdstd(IdstdTypeType value) {
this.idstd = 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 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 jetway property.
*
* @return
* possible object is
* {@link JetwayTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public JetwayTypeType getJetway() {
return jetway;
}
/**
* Sets the value of the jetway property.
*
* @param value
* allowed object is
* {@link JetwayTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setJetway(JetwayTypeType value) {
this.jetway = value;
}
/**
* Gets the value of the fuel property.
*
* @return
* possible object is
* {@link FuelTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public FuelTypeType getFuel() {
return fuel;
}
/**
* Sets the value of the fuel property.
*
* @param value
* allowed object is
* {@link FuelTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setFuel(FuelTypeType value) {
this.fuel = value;
}
/**
* Gets the value of the towing property.
*
* @return
* possible object is
* {@link TowingTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public TowingTypeType getTowing() {
return towing;
}
/**
* Sets the value of the towing property.
*
* @param value
* allowed object is
* {@link TowingTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setTowing(TowingTypeType value) {
this.towing = value;
}
/**
* Gets the value of the docking property.
*
* @return
* possible object is
* {@link DockingTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public DockingTypeType getDocking() {
return docking;
}
/**
* Sets the value of the docking property.
*
* @param value
* allowed object is
* {@link DockingTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setDocking(DockingTypeType value) {
this.docking = value;
}
/**
* Gets the value of the gndpower property.
*
* @return
* possible object is
* {@link GndpowerTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public GndpowerTypeType getGndpower() {
return gndpower;
}
/**
* Sets the value of the gndpower property.
*
* @param value
* allowed object is
* {@link GndpowerTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setGndpower(GndpowerTypeType value) {
this.gndpower = 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 termref property.
*
* @return
* possible object is
* {@link TermrefTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public TermrefTypeType getTermref() {
return termref;
}
/**
* Sets the value of the termref property.
*
* @param value
* allowed object is
* {@link TermrefTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setTermref(TermrefTypeType value) {
this.termref = 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 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;
}
}