net.ivoa.xml.stc.stc_v1_30
Class Double3Type

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

public class Double3Type
extends StcBaseType

A vector of 3 doubles with separated components

Java class for double3Type complex type.

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

 <complexType name="double3Type">
   <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"/>
         <element name="C3" 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  Double1Type c3
           
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
Double3Type()
           
 
Method Summary
 Double1Type getC1()
          Gets the value of the c1 property.
 Double1Type getC2()
          Gets the value of the c2 property.
 Double1Type getC3()
          Gets the value of the c3 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 setC3(Double1Type value)
          Sets the value of the c3 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

c3

protected Double1Type c3

unit

protected java.lang.String unit

velTimeUnit

protected VelTimeUnitType velTimeUnit

genUnit

protected java.lang.String genUnit
Constructor Detail

Double3Type

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

getC3

public Double1Type getC3()
Gets the value of the c3 property.

Returns:
possible object is Double1Type

setC3

public void setC3(Double1Type value)
Sets the value of the c3 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.