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

com.hashmapinc.tempus.WitsmlObjects.v1411.CsLocation 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 java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;


/**
 * WITSML Location Component Schema
 * 			This is a location that is expressed in terms of 2D coordinates. 
 * 			In order that the location be understood, the coordinate reference system (CRS) 
 * 			must be known. The survey location is given by a pair of tagged values. 
 * 			The pairs may be: 
 * 			(1) latitude/longitude, 
 * 			(2) easting/northing, 
 * 			(3) westing/southing, 
 * 			(4) projectedX/projectedY, or 
 * 			(5) localX/localY. 
 * 			The appropriate pair must be chosen for the data.
 * 
 * 

Java class for cs_location complex type. * *

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

 {@code
 * 
 *   
 *     
 *       
 *         
 *         
 *           
 *             
 *             
 *           
 *           
 *             
 *             
 *           
 *           
 *             
 *             
 *           
 *           
 *             
 *             
 *           
 *           
 *             
 *             
 *           
 *         
 *         
 *         
 *         
 *       
 *       
 *     
 *   
 * 
 * } 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "cs_location", propOrder = { "wellCRS", "latitude", "longitude", "easting", "northing", "westing", "southing", "projectedX", "projectedY", "localX", "localY", "original", "description", "extensionNameValue" }) public class CsLocation { protected RefNameString wellCRS; protected PlaneAngleMeasure latitude; protected PlaneAngleMeasure longitude; protected LengthMeasure easting; protected LengthMeasure northing; protected LengthMeasure westing; protected LengthMeasure southing; protected LengthMeasure projectedX; protected LengthMeasure projectedY; protected LengthMeasure localX; protected LengthMeasure localY; protected Boolean original; protected String description; protected List extensionNameValue; @XmlAttribute(name = "uid") protected String uid; /** * Gets the value of the wellCRS property. * * @return * possible object is * {@link RefNameString } * */ public RefNameString getWellCRS() { return wellCRS; } /** * Sets the value of the wellCRS property. * * @param value * allowed object is * {@link RefNameString } * */ public void setWellCRS(RefNameString value) { this.wellCRS = value; } /** * Gets the value of the latitude property. * * @return * possible object is * {@link PlaneAngleMeasure } * */ public PlaneAngleMeasure getLatitude() { return latitude; } /** * Sets the value of the latitude property. * * @param value * allowed object is * {@link PlaneAngleMeasure } * */ public void setLatitude(PlaneAngleMeasure value) { this.latitude = value; } /** * Gets the value of the longitude property. * * @return * possible object is * {@link PlaneAngleMeasure } * */ public PlaneAngleMeasure getLongitude() { return longitude; } /** * Sets the value of the longitude property. * * @param value * allowed object is * {@link PlaneAngleMeasure } * */ public void setLongitude(PlaneAngleMeasure value) { this.longitude = value; } /** * Gets the value of the easting property. * * @return * possible object is * {@link LengthMeasure } * */ public LengthMeasure getEasting() { return easting; } /** * Sets the value of the easting property. * * @param value * allowed object is * {@link LengthMeasure } * */ public void setEasting(LengthMeasure value) { this.easting = value; } /** * Gets the value of the northing property. * * @return * possible object is * {@link LengthMeasure } * */ public LengthMeasure getNorthing() { return northing; } /** * Sets the value of the northing property. * * @param value * allowed object is * {@link LengthMeasure } * */ public void setNorthing(LengthMeasure value) { this.northing = value; } /** * Gets the value of the westing property. * * @return * possible object is * {@link LengthMeasure } * */ public LengthMeasure getWesting() { return westing; } /** * Sets the value of the westing property. * * @param value * allowed object is * {@link LengthMeasure } * */ public void setWesting(LengthMeasure value) { this.westing = value; } /** * Gets the value of the southing property. * * @return * possible object is * {@link LengthMeasure } * */ public LengthMeasure getSouthing() { return southing; } /** * Sets the value of the southing property. * * @param value * allowed object is * {@link LengthMeasure } * */ public void setSouthing(LengthMeasure value) { this.southing = value; } /** * Gets the value of the projectedX property. * * @return * possible object is * {@link LengthMeasure } * */ public LengthMeasure getProjectedX() { return projectedX; } /** * Sets the value of the projectedX property. * * @param value * allowed object is * {@link LengthMeasure } * */ public void setProjectedX(LengthMeasure value) { this.projectedX = value; } /** * Gets the value of the projectedY property. * * @return * possible object is * {@link LengthMeasure } * */ public LengthMeasure getProjectedY() { return projectedY; } /** * Sets the value of the projectedY property. * * @param value * allowed object is * {@link LengthMeasure } * */ public void setProjectedY(LengthMeasure value) { this.projectedY = value; } /** * Gets the value of the localX property. * * @return * possible object is * {@link LengthMeasure } * */ public LengthMeasure getLocalX() { return localX; } /** * Sets the value of the localX property. * * @param value * allowed object is * {@link LengthMeasure } * */ public void setLocalX(LengthMeasure value) { this.localX = value; } /** * Gets the value of the localY property. * * @return * possible object is * {@link LengthMeasure } * */ public LengthMeasure getLocalY() { return localY; } /** * Sets the value of the localY property. * * @param value * allowed object is * {@link LengthMeasure } * */ public void setLocalY(LengthMeasure value) { this.localY = value; } /** * Gets the value of the original property. * * @return * possible object is * {@link Boolean } * */ public Boolean isOriginal() { return original; } /** * Sets the value of the original property. * * @param value * allowed object is * {@link Boolean } * */ public void setOriginal(Boolean value) { this.original = value; } /** * Gets the value of the description property. * * @return * possible object is * {@link String } * */ public String getDescription() { return description; } /** * Sets the value of the description property. * * @param value * allowed object is * {@link String } * */ public void setDescription(String value) { this.description = value; } /** * Gets the value of the extensionNameValue property. * * * This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the extensionNameValue property. * * * For example, to add a new item, do as follows: *
 {@code
     *    getExtensionNameValue().add(newItem);
     * } 
* * * * Objects of the following type(s) are allowed in the list * {@link CsExtensionNameValue } * * */ public List getExtensionNameValue() { if (extensionNameValue == null) { extensionNameValue = new ArrayList(); } return this.extensionNameValue; } /** * Gets the value of the uid property. * * @return * possible object is * {@link String } * */ public String getUid() { return uid; } /** * Sets the value of the uid property. * * @param value * allowed object is * {@link String } * */ public void setUid(String value) { this.uid = value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy