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

net.datastream.schemas.mp_results.mp0012_001.EQUIPMENTINFO Maven / Gradle / Ivy


package net.datastream.schemas.mp_results.mp0012_001;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import net.datastream.schemas.mp_fields.UCODEID_Type;
import org.openapplications.oagis_segments.QUANTITY;


/**
 * 

Java class for anonymous complex type. * *

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

 * <complexType>
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element ref="{http://schemas.datastream.net/MP_fields}LINEARREFUOM" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}EQUIPMENTLENGTH" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}STARTINGAT" minOccurs="0"/>
 *         <element ref="{http://schemas.datastream.net/MP_fields}LINEARDIRECTIONID" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "linearrefuom", "equipmentlength", "startingat", "lineardirectionid" }) @XmlRootElement(name = "EQUIPMENTINFO") public class EQUIPMENTINFO { @XmlElement(name = "LINEARREFUOM", namespace = "http://schemas.datastream.net/MP_fields") protected String linearrefuom; @XmlElement(name = "EQUIPMENTLENGTH", namespace = "http://schemas.datastream.net/MP_fields") protected QUANTITY equipmentlength; @XmlElement(name = "STARTINGAT", namespace = "http://schemas.datastream.net/MP_fields") protected QUANTITY startingat; @XmlElement(name = "LINEARDIRECTIONID", namespace = "http://schemas.datastream.net/MP_fields") protected UCODEID_Type lineardirectionid; /** * Gets the value of the linearrefuom property. * * @return * possible object is * {@link String } * */ public String getLINEARREFUOM() { return linearrefuom; } /** * Sets the value of the linearrefuom property. * * @param value * allowed object is * {@link String } * */ public void setLINEARREFUOM(String value) { this.linearrefuom = value; } /** * Gets the value of the equipmentlength property. * * @return * possible object is * {@link QUANTITY } * */ public QUANTITY getEQUIPMENTLENGTH() { return equipmentlength; } /** * Sets the value of the equipmentlength property. * * @param value * allowed object is * {@link QUANTITY } * */ public void setEQUIPMENTLENGTH(QUANTITY value) { this.equipmentlength = value; } /** * Gets the value of the startingat property. * * @return * possible object is * {@link QUANTITY } * */ public QUANTITY getSTARTINGAT() { return startingat; } /** * Sets the value of the startingat property. * * @param value * allowed object is * {@link QUANTITY } * */ public void setSTARTINGAT(QUANTITY value) { this.startingat = value; } /** * Gets the value of the lineardirectionid property. * * @return * possible object is * {@link UCODEID_Type } * */ public UCODEID_Type getLINEARDIRECTIONID() { return lineardirectionid; } /** * Sets the value of the lineardirectionid property. * * @param value * allowed object is * {@link UCODEID_Type } * */ public void setLINEARDIRECTIONID(UCODEID_Type value) { this.lineardirectionid = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy