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

com.hashmapinc.tempus.WitsmlObjects.v1411.CsStnTrajMatrixCov Maven / Gradle / Ivy

Go to download

This library assists in serializing and deserializing WITSML 1.3.1.1 and 1.4.1.1 Objects

There is a newer version: 1.1.48.1
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2017.06.26 at 03:00:38 PM CDT 
//


package com.hashmapinc.tempus.WitsmlObjects.v1411;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;


/**
 * WITSML Validation Information for Covariance Matrix
 * 
 * 

Java class for cs_stnTrajMatrixCov complex type. * *

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

 {@code
 * 
 *   
 *     
 *       
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *         
 *       
 *     
 *   
 * 
 * } 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "cs_stnTrajMatrixCov", propOrder = { "varianceNN", "varianceNE", "varianceNVert", "varianceEE", "varianceEVert", "varianceVertVert", "biasN", "biasE", "biasVert" }) public class CsStnTrajMatrixCov { protected AreaMeasure varianceNN; protected AreaMeasure varianceNE; protected AreaMeasure varianceNVert; protected AreaMeasure varianceEE; protected AreaMeasure varianceEVert; protected AreaMeasure varianceVertVert; protected LengthMeasure biasN; protected LengthMeasure biasE; protected LengthMeasure biasVert; /** * Gets the value of the varianceNN property. * * @return * possible object is * {@link AreaMeasure } * */ public AreaMeasure getVarianceNN() { return varianceNN; } /** * Sets the value of the varianceNN property. * * @param value * allowed object is * {@link AreaMeasure } * */ public void setVarianceNN(AreaMeasure value) { this.varianceNN = value; } /** * Gets the value of the varianceNE property. * * @return * possible object is * {@link AreaMeasure } * */ public AreaMeasure getVarianceNE() { return varianceNE; } /** * Sets the value of the varianceNE property. * * @param value * allowed object is * {@link AreaMeasure } * */ public void setVarianceNE(AreaMeasure value) { this.varianceNE = value; } /** * Gets the value of the varianceNVert property. * * @return * possible object is * {@link AreaMeasure } * */ public AreaMeasure getVarianceNVert() { return varianceNVert; } /** * Sets the value of the varianceNVert property. * * @param value * allowed object is * {@link AreaMeasure } * */ public void setVarianceNVert(AreaMeasure value) { this.varianceNVert = value; } /** * Gets the value of the varianceEE property. * * @return * possible object is * {@link AreaMeasure } * */ public AreaMeasure getVarianceEE() { return varianceEE; } /** * Sets the value of the varianceEE property. * * @param value * allowed object is * {@link AreaMeasure } * */ public void setVarianceEE(AreaMeasure value) { this.varianceEE = value; } /** * Gets the value of the varianceEVert property. * * @return * possible object is * {@link AreaMeasure } * */ public AreaMeasure getVarianceEVert() { return varianceEVert; } /** * Sets the value of the varianceEVert property. * * @param value * allowed object is * {@link AreaMeasure } * */ public void setVarianceEVert(AreaMeasure value) { this.varianceEVert = value; } /** * Gets the value of the varianceVertVert property. * * @return * possible object is * {@link AreaMeasure } * */ public AreaMeasure getVarianceVertVert() { return varianceVertVert; } /** * Sets the value of the varianceVertVert property. * * @param value * allowed object is * {@link AreaMeasure } * */ public void setVarianceVertVert(AreaMeasure value) { this.varianceVertVert = value; } /** * Gets the value of the biasN property. * * @return * possible object is * {@link LengthMeasure } * */ public LengthMeasure getBiasN() { return biasN; } /** * Sets the value of the biasN property. * * @param value * allowed object is * {@link LengthMeasure } * */ public void setBiasN(LengthMeasure value) { this.biasN = value; } /** * Gets the value of the biasE property. * * @return * possible object is * {@link LengthMeasure } * */ public LengthMeasure getBiasE() { return biasE; } /** * Sets the value of the biasE property. * * @param value * allowed object is * {@link LengthMeasure } * */ public void setBiasE(LengthMeasure value) { this.biasE = value; } /** * Gets the value of the biasVert property. * * @return * possible object is * {@link LengthMeasure } * */ public LengthMeasure getBiasVert() { return biasVert; } /** * Sets the value of the biasVert property. * * @param value * allowed object is * {@link LengthMeasure } * */ public void setBiasVert(LengthMeasure value) { this.biasVert = value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy