
net.datastream.schemas.mp_entities.casemanagement_001.LinearReferenceDetails Maven / Gradle / Ivy
package net.datastream.schemas.mp_entities.casemanagement_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.LINEARREFERENCEEVENT_Type;
import org.openapplications.oagis_segments.QUANTITY;
/**
* Classe Java pour anonymous complex type.
*
*
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
*
*
* <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}LINEARREFERENCEEVENT" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}INSPECTIONDIRECTIONCODE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}FLOWCODE" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}STARTINGAT" minOccurs="0"/>
* <element ref="{http://schemas.datastream.net/MP_fields}EQUIPMENTLENGTH" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"linearrefuom",
"linearreferenceevent",
"inspectiondirectioncode",
"flowcode",
"startingat",
"equipmentlength"
})
@XmlRootElement(name = "LinearReferenceDetails")
public class LinearReferenceDetails {
@XmlElement(name = "LINEARREFUOM", namespace = "http://schemas.datastream.net/MP_fields")
protected String linearrefuom;
@XmlElement(name = "LINEARREFERENCEEVENT", namespace = "http://schemas.datastream.net/MP_fields")
protected LINEARREFERENCEEVENT_Type linearreferenceevent;
@XmlElement(name = "INSPECTIONDIRECTIONCODE", namespace = "http://schemas.datastream.net/MP_fields")
protected String inspectiondirectioncode;
@XmlElement(name = "FLOWCODE", namespace = "http://schemas.datastream.net/MP_fields")
protected String flowcode;
@XmlElement(name = "STARTINGAT", namespace = "http://schemas.datastream.net/MP_fields")
protected QUANTITY startingat;
@XmlElement(name = "EQUIPMENTLENGTH", namespace = "http://schemas.datastream.net/MP_fields")
protected QUANTITY equipmentlength;
/**
* Obtient la valeur de la propriété linearrefuom.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLINEARREFUOM() {
return linearrefuom;
}
/**
* Définit la valeur de la propriété linearrefuom.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLINEARREFUOM(String value) {
this.linearrefuom = value;
}
/**
* Obtient la valeur de la propriété linearreferenceevent.
*
* @return
* possible object is
* {@link LINEARREFERENCEEVENT_Type }
*
*/
public LINEARREFERENCEEVENT_Type getLINEARREFERENCEEVENT() {
return linearreferenceevent;
}
/**
* Définit la valeur de la propriété linearreferenceevent.
*
* @param value
* allowed object is
* {@link LINEARREFERENCEEVENT_Type }
*
*/
public void setLINEARREFERENCEEVENT(LINEARREFERENCEEVENT_Type value) {
this.linearreferenceevent = value;
}
/**
* Obtient la valeur de la propriété inspectiondirectioncode.
*
* @return
* possible object is
* {@link String }
*
*/
public String getINSPECTIONDIRECTIONCODE() {
return inspectiondirectioncode;
}
/**
* Définit la valeur de la propriété inspectiondirectioncode.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setINSPECTIONDIRECTIONCODE(String value) {
this.inspectiondirectioncode = value;
}
/**
* Obtient la valeur de la propriété flowcode.
*
* @return
* possible object is
* {@link String }
*
*/
public String getFLOWCODE() {
return flowcode;
}
/**
* Définit la valeur de la propriété flowcode.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setFLOWCODE(String value) {
this.flowcode = value;
}
/**
* Obtient la valeur de la propriété startingat.
*
* @return
* possible object is
* {@link QUANTITY }
*
*/
public QUANTITY getSTARTINGAT() {
return startingat;
}
/**
* Définit la valeur de la propriété startingat.
*
* @param value
* allowed object is
* {@link QUANTITY }
*
*/
public void setSTARTINGAT(QUANTITY value) {
this.startingat = value;
}
/**
* Obtient la valeur de la propriété equipmentlength.
*
* @return
* possible object is
* {@link QUANTITY }
*
*/
public QUANTITY getEQUIPMENTLENGTH() {
return equipmentlength;
}
/**
* Définit la valeur de la propriété equipmentlength.
*
* @param value
* allowed object is
* {@link QUANTITY }
*
*/
public void setEQUIPMENTLENGTH(QUANTITY value) {
this.equipmentlength = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy