net.ivoa.xml.stc.stc_v1_30
Class CoordinateType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.CoordinateType
Direct Known Subclasses:
AstroCoordsFileType, BasicCoordinateType, OrbitType, PixelVector1CoordinateType, PixelVector2CoordinateType, PixelVector3CoordinateType, StringCoordinateType, TimeCoordinateType, Vector2CoordinateType, Vector3CoordinateType

public class CoordinateType
extends StcBaseType

Abstract coordinate type; a concrete Coordinate consists of a Value, Error, Resolution, Size, and PixSize

Java class for coordinateType complex type.

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

 <complexType name="coordinateType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}stcBaseType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="frame_id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Object frameId
           
protected  java.lang.String name
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
CoordinateType()
           
 
Method Summary
 java.lang.Object getFrameId()
          Gets the value of the frameId property.
 java.lang.String getName()
          Gets the value of the name property.
 void setFrameId(java.lang.Object value)
          Sets the value of the frameId property.
 void setName(java.lang.String value)
          Sets the value of the name 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

name

protected java.lang.String name

frameId

protected java.lang.Object frameId
Constructor Detail

CoordinateType

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

getFrameId

public java.lang.Object getFrameId()
Gets the value of the frameId property.

Returns:
possible object is Object

setFrameId

public void setFrameId(java.lang.Object value)
Sets the value of the frameId property.

Parameters:
value - allowed object is Object


Copyright © 2011 VAMDC. All Rights Reserved.