aero.amxm.TaxiwayIntersectionMarkingType 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.CurvePropertyType;
/**
* Java class for TaxiwayIntersectionMarkingType complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="TaxiwayIntersectionMarkingType">
* <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="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="aippub" type="{http://www.amxm.aero/schema/2.0.0}aippubTypeType"/>
* <element name="idp" type="{http://www.amxm.aero/schema/2.0.0}idpTypeType"/>
* <element name="geoline" type="{http://www.opengis.net/gml/3.2}CurvePropertyType"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "TaxiwayIntersectionMarkingType", propOrder = {
"idlin",
"holddir",
"marktype",
"aippub",
"idp",
"geoline"
})
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public class TaxiwayIntersectionMarkingType
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, nillable = 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, nillable = 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 AippubTypeType aippub;
@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 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 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 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 aippub property.
*
* @return
* possible object is
* {@link AippubTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public AippubTypeType getAippub() {
return aippub;
}
/**
* Sets the value of the aippub property.
*
* @param value
* allowed object is
* {@link AippubTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setAippub(AippubTypeType value) {
this.aippub = 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 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;
}
}