Package net.opengis.gml.v32
Interface TimeIntervalLength
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TimeIntervalLengthImpl
POJO class for XML type TimeIntervalLengthType(@http://www.opengis.net/gml/3.2).
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the factor propertyint
getRadix()
Gets the radix propertygetUnit()
Gets the unit propertydouble
getValue()
Gets the inline valueboolean
Checks if factor is setboolean
Checks if radix is setvoid
setFactor
(int factor) Sets the factor propertyvoid
setRadix
(int radix) Sets the radix propertyvoid
Sets the unit propertyvoid
setValue
(double value) Sets the inline valuevoid
Unsets the factor propertyvoid
Unsets the radix property
-
Method Details
-
getUnit
TimeUnit getUnit()Gets the unit property -
setUnit
Sets the unit property -
getRadix
int getRadix()Gets the radix property -
isSetRadix
boolean isSetRadix()Checks if radix is set -
setRadix
void setRadix(int radix) Sets the radix property -
unSetRadix
void unSetRadix()Unsets the radix property -
getFactor
int getFactor()Gets the factor property -
isSetFactor
boolean isSetFactor()Checks if factor is set -
setFactor
void setFactor(int factor) Sets the factor property -
unSetFactor
void unSetFactor()Unsets the factor property -
getValue
double getValue()Gets the inline value -
setValue
void setValue(double value) Sets the inline value
-