net.ivoa.xml.stc.stc_v1_30
Class Double9Type

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.Double9Type

public class Double9Type
extends StcBaseType

A vector of 9 doubles (3x3 matrix)

Java class for double9Type complex type.

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

 <complexType name="double9Type">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}stcBaseType">
       <sequence>
         <element name="M11" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="M12" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="M13" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="M21" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="M22" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="M23" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="M31" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="M32" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="M33" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </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  java.lang.String genUnit
           
protected  java.lang.Double m11
           
protected  java.lang.Double m12
           
protected  java.lang.Double m13
           
protected  java.lang.Double m21
           
protected  java.lang.Double m22
           
protected  java.lang.Double m23
           
protected  java.lang.Double m31
           
protected  java.lang.Double m32
           
protected  java.lang.Double m33
           
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
Double9Type()
           
 
Method Summary
 java.lang.String getGenUnit()
          Gets the value of the genUnit property.
 java.lang.Double getM11()
          Gets the value of the m11 property.
 java.lang.Double getM12()
          Gets the value of the m12 property.
 java.lang.Double getM13()
          Gets the value of the m13 property.
 java.lang.Double getM21()
          Gets the value of the m21 property.
 java.lang.Double getM22()
          Gets the value of the m22 property.
 java.lang.Double getM23()
          Gets the value of the m23 property.
 java.lang.Double getM31()
          Gets the value of the m31 property.
 java.lang.Double getM32()
          Gets the value of the m32 property.
 java.lang.Double getM33()
          Gets the value of the m33 property.
 java.lang.String getUnit()
          Gets the value of the unit property.
 VelTimeUnitType getVelTimeUnit()
          Gets the value of the velTimeUnit property.
 void setGenUnit(java.lang.String value)
          Sets the value of the genUnit property.
 void setM11(java.lang.Double value)
          Sets the value of the m11 property.
 void setM12(java.lang.Double value)
          Sets the value of the m12 property.
 void setM13(java.lang.Double value)
          Sets the value of the m13 property.
 void setM21(java.lang.Double value)
          Sets the value of the m21 property.
 void setM22(java.lang.Double value)
          Sets the value of the m22 property.
 void setM23(java.lang.Double value)
          Sets the value of the m23 property.
 void setM31(java.lang.Double value)
          Sets the value of the m31 property.
 void setM32(java.lang.Double value)
          Sets the value of the m32 property.
 void setM33(java.lang.Double value)
          Sets the value of the m33 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

m11

protected java.lang.Double m11

m12

protected java.lang.Double m12

m13

protected java.lang.Double m13

m21

protected java.lang.Double m21

m22

protected java.lang.Double m22

m23

protected java.lang.Double m23

m31

protected java.lang.Double m31

m32

protected java.lang.Double m32

m33

protected java.lang.Double m33

unit

protected java.lang.String unit

velTimeUnit

protected VelTimeUnitType velTimeUnit

genUnit

protected java.lang.String genUnit
Constructor Detail

Double9Type

public Double9Type()
Method Detail

getM11

public java.lang.Double getM11()
Gets the value of the m11 property.

Returns:
possible object is Double

setM11

public void setM11(java.lang.Double value)
Sets the value of the m11 property.

Parameters:
value - allowed object is Double

getM12

public java.lang.Double getM12()
Gets the value of the m12 property.

Returns:
possible object is Double

setM12

public void setM12(java.lang.Double value)
Sets the value of the m12 property.

Parameters:
value - allowed object is Double

getM13

public java.lang.Double getM13()
Gets the value of the m13 property.

Returns:
possible object is Double

setM13

public void setM13(java.lang.Double value)
Sets the value of the m13 property.

Parameters:
value - allowed object is Double

getM21

public java.lang.Double getM21()
Gets the value of the m21 property.

Returns:
possible object is Double

setM21

public void setM21(java.lang.Double value)
Sets the value of the m21 property.

Parameters:
value - allowed object is Double

getM22

public java.lang.Double getM22()
Gets the value of the m22 property.

Returns:
possible object is Double

setM22

public void setM22(java.lang.Double value)
Sets the value of the m22 property.

Parameters:
value - allowed object is Double

getM23

public java.lang.Double getM23()
Gets the value of the m23 property.

Returns:
possible object is Double

setM23

public void setM23(java.lang.Double value)
Sets the value of the m23 property.

Parameters:
value - allowed object is Double

getM31

public java.lang.Double getM31()
Gets the value of the m31 property.

Returns:
possible object is Double

setM31

public void setM31(java.lang.Double value)
Sets the value of the m31 property.

Parameters:
value - allowed object is Double

getM32

public java.lang.Double getM32()
Gets the value of the m32 property.

Returns:
possible object is Double

setM32

public void setM32(java.lang.Double value)
Sets the value of the m32 property.

Parameters:
value - allowed object is Double

getM33

public java.lang.Double getM33()
Gets the value of the m33 property.

Returns:
possible object is Double

setM33

public void setM33(java.lang.Double value)
Sets the value of the m33 property.

Parameters:
value - allowed object is Double

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.