All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aero.amxm.AsrnNodeType Maven / Gradle / Ivy

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 AsrnNodeType complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="AsrnNodeType">
 *   <complexContent>
 *     <extension base="{http://www.amxm.aero/schema/2.0.0}AsrnBaseType">
 *       <sequence>
 *         <element name="idthr" type="{http://www.amxm.aero/schema/2.0.0}idthrTypeType" minOccurs="0"/>
 *         <element name="nodetype" type="{http://www.amxm.aero/schema/2.0.0}nodetypeTypeType"/>
 *         <element name="termref" type="{http://www.amxm.aero/schema/2.0.0}termrefTypeType" minOccurs="0"/>
 *         <element name="catstop" type="{http://www.amxm.aero/schema/2.0.0}catstopTypeType" minOccurs="0"/>
 *         <element name="featref" type="{http://www.amxm.aero/schema/2.0.0}featrefTypeType" minOccurs="0"/>
 *         <element name="geopnt" type="{http://www.opengis.net/gml/3.2}PointPropertyType"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "AsrnNodeType", propOrder = { "idthr", "nodetype", "termref", "catstop", "featref", "geopnt" }) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public class AsrnNodeType extends AsrnBaseType { @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") protected IdthrTypeType idthr; @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 NodetypeTypeType nodetype; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") protected TermrefTypeType termref; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") protected CatstopTypeType catstop; @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") protected FeatrefTypeType featref; @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 idthr property. * * @return * possible object is * {@link IdthrTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public IdthrTypeType getIdthr() { return idthr; } /** * Sets the value of the idthr property. * * @param value * allowed object is * {@link IdthrTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setIdthr(IdthrTypeType value) { this.idthr = value; } /** * Gets the value of the nodetype property. * * @return * possible object is * {@link NodetypeTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public NodetypeTypeType getNodetype() { return nodetype; } /** * Sets the value of the nodetype property. * * @param value * allowed object is * {@link NodetypeTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setNodetype(NodetypeTypeType value) { this.nodetype = 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 catstop property. * * @return * possible object is * {@link CatstopTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public CatstopTypeType getCatstop() { return catstop; } /** * Sets the value of the catstop property. * * @param value * allowed object is * {@link CatstopTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setCatstop(CatstopTypeType value) { this.catstop = value; } /** * Gets the value of the featref property. * * @return * possible object is * {@link FeatrefTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public FeatrefTypeType getFeatref() { return featref; } /** * Sets the value of the featref property. * * @param value * allowed object is * {@link FeatrefTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setFeatref(FeatrefTypeType value) { this.featref = 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; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy