net.ivoa.xml.stc.stc_v1_30
Class CoordFITSColumnsType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.CoordFITSColumnsType

public class CoordFITSColumnsType
extends java.lang.Object

Refers coordinate components to specific columns in the FITS file HDU

Java class for coordFITSColumnsType complex type.

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

 <complexType name="coordFITSColumnsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Error" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Resolution" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Size" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PixSize" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String error
           
protected  java.lang.String name
           
protected  java.lang.String pixSize
           
protected  java.lang.String resolution
           
protected  java.lang.String size
           
protected  java.lang.String value
           
 
Constructor Summary
CoordFITSColumnsType()
           
 
Method Summary
 java.lang.String getError()
          Gets the value of the error property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getPixSize()
          Gets the value of the pixSize property.
 java.lang.String getResolution()
          Gets the value of the resolution property.
 java.lang.String getSize()
          Gets the value of the size property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setError(java.lang.String value)
          Sets the value of the error property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setPixSize(java.lang.String value)
          Sets the value of the pixSize property.
 void setResolution(java.lang.String value)
          Sets the value of the resolution property.
 void setSize(java.lang.String value)
          Sets the value of the size property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

value

protected java.lang.String value

error

protected java.lang.String error

resolution

protected java.lang.String resolution

size

protected java.lang.String size

pixSize

protected java.lang.String pixSize
Constructor Detail

CoordFITSColumnsType

public CoordFITSColumnsType()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getError

public java.lang.String getError()
Gets the value of the error property.

Returns:
possible object is String

setError

public void setError(java.lang.String value)
Sets the value of the error property.

Parameters:
value - allowed object is String

getResolution

public java.lang.String getResolution()
Gets the value of the resolution property.

Returns:
possible object is String

setResolution

public void setResolution(java.lang.String value)
Sets the value of the resolution property.

Parameters:
value - allowed object is String

getSize

public java.lang.String getSize()
Gets the value of the size property.

Returns:
possible object is String

setSize

public void setSize(java.lang.String value)
Sets the value of the size property.

Parameters:
value - allowed object is String

getPixSize

public java.lang.String getPixSize()
Gets the value of the pixSize property.

Returns:
possible object is String

setPixSize

public void setPixSize(java.lang.String value)
Sets the value of the pixSize property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.