net.ivoa.xml.stc.stc_v1_30
Class Double4Type

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

public class Double4Type
extends StcBaseType

A vector of 4 doubles (2x2 matrix)

Java class for double4Type complex type.

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

 <complexType name="double4Type">
   <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="M21" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="M22" 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 m21
           
protected  java.lang.Double m22
           
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
Double4Type()
           
 
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 getM21()
          Gets the value of the m21 property.
 java.lang.Double getM22()
          Gets the value of the m22 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 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 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

m21

protected java.lang.Double m21

m22

protected java.lang.Double m22

unit

protected java.lang.String unit

velTimeUnit

protected VelTimeUnitType velTimeUnit

genUnit

protected java.lang.String genUnit
Constructor Detail

Double4Type

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

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

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.