edu.nrao.sss.astronomy.sesame
Class PmVector

java.lang.Object
  extended by edu.nrao.sss.astronomy.sesame.PmVector

public class PmVector
extends Object

Java class for pmVector complex type.

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

 <complexType name="pmVector">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="v" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="e" type="{}err" minOccurs="0"/>
         <element name="q" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="r" type="{}bibcode" minOccurs="0"/>
         <element name="pa" type="{}lon"/>
         <element name="pmRA" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="epmRA" type="{}err" minOccurs="0"/>
         <element name="pmDE" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="epmDE" type="{}err" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigDecimal e
           
protected  BigDecimal epmDE
           
protected  BigDecimal epmRA
           
protected  BigDecimal pa
           
protected  BigDecimal pmDE
           
protected  BigDecimal pmRA
           
protected  String q
           
protected  String r
           
protected  BigDecimal v
           
 
Constructor Summary
PmVector()
           
 
Method Summary
 BigDecimal getE()
          Gets the value of the e property.
 BigDecimal getEpmDE()
          Gets the value of the epmDE property.
 BigDecimal getEpmRA()
          Gets the value of the epmRA property.
 BigDecimal getPa()
          Gets the value of the pa property.
 BigDecimal getPmDE()
          Gets the value of the pmDE property.
 BigDecimal getPmRA()
          Gets the value of the pmRA property.
 String getQ()
          Gets the value of the q property.
 String getR()
          Gets the value of the r property.
 BigDecimal getV()
          Gets the value of the v property.
 void setE(BigDecimal value)
          Sets the value of the e property.
 void setEpmDE(BigDecimal value)
          Sets the value of the epmDE property.
 void setEpmRA(BigDecimal value)
          Sets the value of the epmRA property.
 void setPa(BigDecimal value)
          Sets the value of the pa property.
 void setPmDE(BigDecimal value)
          Sets the value of the pmDE property.
 void setPmRA(BigDecimal value)
          Sets the value of the pmRA property.
 void setQ(String value)
          Sets the value of the q property.
 void setR(String value)
          Sets the value of the r property.
 void setV(BigDecimal value)
          Sets the value of the v property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

v

protected BigDecimal v

e

protected BigDecimal e

q

protected String q

r

protected String r

pa

protected BigDecimal pa

pmRA

protected BigDecimal pmRA

epmRA

protected BigDecimal epmRA

pmDE

protected BigDecimal pmDE

epmDE

protected BigDecimal epmDE
Constructor Detail

PmVector

public PmVector()
Method Detail

getV

public BigDecimal getV()
Gets the value of the v property.

Returns:
possible object is BigDecimal

setV

public void setV(BigDecimal value)
Sets the value of the v property.

Parameters:
value - allowed object is BigDecimal

getE

public BigDecimal getE()
Gets the value of the e property.

Returns:
possible object is BigDecimal

setE

public void setE(BigDecimal value)
Sets the value of the e property.

Parameters:
value - allowed object is BigDecimal

getQ

public String getQ()
Gets the value of the q property.

Returns:
possible object is String

setQ

public void setQ(String value)
Sets the value of the q property.

Parameters:
value - allowed object is String

getR

public String getR()
Gets the value of the r property.

Returns:
possible object is String

setR

public void setR(String value)
Sets the value of the r property.

Parameters:
value - allowed object is String

getPa

public BigDecimal getPa()
Gets the value of the pa property.

Returns:
possible object is BigDecimal

setPa

public void setPa(BigDecimal value)
Sets the value of the pa property.

Parameters:
value - allowed object is BigDecimal

getPmRA

public BigDecimal getPmRA()
Gets the value of the pmRA property.

Returns:
possible object is BigDecimal

setPmRA

public void setPmRA(BigDecimal value)
Sets the value of the pmRA property.

Parameters:
value - allowed object is BigDecimal

getEpmRA

public BigDecimal getEpmRA()
Gets the value of the epmRA property.

Returns:
possible object is BigDecimal

setEpmRA

public void setEpmRA(BigDecimal value)
Sets the value of the epmRA property.

Parameters:
value - allowed object is BigDecimal

getPmDE

public BigDecimal getPmDE()
Gets the value of the pmDE property.

Returns:
possible object is BigDecimal

setPmDE

public void setPmDE(BigDecimal value)
Sets the value of the pmDE property.

Parameters:
value - allowed object is BigDecimal

getEpmDE

public BigDecimal getEpmDE()
Gets the value of the epmDE property.

Returns:
possible object is BigDecimal

setEpmDE

public void setEpmDE(BigDecimal value)
Sets the value of the epmDE property.

Parameters:
value - allowed object is BigDecimal


Copyright © 2009. All Rights Reserved.