net.ivoa.xml.stc.stc_v1_30
Class Double2Type

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.Double2Type
Direct Known Subclasses:
Size2Type

public class Double2Type
extends StcBaseType

A vector of 2 doubles; components are now separated.

Java class for double2Type complex type.

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

 <complexType name="double2Type">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}stcBaseType">
       <sequence>
         <element name="C1" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double1Type"/>
         <element name="C2" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double1Type"/>
       </sequence>
       <attribute name="unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posUnitType" />
       <attribute name="vel_time_unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}velTimeUnitType" />
       <attribute name="gen_unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}unitType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Double1Type c1
           
protected  Double1Type c2
           
protected  java.lang.String genUnit
           
protected  java.lang.String unit
           
protected  VelTimeUnitType velTimeUnit
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
Double2Type()
           
 
Method Summary
 Double1Type getC1()
          Gets the value of the c1 property.
 Double1Type getC2()
          Gets the value of the c2 property.
 java.lang.String getGenUnit()
          Gets the value of the genUnit property.
 java.lang.String getUnit()
          Gets the value of the unit property.
 VelTimeUnitType getVelTimeUnit()
          Gets the value of the velTimeUnit property.
 void setC1(Double1Type value)
          Sets the value of the c1 property.
 void setC2(Double1Type value)
          Sets the value of the c2 property.
 void setGenUnit(java.lang.String value)
          Sets the value of the genUnit property.
 void setUnit(java.lang.String value)
          Sets the value of the unit property.
 void setVelTimeUnit(VelTimeUnitType value)
          Sets the value of the velTimeUnit property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
getHref, getId, getIdref, getIDREFType, getIDType, getType, getUcd, setHref, setId, setIdref, setIDREFType, setIDType, setType, setUcd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c1

protected Double1Type c1

c2

protected Double1Type c2

unit

protected java.lang.String unit

velTimeUnit

protected VelTimeUnitType velTimeUnit

genUnit

protected java.lang.String genUnit
Constructor Detail

Double2Type

public Double2Type()
Method Detail

getC1

public Double1Type getC1()
Gets the value of the c1 property.

Returns:
possible object is Double1Type

setC1

public void setC1(Double1Type value)
Sets the value of the c1 property.

Parameters:
value - allowed object is Double1Type

getC2

public Double1Type getC2()
Gets the value of the c2 property.

Returns:
possible object is Double1Type

setC2

public void setC2(Double1Type value)
Sets the value of the c2 property.

Parameters:
value - allowed object is Double1Type

getUnit

public java.lang.String getUnit()
Gets the value of the unit property.

Returns:
possible object is String

setUnit

public void setUnit(java.lang.String value)
Sets the value of the unit property.

Parameters:
value - allowed object is String

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

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


Copyright © 2011 VAMDC. All Rights Reserved.