net.ivoa.xml.stc.stc_v1_30
Class Cart1DRefFrameType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.CoordRefFrameType
      extended by net.ivoa.xml.stc.stc_v1_30.Cart1DRefFrameType

public class Cart1DRefFrameType
extends CoordRefFrameType

A custom space reference frame type defined through a 2-D Cartesian mapping (rotate and scale)

Java class for cart1DRefFrameType complex type.

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

 <complexType name="cart1DRefFrameType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordRefFrameType">
       <sequence>
         <element name="Scale" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}double1Type"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="projection" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}projectionType" default="" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String id
           
protected  java.lang.String projection
           
protected  Double1Type scale
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordRefFrameType
name, refFrameId
 
Constructor Summary
Cart1DRefFrameType()
           
 
Method Summary
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getProjection()
          Gets the value of the projection property.
 Double1Type getScale()
          Gets the value of the scale property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setProjection(java.lang.String value)
          Sets the value of the projection property.
 void setScale(Double1Type value)
          Sets the value of the scale property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.CoordRefFrameType
getName, getRefFrameId, setName, setRefFrameId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scale

protected Double1Type scale

id

protected java.lang.String id

projection

protected java.lang.String projection
Constructor Detail

Cart1DRefFrameType

public Cart1DRefFrameType()
Method Detail

getScale

public Double1Type getScale()
Gets the value of the scale property.

Returns:
possible object is Double1Type

setScale

public void setScale(Double1Type value)
Sets the value of the scale property.

Parameters:
value - allowed object is Double1Type

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

getProjection

public java.lang.String getProjection()
Gets the value of the projection property.

Returns:
possible object is String

setProjection

public void setProjection(java.lang.String value)
Sets the value of the projection property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.