aero.amxm.PositionMarkingType 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 PositionMarkingType complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="PositionMarkingType">
* <complexContent>
* <extension base="{http://www.amxm.aero/schema/2.0.0}FeatureBaseType">
* <sequence>
* <element name="idpm" type="{http://www.amxm.aero/schema/2.0.0}idpmTypeType"/>
* <element name="pmtyp" type="{http://www.amxm.aero/schema/2.0.0}pmtypTypeType"/>
* <element name="lvo" type="{http://www.amxm.aero/schema/2.0.0}lvoTypeType"/>
* <element name="pmfeat" type="{http://www.amxm.aero/schema/2.0.0}pmfeatTypeType"/>
* <element name="geopnt" type="{http://www.opengis.net/gml/3.2}PointPropertyType"/>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "PositionMarkingType", propOrder = {
"idpm",
"pmtyp",
"lvo",
"pmfeat",
"geopnt"
})
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public class PositionMarkingType
extends FeatureBaseType
{
@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 IdpmTypeType idpm;
@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 PmtypTypeType pmtyp;
@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 PmfeatTypeType pmfeat;
@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 idpm property.
*
* @return
* possible object is
* {@link IdpmTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public IdpmTypeType getIdpm() {
return idpm;
}
/**
* Sets the value of the idpm property.
*
* @param value
* allowed object is
* {@link IdpmTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setIdpm(IdpmTypeType value) {
this.idpm = value;
}
/**
* Gets the value of the pmtyp property.
*
* @return
* possible object is
* {@link PmtypTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public PmtypTypeType getPmtyp() {
return pmtyp;
}
/**
* Sets the value of the pmtyp property.
*
* @param value
* allowed object is
* {@link PmtypTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setPmtyp(PmtypTypeType value) {
this.pmtyp = 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 pmfeat property.
*
* @return
* possible object is
* {@link PmfeatTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public PmfeatTypeType getPmfeat() {
return pmfeat;
}
/**
* Sets the value of the pmfeat property.
*
* @param value
* allowed object is
* {@link PmfeatTypeType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11")
public void setPmfeat(PmfeatTypeType value) {
this.pmfeat = 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;
}
}