|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.cnr.imaa.essi.ncml.binding.netcdf.OriginalValuesType
it.cnr.imaa.essi.ncml.binding.netcdf.ValuesType
public class ValuesType
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 |
|---|
protected java.lang.Float start
protected java.lang.Float increment
protected java.math.BigInteger npts
| Constructor Detail |
|---|
public ValuesType()
| Method Detail |
|---|
public java.lang.Float getStart()
Floatpublic void setStart(java.lang.Float value)
value - allowed object is
Floatpublic java.lang.Float getIncrement()
Floatpublic void setIncrement(java.lang.Float value)
value - allowed object is
Floatpublic java.math.BigInteger getNpts()
BigIntegerpublic void setNpts(java.math.BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||