net.ivoa.xml.stc.stc_v1_30
Class CoordIntervalType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.CoordIntervalType
Direct Known Subclasses:
Coord2VecIntervalType, Coord3VecIntervalType, CoordScalarIntervalType, SpatialIntervalType, TimeIntervalType, UCoord2VecIntervalType, UCoord3VecIntervalType, UCoordScalarIntervalType

public class CoordIntervalType
extends StcBaseType

Abstact coordinate interval type

Java class for coordIntervalType complex type.

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

 <complexType name="coordIntervalType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}stcBaseType">
       <attribute name="lo_include" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="hi_include" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="fill_factor" type="{http://www.w3.org/2001/XMLSchema}float" default="1.0" />
       <attribute name="frame_id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Float fillFactor
           
protected  java.lang.Object frameId
           
protected  java.lang.Boolean hiInclude
           
protected  java.lang.Boolean loInclude
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
CoordIntervalType()
           
 
Method Summary
 float getFillFactor()
          Gets the value of the fillFactor property.
 java.lang.Object getFrameId()
          Gets the value of the frameId property.
 boolean getHiInclude()
          Gets the value of the hiInclude property.
 boolean getLoInclude()
          Gets the value of the loInclude property.
 void setFillFactor(java.lang.Float value)
          Sets the value of the fillFactor property.
 void setFrameId(java.lang.Object value)
          Sets the value of the frameId property.
 void setHiInclude(java.lang.Boolean value)
          Sets the value of the hiInclude property.
 void setLoInclude(java.lang.Boolean value)
          Sets the value of the loInclude property.
 
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

loInclude

protected java.lang.Boolean loInclude

hiInclude

protected java.lang.Boolean hiInclude

fillFactor

protected java.lang.Float fillFactor

frameId

protected java.lang.Object frameId
Constructor Detail

CoordIntervalType

public CoordIntervalType()
Method Detail

getLoInclude

public boolean getLoInclude()
Gets the value of the loInclude property.

Returns:
possible object is Boolean

setLoInclude

public void setLoInclude(java.lang.Boolean value)
Sets the value of the loInclude property.

Parameters:
value - allowed object is Boolean

getHiInclude

public boolean getHiInclude()
Gets the value of the hiInclude property.

Returns:
possible object is Boolean

setHiInclude

public void setHiInclude(java.lang.Boolean value)
Sets the value of the hiInclude property.

Parameters:
value - allowed object is Boolean

getFillFactor

public float getFillFactor()
Gets the value of the fillFactor property.

Returns:
possible object is Float

setFillFactor

public void setFillFactor(java.lang.Float value)
Sets the value of the fillFactor property.

Parameters:
value - allowed object is Float

getFrameId

public java.lang.Object getFrameId()
Gets the value of the frameId property.

Returns:
possible object is Object

setFrameId

public void setFrameId(java.lang.Object value)
Sets the value of the frameId property.

Parameters:
value - allowed object is Object


Copyright © 2011 VAMDC. All Rights Reserved.