net.ivoa.xml.stc.stc_v1_30
Class PosAngleType

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

public class PosAngleType
extends java.lang.Object

Position angles are doubles and include optionally a unit attribute (default deg) and a reference attribute (default X)

Java class for posAngleType complex type.

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

 <complexType name="posAngleType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>double">
       <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}angleUnitType" default="deg" />
       <attribute name="reference" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posAngleReferenceType" default="X" />
     </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  PosAngleReferenceType reference
           
protected  java.lang.String type
           
protected  java.lang.String ucd
           
protected  AngleUnitType unit
           
protected  double value
           
 
Constructor Summary
PosAngleType()
           
 
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.
 PosAngleReferenceType getReference()
          Gets the value of the reference property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getUcd()
          Gets the value of the ucd property.
 AngleUnitType getUnit()
          Gets the value of the unit property.
 double 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 setReference(PosAngleReferenceType value)
          Sets the value of the reference 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(AngleUnitType value)
          Sets the value of the unit property.
 void setValue(double 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 double value

unit

protected AngleUnitType unit

reference

protected PosAngleReferenceType reference

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

PosAngleType

public PosAngleType()
Method Detail

getValue

public double getValue()
Gets the value of the value property.


setValue

public void setValue(double value)
Sets the value of the value property.


getUnit

public AngleUnitType getUnit()
Gets the value of the unit property.

Returns:
possible object is AngleUnitType

setUnit

public void setUnit(AngleUnitType value)
Sets the value of the unit property.

Parameters:
value - allowed object is AngleUnitType

getReference

public PosAngleReferenceType getReference()
Gets the value of the reference property.

Returns:
possible object is PosAngleReferenceType

setReference

public void setReference(PosAngleReferenceType value)
Sets the value of the reference property.

Parameters:
value - allowed object is PosAngleReferenceType

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.