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

aero.amxm.VerticalPointStructureType 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 VerticalPointStructureType complex type. * *

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

 * <complexType name="VerticalPointStructureType">
 *   <complexContent>
 *     <extension base="{http://www.amxm.aero/schema/2.0.0}FeatureVerticalQualityType">
 *       <sequence>
 *         <element name="pntsttyp" type="{http://www.amxm.aero/schema/2.0.0}pntsttypTypeType"/>
 *         <element name="material" type="{http://www.amxm.aero/schema/2.0.0}materialTypeType"/>
 *         <element name="height" type="{http://www.amxm.aero/schema/2.0.0}heightTypeType"/>
 *         <element name="elev" type="{http://www.amxm.aero/schema/2.0.0}elevTypeType"/>
 *         <element name="lighting" type="{http://www.amxm.aero/schema/2.0.0}lightingTypeType"/>
 *         <element name="radius" type="{http://www.amxm.aero/schema/2.0.0}radiusTypeType"/>
 *         <element name="marking" type="{http://www.amxm.aero/schema/2.0.0}markingTypeType"/>
 *         <element name="geopnt" type="{http://www.opengis.net/gml/3.2}PointPropertyType"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "VerticalPointStructureType", propOrder = { "pntsttyp", "material", "height", "elev", "lighting", "radius", "marking", "geopnt" }) @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public class VerticalPointStructureType 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 PntsttypTypeType pntsttyp; @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 MaterialTypeType material; @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 HeightTypeType height; @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 ElevTypeType elev; @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 LightingTypeType lighting; @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 RadiusTypeType radius; @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 MarkingTypeType marking; @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 pntsttyp property. * * @return * possible object is * {@link PntsttypTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public PntsttypTypeType getPntsttyp() { return pntsttyp; } /** * Sets the value of the pntsttyp property. * * @param value * allowed object is * {@link PntsttypTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setPntsttyp(PntsttypTypeType value) { this.pntsttyp = value; } /** * Gets the value of the material property. * * @return * possible object is * {@link MaterialTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public MaterialTypeType getMaterial() { return material; } /** * Sets the value of the material property. * * @param value * allowed object is * {@link MaterialTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setMaterial(MaterialTypeType value) { this.material = value; } /** * Gets the value of the height property. * * @return * possible object is * {@link HeightTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public HeightTypeType getHeight() { return height; } /** * Sets the value of the height property. * * @param value * allowed object is * {@link HeightTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setHeight(HeightTypeType value) { this.height = value; } /** * Gets the value of the elev property. * * @return * possible object is * {@link ElevTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public ElevTypeType getElev() { return elev; } /** * Sets the value of the elev property. * * @param value * allowed object is * {@link ElevTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setElev(ElevTypeType value) { this.elev = value; } /** * Gets the value of the lighting property. * * @return * possible object is * {@link LightingTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public LightingTypeType getLighting() { return lighting; } /** * Sets the value of the lighting property. * * @param value * allowed object is * {@link LightingTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setLighting(LightingTypeType value) { this.lighting = value; } /** * Gets the value of the radius property. * * @return * possible object is * {@link RadiusTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public RadiusTypeType getRadius() { return radius; } /** * Sets the value of the radius property. * * @param value * allowed object is * {@link RadiusTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setRadius(RadiusTypeType value) { this.radius = value; } /** * Gets the value of the marking property. * * @return * possible object is * {@link MarkingTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public MarkingTypeType getMarking() { return marking; } /** * Sets the value of the marking property. * * @param value * allowed object is * {@link MarkingTypeType } * */ @Generated(value = "com.sun.tools.xjc.Driver", date = "2016-09-27T09:41:12-07:00", comments = "JAXB RI v2.2.11") public void setMarking(MarkingTypeType value) { this.marking = 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