edu.nrao.sss.astronomy.sesame
Class Veqr

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

public class Veqr
extends Object

Java class for veqr complex type.

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

 <complexType name="veqr">
   <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"/>
       </sequence>
       <attribute name="band" type="{http://www.w3.org/2001/XMLSchema}token" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String band
           
protected  BigDecimal e
           
protected  String q
           
protected  String r
           
protected  BigDecimal v
           
 
Constructor Summary
Veqr()
           
 
Method Summary
 String getBand()
          Gets the value of the band property.
 BigDecimal getE()
          Gets the value of the e 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 setBand(String value)
          Sets the value of the band property.
 void setE(BigDecimal value)
          Sets the value of the e 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

band

protected String band
Constructor Detail

Veqr

public Veqr()
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

getBand

public String getBand()
Gets the value of the band property.

Returns:
possible object is String

setBand

public void setBand(String value)
Sets the value of the band property.

Parameters:
value - allowed object is String


Copyright © 2009. All Rights Reserved.