it.cnr.imaa.essi.ncml.binding.netcdf
Class ValuesType

java.lang.Object
  extended by it.cnr.imaa.essi.ncml.binding.netcdf.OriginalValuesType
      extended by it.cnr.imaa.essi.ncml.binding.netcdf.ValuesType

public class ValuesType
extends OriginalValuesType

Java class for ValuesType complex type.

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

 <complexType name="ValuesType">
   <complexContent>
     <extension base="{http://www.ucar.edu/schemas/netcdf}ValuesType">
       <redefine>
         <complexType name="ValuesType">
           <complexContent>
             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
               <attribute name="separator" type="{http://www.w3.org/2001/XMLSchema}string" default=" " />
             </restriction>
           </complexContent>
         </complexType>
       </redefine>
       <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="increment" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="npts" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Float increment
           
protected  java.math.BigInteger npts
           
protected  java.lang.Float start
           
 
Fields inherited from class it.cnr.imaa.essi.ncml.binding.netcdf.OriginalValuesType
content, separator
 
Constructor Summary
ValuesType()
           
 
Method Summary
 java.lang.Float getIncrement()
          Gets the value of the increment property.
 java.math.BigInteger getNpts()
          Gets the value of the npts property.
 java.lang.Float getStart()
          Gets the value of the start property.
 void setIncrement(java.lang.Float value)
          Sets the value of the increment property.
 void setNpts(java.math.BigInteger value)
          Sets the value of the npts property.
 void setStart(java.lang.Float value)
          Sets the value of the start property.
 
Methods inherited from class it.cnr.imaa.essi.ncml.binding.netcdf.OriginalValuesType
getContent, getSeparator, setContent, setSeparator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

protected java.lang.Float start

increment

protected java.lang.Float increment

npts

protected java.math.BigInteger npts
Constructor Detail

ValuesType

public ValuesType()
Method Detail

getStart

public java.lang.Float getStart()
Gets the value of the start property.

Returns:
possible object is Float

setStart

public void setStart(java.lang.Float value)
Sets the value of the start property.

Parameters:
value - allowed object is Float

getIncrement

public java.lang.Float getIncrement()
Gets the value of the increment property.

Returns:
possible object is Float

setIncrement

public void setIncrement(java.lang.Float value)
Sets the value of the increment property.

Parameters:
value - allowed object is Float

getNpts

public java.math.BigInteger getNpts()
Gets the value of the npts property.

Returns:
possible object is BigInteger

setNpts

public void setNpts(java.math.BigInteger value)
Sets the value of the npts property.

Parameters:
value - allowed object is BigInteger


Copyright © 2007. All Rights Reserved.