net.ivoa.xml.stc.stc_v1_30
Class RegionFileType

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.RegionFileType

public class RegionFileType
extends SpatialIntervalType

Points to a Region file

Java class for regionFileType complex type.

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

 <complexType name="regionFileType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}spatialIntervalType">
       <sequence>
         <element name="File" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String file
           
 
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
RegionFileType()
           
 
Method Summary
 java.lang.String getFile()
          Gets the value of the file property.
 void setFile(java.lang.String value)
          Sets the value of the file 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

file

protected java.lang.String file
Constructor Detail

RegionFileType

public RegionFileType()
Method Detail

getFile

public java.lang.String getFile()
Gets the value of the file property.

Returns:
possible object is String

setFile

public void setFile(java.lang.String value)
Sets the value of the file property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.