net.ivoa.xml.stc.stc_v1_30
Class HalfspaceType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.HalfspaceType

public class HalfspaceType
extends java.lang.Object

An area on the unit sphere defined by the intersection with a plane

Java class for halfspaceType complex type.

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

 <complexType name="halfspaceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Vector" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double3Type"/>
         <element name="Offset" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}hsOffsetType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  double offset
           
protected  Double3Type vector
           
 
Constructor Summary
HalfspaceType()
           
 
Method Summary
 double getOffset()
          Gets the value of the offset property.
 Double3Type getVector()
          Gets the value of the vector property.
 void setOffset(double value)
          Sets the value of the offset property.
 void setVector(Double3Type value)
          Sets the value of the vector property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vector

protected Double3Type vector

offset

protected double offset
Constructor Detail

HalfspaceType

public HalfspaceType()
Method Detail

getVector

public Double3Type getVector()
Gets the value of the vector property.

Returns:
possible object is Double3Type

setVector

public void setVector(Double3Type value)
Sets the value of the vector property.

Parameters:
value - allowed object is Double3Type

getOffset

public double getOffset()
Gets the value of the offset property.


setOffset

public void setOffset(double value)
Sets the value of the offset property.



Copyright © 2011 VAMDC. All Rights Reserved.