cfa.vo.sed.dm
Class CoordSys

java.lang.Object
  extended by cfa.vo.sed.dm.CoordSys

public class CoordSys
extends java.lang.Object


Constructor Summary
CoordSys()
           
 
Method Summary
 GenericCoordFrame getGenericCoordFrame()
          Gets the GenericCoordFrame object
 java.lang.String getHRef()
          Gets the value of the href property.
 java.lang.String getID()
          Gets the value of the id property.
 java.lang.String getIDRef()
          Gets the value of the idref property.
 RedshiftFrame getRedshiftFrame()
          Gets the RedshiftFrame object
 SpaceFrame getSpaceFrame()
          Gets the SpaceFrame object
 SpectralFrame getSpectralFrame()
          Gets the SpectralFrame object
 TimeFrame getTimeFrame()
          Gets the TimeFrame object
 java.lang.String getType()
          Gets the value of the Type property.
 java.lang.String getUCD()
          Gets the value of the UCD property.
 void setGenericCoordFrame(GenericCoordFrame generic)
          Sets the GenericCoordFrame object
 void setHRef(java.lang.String href)
          Sets the value of the href property
 void setID(java.lang.String id)
          Sets the value of the id property
 void setIDRef(java.lang.String idref)
          Sets the value of the idref property
 void setRedshiftFrame(RedshiftFrame redshift)
          Sets the RedshiftFrame object
 void setSpaceFrame(SpaceFrame space)
          Sets the SpaceFrame object
 void setSpectralFrame(SpectralFrame spectral)
          Sets the SpectralFrame object
 void setTimeFrame(TimeFrame time)
          Sets the TimeFrame object
 void setType(java.lang.String type)
          Sets the value of the Type property
 void setUCD(java.lang.String ucd)
          Sets the value of the UCD property
 java.lang.String toString()
          Override Object's toString() method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoordSys

public CoordSys()
Method Detail

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 id)
Sets the value of the id property

Parameters:
id - allowed object is String

getHRef

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

Returns:
possible object is String

setHRef

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

Parameters:
href - allowed object is String

getIDRef

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

Returns:
possible object is String

setIDRef

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

Parameters:
idref - allowed object is String

getType

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

Returns:
possible object is String

setType

public void setType(java.lang.String type)
Sets the value of the Type property

Parameters:
type - allowed object is String

getUCD

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

Returns:
possible object is String

setUCD

public void setUCD(java.lang.String ucd)
Sets the value of the UCD property

Parameters:
ucd - allowed object is String

getSpaceFrame

public SpaceFrame getSpaceFrame()
Gets the SpaceFrame object

Returns:
possible object is SpaceFrame

setSpaceFrame

public void setSpaceFrame(SpaceFrame space)
Sets the SpaceFrame object

Parameters:
space - allowed object is SpaceFrame

getTimeFrame

public TimeFrame getTimeFrame()
Gets the TimeFrame object

Returns:
possible object is TimeFrame

setTimeFrame

public void setTimeFrame(TimeFrame time)
Sets the TimeFrame object

Parameters:
time - allowed object is TimeFrame

getSpectralFrame

public SpectralFrame getSpectralFrame()
Gets the SpectralFrame object

Returns:
possible object is SpectralFrame

setSpectralFrame

public void setSpectralFrame(SpectralFrame spectral)
Sets the SpectralFrame object

Parameters:
spectral - allowed object is SpectralFrame

getRedshiftFrame

public RedshiftFrame getRedshiftFrame()
Gets the RedshiftFrame object

Returns:
possible object is RedshiftFrame

setRedshiftFrame

public void setRedshiftFrame(RedshiftFrame redshift)
Sets the RedshiftFrame object

Parameters:
redshift - allowed object is RedshiftFrame

getGenericCoordFrame

public GenericCoordFrame getGenericCoordFrame()
Gets the GenericCoordFrame object

Returns:
possible object is GenericCoordFrame

setGenericCoordFrame

public void setGenericCoordFrame(GenericCoordFrame generic)
Sets the GenericCoordFrame object

Parameters:
generic - allowed object is GenericCoordFrame

toString

public java.lang.String toString()
Override Object's toString() method.

Overrides:
toString in class java.lang.Object
Returns:
possible object is String