net.ivoa.xml.stc.stc_v1_30
Class RegionAreaType

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

public class RegionAreaType
extends java.lang.Object

Element to hold the area of a Region, once calculated; the element holds the actual area, linearAreaUnit the linear units of the of the area (i.e., it should be squared to get the proper units of the area), and validArea indicates whether the area has been calculated properly.

Java class for regionAreaType complex type.

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

 <complexType name="regionAreaType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>double">
       <attribute name="linearAreaUnit" use="required" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}posUnitType" />
       <attribute name="validArea" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  java.lang.String linearAreaUnit
           
protected  boolean validArea
           
protected  double value
           
 
Constructor Summary
RegionAreaType()
           
 
Method Summary
 java.lang.String getLinearAreaUnit()
          Gets the value of the linearAreaUnit property.
 double getValue()
          Gets the value of the value property.
 boolean isValidArea()
          Gets the value of the validArea property.
 void setLinearAreaUnit(java.lang.String value)
          Sets the value of the linearAreaUnit property.
 void setValidArea(boolean value)
          Sets the value of the validArea 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

linearAreaUnit

protected java.lang.String linearAreaUnit

validArea

protected boolean validArea
Constructor Detail

RegionAreaType

public RegionAreaType()
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.


getLinearAreaUnit

public java.lang.String getLinearAreaUnit()
Gets the value of the linearAreaUnit property.

Returns:
possible object is String

setLinearAreaUnit

public void setLinearAreaUnit(java.lang.String value)
Sets the value of the linearAreaUnit property.

Parameters:
value - allowed object is String

isValidArea

public boolean isValidArea()
Gets the value of the validArea property.


setValidArea

public void setValidArea(boolean value)
Sets the value of the validArea property.



Copyright © 2011 VAMDC. All Rights Reserved.