net.ivoa.xml.stc.stc_v1_30
Class Cart2DRefFrameType

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

public class Cart2DRefFrameType
extends CoordRefFrameType

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

Java class for cart2DRefFrameType complex type.

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

 <complexType name="cart2DRefFrameType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordRefFrameType">
       <sequence>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CTransform2"/>
       </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  javax.xml.bind.JAXBElement<?> cTransform2
           
protected  java.lang.String id
           
protected  java.lang.String projection
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordRefFrameType
name, refFrameId
 
Constructor Summary
Cart2DRefFrameType()
           
 
Method Summary
 javax.xml.bind.JAXBElement<?> getCTransform2()
          Gets the value of the cTransform2 property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getProjection()
          Gets the value of the projection property.
 void setCTransform2(javax.xml.bind.JAXBElement<?> value)
          Sets the value of the cTransform2 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.
 
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

cTransform2

protected javax.xml.bind.JAXBElement<?> cTransform2

id

protected java.lang.String id

projection

protected java.lang.String projection
Constructor Detail

Cart2DRefFrameType

public Cart2DRefFrameType()
Method Detail

getCTransform2

public javax.xml.bind.JAXBElement<?> getCTransform2()
Gets the value of the cTransform2 property.

Returns:
possible object is JAXBElement<Object> JAXBElement<Size2Type> JAXBElement<Double4Type>

setCTransform2

public void setCTransform2(javax.xml.bind.JAXBElement<?> value)
Sets the value of the cTransform2 property.

Parameters:
value - allowed object is JAXBElement<Object> JAXBElement<Size2Type> JAXBElement<Double4Type>

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.