net.ivoa.xml.stc.stc_v1_30
Class Cart3DRefFrameType

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

public class Cart3DRefFrameType
extends CoordRefFrameType

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

Java class for cart3DRefFrameType complex type.

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

 <complexType name="cart3DRefFrameType">
   <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}CTransform3"/>
       </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<?> cTransform3
           
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
Cart3DRefFrameType()
           
 
Method Summary
 javax.xml.bind.JAXBElement<?> getCTransform3()
          Gets the value of the cTransform3 property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getProjection()
          Gets the value of the projection property.
 void setCTransform3(javax.xml.bind.JAXBElement<?> value)
          Sets the value of the cTransform3 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

cTransform3

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

id

protected java.lang.String id

projection

protected java.lang.String projection
Constructor Detail

Cart3DRefFrameType

public Cart3DRefFrameType()
Method Detail

getCTransform3

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

Returns:
possible object is JAXBElement<Object> JAXBElement<Size3Type> JAXBElement<Double9Type>

setCTransform3

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

Parameters:
value - allowed object is JAXBElement<Object> JAXBElement<Size3Type> JAXBElement<Double9Type>

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.