net.ivoa.xml.stc.stc_v1_30
Class StringCoordinateType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.CoordinateType
          extended by net.ivoa.xml.stc.stc_v1_30.StringCoordinateType

public class StringCoordinateType
extends CoordinateType

Generic string coordinate type

Java class for stringCoordinateType complex type.

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

 <complexType name="stringCoordinateType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordinateType">
       <sequence>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}unitType" />
     </extension>
   </complexContent>
 </complexType>
 


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

value

protected java.lang.String value

unit

protected java.lang.String unit
Constructor Detail

StringCoordinateType

public StringCoordinateType()
Method Detail

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

getUnit

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

Returns:
possible object is String

setUnit

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

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.