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 TypeMethodDescriptionintGets the factor propertyintgetRadix()Gets the radix propertygetUnit()Gets the unit propertydoublegetValue()Gets the inline valuebooleanChecks if factor is setbooleanChecks if radix is setvoidsetFactor(int factor) Sets the factor propertyvoidsetRadix(int radix) Sets the radix propertyvoidSets the unit propertyvoidsetValue(double value) Sets the inline valuevoidUnsets the factor propertyvoidUnsets 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 
 -