aero.amxm.AsrnEdgeType 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 AsrnEdgeType complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="AsrnEdgeType">
* <complexContent>
* <extension base="{http://www.amxm.aero/schema/2.0.0}AsrnBaseType">
* <sequence>
* <element name="direc" type="{http://www.amxm.aero/schema/2.0.0}direcTypeType"/>
* <element name="node1ref" type="{http://www.amxm.aero/schema/2.0.0}node1refTypeType"/>
* <element name="node2ref" type="{http://www.amxm.aero/schema/2.0.0}node2refTypeType"/>
* <element name="edgederv" type="{http://www.amxm.aero/schema/2.0.0}edgedervTypeType"/>
* <element name="edgetype" type="{http://www.amxm.aero/schema/2.0.0}edgetypeTypeType"/>
* <element name="idbase" type="{http://www.amxm.aero/schema/2.0.0}idbaseTypeType"/>
* <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="idapron" type="{http://www.amxm.aero/schema/2.0.0}idapronTypeType"/>
* <element name="wingspan" type="{http://www.amxm.aero/schema/2.0.0}wingspanTypeType"/>
* <element name="curvatur" type="{http://www.amxm.aero/schema/2.0.0}curvaturTypeType"/>
* <element name="edgelen" type="{http://www.amxm.aero/schema/2.0.0}edgelenTypeType"/>
* <element name="geoline" type="{http://www.opengis.net/gml/3.2}CurvePropertyType"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AsrnEdgeType", propOrder = {
"direc",
"node1Ref",
"node2Ref",
"edgederv",
"edgetype",
"idbase",
"pcn",
"restacft",
"idapron",
"wingspan",
"curvatur",
"edgelen",
"geoline"
})
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public class AsrnEdgeType
extends AsrnBaseType
{
@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 DirecTypeType direc;
@XmlElement(name = "node1ref", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
protected Node1RefTypeType node1Ref;
@XmlElement(name = "node2ref", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
protected Node2RefTypeType node2Ref;
@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 EdgedervTypeType edgederv;
@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 EdgetypeTypeType edgetype;
@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 IdbaseTypeType idbase;
@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 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 WingspanTypeType wingspan;
@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 CurvaturTypeType curvatur;
@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 EdgelenTypeType edgelen;
@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 direc property.
*
* @return
* possible object is
* {@link DirecTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public DirecTypeType getDirec() {
return direc;
}
/**
* Sets the value of the direc property.
*
* @param value
* allowed object is
* {@link DirecTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setDirec(DirecTypeType value) {
this.direc = value;
}
/**
* Gets the value of the node1Ref property.
*
* @return
* possible object is
* {@link Node1RefTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public Node1RefTypeType getNode1Ref() {
return node1Ref;
}
/**
* Sets the value of the node1Ref property.
*
* @param value
* allowed object is
* {@link Node1RefTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setNode1Ref(Node1RefTypeType value) {
this.node1Ref = value;
}
/**
* Gets the value of the node2Ref property.
*
* @return
* possible object is
* {@link Node2RefTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public Node2RefTypeType getNode2Ref() {
return node2Ref;
}
/**
* Sets the value of the node2Ref property.
*
* @param value
* allowed object is
* {@link Node2RefTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setNode2Ref(Node2RefTypeType value) {
this.node2Ref = value;
}
/**
* Gets the value of the edgederv property.
*
* @return
* possible object is
* {@link EdgedervTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public EdgedervTypeType getEdgederv() {
return edgederv;
}
/**
* Sets the value of the edgederv property.
*
* @param value
* allowed object is
* {@link EdgedervTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setEdgederv(EdgedervTypeType value) {
this.edgederv = value;
}
/**
* Gets the value of the edgetype property.
*
* @return
* possible object is
* {@link EdgetypeTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public EdgetypeTypeType getEdgetype() {
return edgetype;
}
/**
* Sets the value of the edgetype property.
*
* @param value
* allowed object is
* {@link EdgetypeTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setEdgetype(EdgetypeTypeType value) {
this.edgetype = value;
}
/**
* Gets the value of the idbase property.
*
* @return
* possible object is
* {@link IdbaseTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public IdbaseTypeType getIdbase() {
return idbase;
}
/**
* Sets the value of the idbase property.
*
* @param value
* allowed object is
* {@link IdbaseTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setIdbase(IdbaseTypeType value) {
this.idbase = 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 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 wingspan property.
*
* @return
* possible object is
* {@link WingspanTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public WingspanTypeType getWingspan() {
return wingspan;
}
/**
* Sets the value of the wingspan property.
*
* @param value
* allowed object is
* {@link WingspanTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setWingspan(WingspanTypeType value) {
this.wingspan = value;
}
/**
* Gets the value of the curvatur property.
*
* @return
* possible object is
* {@link CurvaturTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public CurvaturTypeType getCurvatur() {
return curvatur;
}
/**
* Sets the value of the curvatur property.
*
* @param value
* allowed object is
* {@link CurvaturTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setCurvatur(CurvaturTypeType value) {
this.curvatur = value;
}
/**
* Gets the value of the edgelen property.
*
* @return
* possible object is
* {@link EdgelenTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public EdgelenTypeType getEdgelen() {
return edgelen;
}
/**
* Sets the value of the edgelen property.
*
* @param value
* allowed object is
* {@link EdgelenTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setEdgelen(EdgelenTypeType value) {
this.edgelen = 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;
}
}