net.ivoa.xml.stc.stc_v1_30
Class RegionType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.CoordIntervalType
          extended by net.ivoa.xml.stc.stc_v1_30.SpatialIntervalType
              extended by net.ivoa.xml.stc.stc_v1_30.RegionType
Direct Known Subclasses:
DiffType, IntersectionType, NegationType, ShapeType, UnionType

public class RegionType
extends SpatialIntervalType

Abstract region type; a Region is a Shape or the result of a Region Operation involving one or more Regions

Java class for regionType complex type.

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

 <complexType name="regionType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}spatialIntervalType">
       <sequence>
         <element name="Area" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}regionAreaType" minOccurs="0"/>
       </sequence>
       <attribute name="note" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="coord_system_id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  RegionAreaType area
           
protected  java.lang.Object coordSystemId
           
protected  java.lang.String note
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.SpatialIntervalType
epoch, unit
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordIntervalType
fillFactor, frameId, hiInclude, loInclude
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
RegionType()
           
 
Method Summary
 RegionAreaType getArea()
          Gets the value of the area property.
 java.lang.Object getCoordSystemId()
          Gets the value of the coordSystemId property.
 java.lang.String getNote()
          Gets the value of the note property.
 void setArea(RegionAreaType value)
          Sets the value of the area property.
 void setCoordSystemId(java.lang.Object value)
          Sets the value of the coordSystemId property.
 void setNote(java.lang.String value)
          Sets the value of the note property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.SpatialIntervalType
getEpoch, getUnit, setEpoch, setUnit
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.CoordIntervalType
getFillFactor, getFrameId, getHiInclude, getLoInclude, setFillFactor, setFrameId, setHiInclude, setLoInclude
 
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

area

protected RegionAreaType area

note

protected java.lang.String note

coordSystemId

protected java.lang.Object coordSystemId
Constructor Detail

RegionType

public RegionType()
Method Detail

getArea

public RegionAreaType getArea()
Gets the value of the area property.

Returns:
possible object is RegionAreaType

setArea

public void setArea(RegionAreaType value)
Sets the value of the area property.

Parameters:
value - allowed object is RegionAreaType

getNote

public java.lang.String getNote()
Gets the value of the note property.

Returns:
possible object is String

setNote

public void setNote(java.lang.String value)
Sets the value of the note property.

Parameters:
value - allowed object is String

getCoordSystemId

public java.lang.Object getCoordSystemId()
Gets the value of the coordSystemId property.

Returns:
possible object is Object

setCoordSystemId

public void setCoordSystemId(java.lang.Object value)
Sets the value of the coordSystemId property.

Parameters:
value - allowed object is Object


Copyright © 2011 VAMDC. All Rights Reserved.