net.ivoa.xml.stc.stc_v1_30
Class Double1Type

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.Double1Type
Direct Known Subclasses:
OrbitType.A, OrbitType.Aop, OrbitType.I, OrbitType.M, OrbitType.Node, OrbitType.P, OrbitType.Q

public class Double1Type
extends java.lang.Object

A double with referencing and units attributes

Java class for double1Type complex type.

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

 <complexType name="double1Type">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>double">
       <attGroup ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}STCReference"/>
       <attribute name="time_unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}timeUnitType" />
       <attribute name="pos_unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posUnitType" />
       <attribute name="pos_angle_unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}angleUnitType" />
       <attribute name="vel_time_unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}velTimeUnitType" />
       <attribute name="spectral_unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}spectralUnitType" />
       <attribute name="gen_unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}unitType" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.lang.String genUnit
           
protected  java.lang.String href
           
protected  java.lang.String id
           
protected  java.lang.Object idref
           
protected  java.lang.String idrefType
           
protected  java.lang.String idType
           
protected  AngleUnitType posAngleUnit
           
protected  java.lang.String posUnit
           
protected  SpectralUnitType spectralUnit
           
protected  java.lang.String timeUnit
           
protected  java.lang.String type
           
protected  java.lang.String ucd
           
protected  double value
           
protected  VelTimeUnitType velTimeUnit
           
 
Constructor Summary
Double1Type()
           
 
Method Summary
 java.lang.String getGenUnit()
          Gets the value of the genUnit property.
 java.lang.String getHref()
          Gets the value of the href property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.Object getIdref()
          Gets the value of the idref property.
 java.lang.String getIDREFType()
          Gets the value of the idrefType property.
 java.lang.String getIDType()
          Gets the value of the idType property.
 AngleUnitType getPosAngleUnit()
          Gets the value of the posAngleUnit property.
 java.lang.String getPosUnit()
          Gets the value of the posUnit property.
 SpectralUnitType getSpectralUnit()
          Gets the value of the spectralUnit property.
 java.lang.String getTimeUnit()
          Gets the value of the timeUnit property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getUcd()
          Gets the value of the ucd property.
 double getValue()
          Gets the value of the value property.
 VelTimeUnitType getVelTimeUnit()
          Gets the value of the velTimeUnit property.
 void setGenUnit(java.lang.String value)
          Sets the value of the genUnit property.
 void setHref(java.lang.String value)
          Sets the value of the href property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setIdref(java.lang.Object value)
          Sets the value of the idref property.
 void setIDREFType(java.lang.String value)
          Sets the value of the idrefType property.
 void setIDType(java.lang.String value)
          Sets the value of the idType property.
 void setPosAngleUnit(AngleUnitType value)
          Sets the value of the posAngleUnit property.
 void setPosUnit(java.lang.String value)
          Sets the value of the posUnit property.
 void setSpectralUnit(SpectralUnitType value)
          Sets the value of the spectralUnit property.
 void setTimeUnit(java.lang.String value)
          Sets the value of the timeUnit property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setUcd(java.lang.String value)
          Sets the value of the ucd property.
 void setValue(double value)
          Sets the value of the value property.
 void setVelTimeUnit(VelTimeUnitType value)
          Sets the value of the velTimeUnit property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected double value

timeUnit

protected java.lang.String timeUnit

posUnit

protected java.lang.String posUnit

posAngleUnit

protected AngleUnitType posAngleUnit

velTimeUnit

protected VelTimeUnitType velTimeUnit

spectralUnit

protected SpectralUnitType spectralUnit

genUnit

protected java.lang.String genUnit

id

protected java.lang.String id

idref

protected java.lang.Object idref

ucd

protected java.lang.String ucd

type

protected java.lang.String type

href

protected java.lang.String href

idType

protected java.lang.String idType

idrefType

protected java.lang.String idrefType
Constructor Detail

Double1Type

public Double1Type()
Method Detail

getValue

public double getValue()
Gets the value of the value property.


setValue

public void setValue(double value)
Sets the value of the value property.


getTimeUnit

public java.lang.String getTimeUnit()
Gets the value of the timeUnit property.

Returns:
possible object is String

setTimeUnit

public void setTimeUnit(java.lang.String value)
Sets the value of the timeUnit property.

Parameters:
value - allowed object is String

getPosUnit

public java.lang.String getPosUnit()
Gets the value of the posUnit property.

Returns:
possible object is String

setPosUnit

public void setPosUnit(java.lang.String value)
Sets the value of the posUnit property.

Parameters:
value - allowed object is String

getPosAngleUnit

public AngleUnitType getPosAngleUnit()
Gets the value of the posAngleUnit property.

Returns:
possible object is AngleUnitType

setPosAngleUnit

public void setPosAngleUnit(AngleUnitType value)
Sets the value of the posAngleUnit property.

Parameters:
value - allowed object is AngleUnitType

getVelTimeUnit

public VelTimeUnitType getVelTimeUnit()
Gets the value of the velTimeUnit property.

Returns:
possible object is VelTimeUnitType

setVelTimeUnit

public void setVelTimeUnit(VelTimeUnitType value)
Sets the value of the velTimeUnit property.

Parameters:
value - allowed object is VelTimeUnitType

getSpectralUnit

public SpectralUnitType getSpectralUnit()
Gets the value of the spectralUnit property.

Returns:
possible object is SpectralUnitType

setSpectralUnit

public void setSpectralUnit(SpectralUnitType value)
Sets the value of the spectralUnit property.

Parameters:
value - allowed object is SpectralUnitType

getGenUnit

public java.lang.String getGenUnit()
Gets the value of the genUnit property.

Returns:
possible object is String

setGenUnit

public void setGenUnit(java.lang.String value)
Sets the value of the genUnit property.

Parameters:
value - allowed object is String

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getIdref

public java.lang.Object getIdref()
Gets the value of the idref property.

Returns:
possible object is Object

setIdref

public void setIdref(java.lang.Object value)
Sets the value of the idref property.

Parameters:
value - allowed object is Object

getUcd

public java.lang.String getUcd()
Gets the value of the ucd property.

Returns:
possible object is String

setUcd

public void setUcd(java.lang.String value)
Sets the value of the ucd property.

Parameters:
value - allowed object is String

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getHref

public java.lang.String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(java.lang.String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

getIDType

public java.lang.String getIDType()
Gets the value of the idType property.

Returns:
possible object is String

setIDType

public void setIDType(java.lang.String value)
Sets the value of the idType property.

Parameters:
value - allowed object is String

getIDREFType

public java.lang.String getIDREFType()
Gets the value of the idrefType property.

Returns:
possible object is String

setIDREFType

public void setIDREFType(java.lang.String value)
Sets the value of the idrefType property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.