net.ivoa.xml.stc.stc_v1_30
Class TimeOffsetType

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

public class TimeOffsetType
extends java.lang.Object

Actual elapsed time offset

Java class for timeOffsetType complex type.

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

 <complexType name="timeOffsetType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>decimal">
       <attGroup ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}STCReference"/>
       <attribute name="unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}timeUnitType" default="s" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.lang.String href
           
protected  java.lang.String id
           
protected  java.lang.Object idref
           
protected  java.lang.String idrefType
           
protected  java.lang.String idType
           
protected  java.lang.String type
           
protected  java.lang.String ucd
           
protected  java.lang.String unit
           
protected  java.math.BigDecimal value
           
 
Constructor Summary
TimeOffsetType()
           
 
Method Summary
 java.lang.String getHref()
          Gets the value of the href property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.Object getIdref()
          Gets the value of the idref property.
 java.lang.String getIDREFType()
          Gets the value of the idrefType property.
 java.lang.String getIDType()
          Gets the value of the idType property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getUcd()
          Gets the value of the ucd property.
 java.lang.String getUnit()
          Gets the value of the unit property.
 java.math.BigDecimal getValue()
          Gets the value of the value property.
 void setHref(java.lang.String value)
          Sets the value of the href property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setIdref(java.lang.Object value)
          Sets the value of the idref property.
 void setIDREFType(java.lang.String value)
          Sets the value of the idrefType property.
 void setIDType(java.lang.String value)
          Sets the value of the idType property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setUcd(java.lang.String value)
          Sets the value of the ucd property.
 void setUnit(java.lang.String value)
          Sets the value of the unit property.
 void setValue(java.math.BigDecimal 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

value

protected java.math.BigDecimal value

unit

protected java.lang.String unit

id

protected java.lang.String id

idref

protected java.lang.Object idref

ucd

protected java.lang.String ucd

type

protected java.lang.String type

href

protected java.lang.String href

idType

protected java.lang.String idType

idrefType

protected java.lang.String idrefType
Constructor Detail

TimeOffsetType

public TimeOffsetType()
Method Detail

getValue

public java.math.BigDecimal getValue()
Gets the value of the value property.

Returns:
possible object is BigDecimal

setValue

public void setValue(java.math.BigDecimal value)
Sets the value of the value property.

Parameters:
value - allowed object is BigDecimal

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

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

getIdref

public java.lang.Object getIdref()
Gets the value of the idref property.

Returns:
possible object is Object

setIdref

public void setIdref(java.lang.Object value)
Sets the value of the idref property.

Parameters:
value - allowed object is Object

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

Parameters:
value - 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 value)
Sets the value of the type property.

Parameters:
value - 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 value)
Sets the value of the href property.

Parameters:
value - allowed object is String

getIDType

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

Returns:
possible object is String

setIDType

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

Parameters:
value - allowed object is String

getIDREFType

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

Returns:
possible object is String

setIDREFType

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

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.