Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //
- // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
- // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
- // Any modifications to this file will be lost upon recompilation of the source schema.
- // Generated on: 2015.10.23 at 10:19:12 AM CEST
- //
- package app.imago3d.viewer.model.struct.AONA_50;
- import java.math.BigDecimal;
- import java.util.ArrayList;
- import java.util.List;
- import javax.xml.bind.annotation.XmlAccessType;
- import javax.xml.bind.annotation.XmlAccessorType;
- import javax.xml.bind.annotation.XmlAttribute;
- import javax.xml.bind.annotation.XmlElement;
- import javax.xml.bind.annotation.XmlRootElement;
- import javax.xml.bind.annotation.XmlSchemaType;
- import javax.xml.bind.annotation.XmlType;
- import javax.xml.datatype.XMLGregorianCalendar;
- /**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="ODCINKI">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="ODCINEK" maxOccurs="unbounded">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="WGS_POCZ">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <attribute name="LAT" type="{http://www.w3.org/2001/XMLSchema}double" />
- * <attribute name="LON" type="{http://www.w3.org/2001/XMLSchema}double" />
- * <attribute name="ALT" type="{http://www.w3.org/2001/XMLSchema}double" />
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="WGS_KON">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <attribute name="LAT" type="{http://www.w3.org/2001/XMLSchema}double" />
- * <attribute name="LON" type="{http://www.w3.org/2001/XMLSchema}double" />
- * <attribute name="ALT" type="{http://www.w3.org/2001/XMLSchema}double" />
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="PS_M" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="PS_D" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="PPD_M" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="PPD_D" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="PPP_M" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="PPP_D" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="LA_M" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="LA_D" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="UB" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="WY" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="DROP" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="CURB" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="P_PS" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="P_PP" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="P_LAWY" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="P_UB" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="SS" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="SP" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * </sequence>
- * <attribute name="KM_OD" type="{}KMTyp" />
- * <attribute name="KM_DO" type="{}KMTyp" />
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </sequence>
- * <attribute name="DROGA" type="{http://www.w3.org/2001/XMLSchema}string" />
- * <attribute name="JEZDNIA" type="{http://www.w3.org/2001/XMLSchema}int" />
- * <attribute name="PAS" type="{http://www.w3.org/2001/XMLSchema}int" />
- * <attribute name="KIERUNEK" type="{}NARTyp" />
- * <attribute name="DATA_BADANIA" type="{http://www.w3.org/2001/XMLSchema}date" />
- * <attribute name="KM_OD" type="{}KMTyp" />
- * <attribute name="KM_DO" type="{}KMTyp" />
- * <attribute name="LAT" type="{http://www.w3.org/2001/XMLSchema}double" />
- * <attribute name="LON" type="{http://www.w3.org/2001/XMLSchema}double" />
- * <attribute name="ALT" type="{http://www.w3.org/2001/XMLSchema}double" />
- * <attribute name="PLIK" type="{http://www.w3.org/2001/XMLSchema}string" />
- * </restriction>
- * </complexContent>
- * </complexType>
- * </pre>
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "odcinki"
- })
- @XmlRootElement(name = "AONA_50")
- public class AONA50 {
- @XmlElement(name = "ODCINKI", required = true)
- protected AONA50 .ODCINKI odcinki;
- @XmlAttribute(name = "DROGA")
- protected String droga;
- @XmlAttribute(name = "JEZDNIA")
- protected Integer jezdnia;
- @XmlAttribute(name = "PAS")
- protected Integer pas;
- @XmlAttribute(name = "KIERUNEK")
- protected NARTyp kierunek;
- @XmlAttribute(name = "DATA_BADANIA")
- @XmlSchemaType(name = "date")
- protected XMLGregorianCalendar databadania;
- @XmlAttribute(name = "KM_OD")
- protected BigDecimal kmod;
- @XmlAttribute(name = "KM_DO")
- protected BigDecimal kmdo;
- @XmlAttribute(name = "LAT")
- protected Double lat;
- @XmlAttribute(name = "LON")
- protected Double lon;
- @XmlAttribute(name = "ALT")
- protected Double alt;
- @XmlAttribute(name = "PLIK")
- protected String plik;
- /**
- * Gets the value of the odcinki property.
- *
- * @return
- * possible object is
- * {@link AONA50 .ODCINKI }
- *
- */
- public AONA50 .ODCINKI getODCINKI() {
- return odcinki;
- }
- /**
- * Sets the value of the odcinki property.
- *
- * @param value
- * allowed object is
- * {@link AONA50 .ODCINKI }
- *
- */
- public void setODCINKI(AONA50 .ODCINKI value) {
- this.odcinki = value;
- }
- /**
- * Gets the value of the droga property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getDROGA() {
- return droga;
- }
- /**
- * Sets the value of the droga property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setDROGA(String value) {
- this.droga = value;
- }
- /**
- * Gets the value of the jezdnia property.
- *
- * @return
- * possible object is
- * {@link Integer }
- *
- */
- public Integer getJEZDNIA() {
- return jezdnia;
- }
- /**
- * Sets the value of the jezdnia property.
- *
- * @param value
- * allowed object is
- * {@link Integer }
- *
- */
- public void setJEZDNIA(Integer value) {
- this.jezdnia = value;
- }
- /**
- * Gets the value of the pas property.
- *
- * @return
- * possible object is
- * {@link Integer }
- *
- */
- public Integer getPAS() {
- return pas;
- }
- /**
- * Sets the value of the pas property.
- *
- * @param value
- * allowed object is
- * {@link Integer }
- *
- */
- public void setPAS(Integer value) {
- this.pas = value;
- }
- /**
- * Gets the value of the kierunek property.
- *
- * @return
- * possible object is
- * {@link NARTyp }
- *
- */
- public NARTyp getKIERUNEK() {
- return kierunek;
- }
- /**
- * Sets the value of the kierunek property.
- *
- * @param value
- * allowed object is
- * {@link NARTyp }
- *
- */
- public void setKIERUNEK(NARTyp value) {
- this.kierunek = value;
- }
- /**
- * Gets the value of the databadania property.
- *
- * @return
- * possible object is
- * {@link XMLGregorianCalendar }
- *
- */
- public XMLGregorianCalendar getDATABADANIA() {
- return databadania;
- }
- /**
- * Sets the value of the databadania property.
- *
- * @param value
- * allowed object is
- * {@link XMLGregorianCalendar }
- *
- */
- public void setDATABADANIA(XMLGregorianCalendar value) {
- this.databadania = value;
- }
- /**
- * Gets the value of the kmod property.
- *
- * @return
- * possible object is
- * {@link BigDecimal }
- *
- */
- public BigDecimal getKMOD() {
- return kmod;
- }
- /**
- * Sets the value of the kmod property.
- *
- * @param value
- * allowed object is
- * {@link BigDecimal }
- *
- */
- public void setKMOD(BigDecimal value) {
- this.kmod = value;
- }
- /**
- * Gets the value of the kmdo property.
- *
- * @return
- * possible object is
- * {@link BigDecimal }
- *
- */
- public BigDecimal getKMDO() {
- return kmdo;
- }
- /**
- * Sets the value of the kmdo property.
- *
- * @param value
- * allowed object is
- * {@link BigDecimal }
- *
- */
- public void setKMDO(BigDecimal value) {
- this.kmdo = value;
- }
- /**
- * Gets the value of the lat property.
- *
- * @return
- * possible object is
- * {@link Double }
- *
- */
- public Double getLAT() {
- return lat;
- }
- /**
- * Sets the value of the lat property.
- *
- * @param value
- * allowed object is
- * {@link Double }
- *
- */
- public void setLAT(Double value) {
- this.lat = value;
- }
- /**
- * Gets the value of the lon property.
- *
- * @return
- * possible object is
- * {@link Double }
- *
- */
- public Double getLON() {
- return lon;
- }
- /**
- * Sets the value of the lon property.
- *
- * @param value
- * allowed object is
- * {@link Double }
- *
- */
- public void setLON(Double value) {
- this.lon = value;
- }
- /**
- * Gets the value of the alt property.
- *
- * @return
- * possible object is
- * {@link Double }
- *
- */
- public Double getALT() {
- return alt;
- }
- /**
- * Sets the value of the alt property.
- *
- * @param value
- * allowed object is
- * {@link Double }
- *
- */
- public void setALT(Double value) {
- this.alt = value;
- }
- /**
- * Gets the value of the plik property.
- *
- * @return
- * possible object is
- * {@link String }
- *
- */
- public String getPLIK() {
- return plik;
- }
- /**
- * Sets the value of the plik property.
- *
- * @param value
- * allowed object is
- * {@link String }
- *
- */
- public void setPLIK(String value) {
- this.plik = value;
- }
- /**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="ODCINEK" maxOccurs="unbounded">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="WGS_POCZ">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <attribute name="LAT" type="{http://www.w3.org/2001/XMLSchema}double" />
- * <attribute name="LON" type="{http://www.w3.org/2001/XMLSchema}double" />
- * <attribute name="ALT" type="{http://www.w3.org/2001/XMLSchema}double" />
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="WGS_KON">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <attribute name="LAT" type="{http://www.w3.org/2001/XMLSchema}double" />
- * <attribute name="LON" type="{http://www.w3.org/2001/XMLSchema}double" />
- * <attribute name="ALT" type="{http://www.w3.org/2001/XMLSchema}double" />
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="PS_M" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="PS_D" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="PPD_M" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="PPD_D" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="PPP_M" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="PPP_D" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="LA_M" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="LA_D" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="UB" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="WY" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="DROP" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="CURB" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="P_PS" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="P_PP" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="P_LAWY" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="P_UB" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="SS" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="SP" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * </sequence>
- * <attribute name="KM_OD" type="{}KMTyp" />
- * <attribute name="KM_DO" type="{}KMTyp" />
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * </sequence>
- * </restriction>
- * </complexContent>
- * </complexType>
- * </pre>
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "odcinek"
- })
- public static class ODCINKI {
- @XmlElement(name = "ODCINEK", required = true)
- protected List<AONA50 .ODCINKI.ODCINEK> odcinek;
- /**
- * Gets the value of the odcinek property.
- *
- * <p>
- * This accessor method returns a reference to the live list,
- * not a snapshot. Therefore any modification you make to the
- * returned list will be present inside the JAXB object.
- * This is why there is not a <CODE>set</CODE> method for the odcinek property.
- *
- * <p>
- * For example, to add a new item, do as follows:
- * <pre>
- * getODCINEK().add(newItem);
- * </pre>
- *
- *
- * <p>
- * Objects of the following type(s) are allowed in the list
- * {@link AONA50 .ODCINKI.ODCINEK }
- *
- *
- */
- public List<AONA50 .ODCINKI.ODCINEK> getODCINEK() {
- if (odcinek == null) {
- odcinek = new ArrayList<AONA50 .ODCINKI.ODCINEK>();
- }
- return this.odcinek;
- }
- /**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <sequence>
- * <element name="WGS_POCZ">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <attribute name="LAT" type="{http://www.w3.org/2001/XMLSchema}double" />
- * <attribute name="LON" type="{http://www.w3.org/2001/XMLSchema}double" />
- * <attribute name="ALT" type="{http://www.w3.org/2001/XMLSchema}double" />
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="WGS_KON">
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <attribute name="LAT" type="{http://www.w3.org/2001/XMLSchema}double" />
- * <attribute name="LON" type="{http://www.w3.org/2001/XMLSchema}double" />
- * <attribute name="ALT" type="{http://www.w3.org/2001/XMLSchema}double" />
- * </restriction>
- * </complexContent>
- * </complexType>
- * </element>
- * <element name="PS_M" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="PS_D" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="PPD_M" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="PPD_D" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="PPP_M" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="PPP_D" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="LA_M" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="LA_D" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="UB" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="WY" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="DROP" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="CURB" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="P_PS" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="P_PP" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="P_LAWY" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="P_UB" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="SS" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * <element name="SP" type="{http://www.w3.org/2001/XMLSchema}double"/>
- * </sequence>
- * <attribute name="KM_OD" type="{}KMTyp" />
- * <attribute name="KM_DO" type="{}KMTyp" />
- * </restriction>
- * </complexContent>
- * </complexType>
- * </pre>
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "", propOrder = {
- "wgspocz",
- "wgskon",
- "psm",
- "psd",
- "ppdm",
- "ppdd",
- "pppm",
- "pppd",
- "lam",
- "lad",
- "ub",
- "wy",
- "drop",
- "curb",
- "pps",
- "ppp",
- "plawy",
- "pub",
- "ss",
- "sp"
- })
- public static class ODCINEK {
- @XmlElement(name = "WGS_POCZ", required = true)
- protected AONA50 .ODCINKI.ODCINEK.WGSPOCZ wgspocz;
- @XmlElement(name = "WGS_KON", required = true)
- protected AONA50 .ODCINKI.ODCINEK.WGSKON wgskon;
- @XmlElement(name = "PS_M")
- protected double psm;
- @XmlElement(name = "PS_D")
- protected double psd;
- @XmlElement(name = "PPD_M")
- protected double ppdm;
- @XmlElement(name = "PPD_D")
- protected double ppdd;
- @XmlElement(name = "PPP_M")
- protected double pppm;
- @XmlElement(name = "PPP_D")
- protected double pppd;
- @XmlElement(name = "LA_M")
- protected double lam;
- @XmlElement(name = "LA_D")
- protected double lad;
- @XmlElement(name = "UB")
- protected double ub;
- @XmlElement(name = "WY")
- protected double wy;
- @XmlElement(name = "DROP")
- protected double drop;
- @XmlElement(name = "CURB")
- protected double curb;
- @XmlElement(name = "P_PS")
- protected double pps;
- @XmlElement(name = "P_PP")
- protected double ppp;
- @XmlElement(name = "P_LAWY")
- protected double plawy;
- @XmlElement(name = "P_UB")
- protected double pub;
- @XmlElement(name = "SS")
- protected double ss;
- @XmlElement(name = "SP")
- protected double sp;
- @XmlAttribute(name = "KM_OD")
- protected BigDecimal kmod;
- @XmlAttribute(name = "KM_DO")
- protected BigDecimal kmdo;
- /**
- * Gets the value of the wgspocz property.
- *
- * @return
- * possible object is
- * {@link AONA50 .ODCINKI.ODCINEK.WGSPOCZ }
- *
- */
- public AONA50 .ODCINKI.ODCINEK.WGSPOCZ getWGSPOCZ() {
- return wgspocz;
- }
- /**
- * Sets the value of the wgspocz property.
- *
- * @param value
- * allowed object is
- * {@link AONA50 .ODCINKI.ODCINEK.WGSPOCZ }
- *
- */
- public void setWGSPOCZ(AONA50 .ODCINKI.ODCINEK.WGSPOCZ value) {
- this.wgspocz = value;
- }
- /**
- * Gets the value of the wgskon property.
- *
- * @return
- * possible object is
- * {@link AONA50 .ODCINKI.ODCINEK.WGSKON }
- *
- */
- public AONA50 .ODCINKI.ODCINEK.WGSKON getWGSKON() {
- return wgskon;
- }
- /**
- * Sets the value of the wgskon property.
- *
- * @param value
- * allowed object is
- * {@link AONA50 .ODCINKI.ODCINEK.WGSKON }
- *
- */
- public void setWGSKON(AONA50 .ODCINKI.ODCINEK.WGSKON value) {
- this.wgskon = value;
- }
- /**
- * Gets the value of the psm property.
- *
- */
- public double getPSM() {
- return psm;
- }
- /**
- * Sets the value of the psm property.
- *
- */
- public void setPSM(double value) {
- this.psm = value;
- }
- /**
- * Gets the value of the psd property.
- *
- */
- public double getPSD() {
- return psd;
- }
- /**
- * Sets the value of the psd property.
- *
- */
- public void setPSD(double value) {
- this.psd = value;
- }
- /**
- * Gets the value of the ppdm property.
- *
- */
- public double getPPDM() {
- return ppdm;
- }
- /**
- * Sets the value of the ppdm property.
- *
- */
- public void setPPDM(double value) {
- this.ppdm = value;
- }
- /**
- * Gets the value of the ppdd property.
- *
- */
- public double getPPDD() {
- return ppdd;
- }
- /**
- * Sets the value of the ppdd property.
- *
- */
- public void setPPDD(double value) {
- this.ppdd = value;
- }
- /**
- * Gets the value of the pppm property.
- *
- */
- public double getPPPM() {
- return pppm;
- }
- /**
- * Sets the value of the pppm property.
- *
- */
- public void setPPPM(double value) {
- this.pppm = value;
- }
- /**
- * Gets the value of the pppd property.
- *
- */
- public double getPPPD() {
- return pppd;
- }
- /**
- * Sets the value of the pppd property.
- *
- */
- public void setPPPD(double value) {
- this.pppd = value;
- }
- /**
- * Gets the value of the lam property.
- *
- */
- public double getLAM() {
- return lam;
- }
- /**
- * Sets the value of the lam property.
- *
- */
- public void setLAM(double value) {
- this.lam = value;
- }
- /**
- * Gets the value of the lad property.
- *
- */
- public double getLAD() {
- return lad;
- }
- /**
- * Sets the value of the lad property.
- *
- */
- public void setLAD(double value) {
- this.lad = value;
- }
- /**
- * Gets the value of the ub property.
- *
- */
- public double getUB() {
- return ub;
- }
- /**
- * Sets the value of the ub property.
- *
- */
- public void setUB(double value) {
- this.ub = value;
- }
- /**
- * Gets the value of the wy property.
- *
- */
- public double getWY() {
- return wy;
- }
- /**
- * Sets the value of the wy property.
- *
- */
- public void setWY(double value) {
- this.wy = value;
- }
- /**
- * Gets the value of the drop property.
- *
- */
- public double getDROP() {
- return drop;
- }
- /**
- * Sets the value of the drop property.
- *
- */
- public void setDROP(double value) {
- this.drop = value;
- }
- /**
- * Gets the value of the curb property.
- *
- */
- public double getCURB() {
- return curb;
- }
- /**
- * Sets the value of the curb property.
- *
- */
- public void setCURB(double value) {
- this.curb = value;
- }
- /**
- * Gets the value of the pps property.
- *
- */
- public double getPPS() {
- return pps;
- }
- /**
- * Sets the value of the pps property.
- *
- */
- public void setPPS(double value) {
- this.pps = value;
- }
- /**
- * Gets the value of the ppp property.
- *
- */
- public double getPPP() {
- return ppp;
- }
- /**
- * Sets the value of the ppp property.
- *
- */
- public void setPPP(double value) {
- this.ppp = value;
- }
- /**
- * Gets the value of the plawy property.
- *
- */
- public double getPLAWY() {
- return plawy;
- }
- /**
- * Sets the value of the plawy property.
- *
- */
- public void setPLAWY(double value) {
- this.plawy = value;
- }
- /**
- * Gets the value of the pub property.
- *
- */
- public double getPUB() {
- return pub;
- }
- /**
- * Sets the value of the pub property.
- *
- */
- public void setPUB(double value) {
- this.pub = value;
- }
- /**
- * Gets the value of the ss property.
- *
- */
- public double getSS() {
- return ss;
- }
- /**
- * Sets the value of the ss property.
- *
- */
- public void setSS(double value) {
- this.ss = value;
- }
- /**
- * Gets the value of the sp property.
- *
- */
- public double getSP() {
- return sp;
- }
- /**
- * Sets the value of the sp property.
- *
- */
- public void setSP(double value) {
- this.sp = value;
- }
- /**
- * Gets the value of the kmod property.
- *
- * @return
- * possible object is
- * {@link BigDecimal }
- *
- */
- public BigDecimal getKMOD() {
- return kmod;
- }
- /**
- * Sets the value of the kmod property.
- *
- * @param value
- * allowed object is
- * {@link BigDecimal }
- *
- */
- public void setKMOD(BigDecimal value) {
- this.kmod = value;
- }
- /**
- * Gets the value of the kmdo property.
- *
- * @return
- * possible object is
- * {@link BigDecimal }
- *
- */
- public BigDecimal getKMDO() {
- return kmdo;
- }
- /**
- * Sets the value of the kmdo property.
- *
- * @param value
- * allowed object is
- * {@link BigDecimal }
- *
- */
- public void setKMDO(BigDecimal value) {
- this.kmdo = value;
- }
- /**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <attribute name="LAT" type="{http://www.w3.org/2001/XMLSchema}double" />
- * <attribute name="LON" type="{http://www.w3.org/2001/XMLSchema}double" />
- * <attribute name="ALT" type="{http://www.w3.org/2001/XMLSchema}double" />
- * </restriction>
- * </complexContent>
- * </complexType>
- * </pre>
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "")
- public static class WGSKON {
- @XmlAttribute(name = "LAT")
- protected Double lat;
- @XmlAttribute(name = "LON")
- protected Double lon;
- @XmlAttribute(name = "ALT")
- protected Double alt;
- /**
- * Gets the value of the lat property.
- *
- * @return
- * possible object is
- * {@link Double }
- *
- */
- public Double getLAT() {
- return lat;
- }
- /**
- * Sets the value of the lat property.
- *
- * @param value
- * allowed object is
- * {@link Double }
- *
- */
- public void setLAT(Double value) {
- this.lat = value;
- }
- /**
- * Gets the value of the lon property.
- *
- * @return
- * possible object is
- * {@link Double }
- *
- */
- public Double getLON() {
- return lon;
- }
- /**
- * Sets the value of the lon property.
- *
- * @param value
- * allowed object is
- * {@link Double }
- *
- */
- public void setLON(Double value) {
- this.lon = value;
- }
- /**
- * Gets the value of the alt property.
- *
- * @return
- * possible object is
- * {@link Double }
- *
- */
- public Double getALT() {
- return alt;
- }
- /**
- * Sets the value of the alt property.
- *
- * @param value
- * allowed object is
- * {@link Double }
- *
- */
- public void setALT(Double value) {
- this.alt = value;
- }
- }
- /**
- * <p>Java class for anonymous complex type.
- *
- * <p>The following schema fragment specifies the expected content contained within this class.
- *
- * <pre>
- * <complexType>
- * <complexContent>
- * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- * <attribute name="LAT" type="{http://www.w3.org/2001/XMLSchema}double" />
- * <attribute name="LON" type="{http://www.w3.org/2001/XMLSchema}double" />
- * <attribute name="ALT" type="{http://www.w3.org/2001/XMLSchema}double" />
- * </restriction>
- * </complexContent>
- * </complexType>
- * </pre>
- *
- *
- */
- @XmlAccessorType(XmlAccessType.FIELD)
- @XmlType(name = "")
- public static class WGSPOCZ {
- @XmlAttribute(name = "LAT")
- protected Double lat;
- @XmlAttribute(name = "LON")
- protected Double lon;
- @XmlAttribute(name = "ALT")
- protected Double alt;
- /**
- * Gets the value of the lat property.
- *
- * @return
- * possible object is
- * {@link Double }
- *
- */
- public Double getLAT() {
- return lat;
- }
- /**
- * Sets the value of the lat property.
- *
- * @param value
- * allowed object is
- * {@link Double }
- *
- */
- public void setLAT(Double value) {
- this.lat = value;
- }
- /**
- * Gets the value of the lon property.
- *
- * @return
- * possible object is
- * {@link Double }
- *
- */
- public Double getLON() {
- return lon;
- }
- /**
- * Sets the value of the lon property.
- *
- * @param value
- * allowed object is
- * {@link Double }
- *
- */
- public void setLON(Double value) {
- this.lon = value;
- }
- /**
- * Gets the value of the alt property.
- *
- * @return
- * possible object is
- * {@link Double }
- *
- */
- public Double getALT() {
- return alt;
- }
- /**
- * Sets the value of the alt property.
- *
- * @param value
- * allowed object is
- * {@link Double }
- *
- */
- public void setALT(Double value) {
- this.alt = value;
- }
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement