Package net.opengis.gml.v32.impl
Class TimeIntervalLengthImpl
java.lang.Object
net.opengis.gml.v32.impl.TimeIntervalLengthImpl
- All Implemented Interfaces:
Serializable
,TimeIntervalLength
POJO class for XML type TimeIntervalLengthType(@http://www.opengis.net/gml/3.2).
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
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
-
Field Details
-
unit
-
radix
-
factor
-
value
protected double value
-
-
Constructor Details
-
TimeIntervalLengthImpl
public TimeIntervalLengthImpl()
-
-
Method Details
-
getUnit
Gets the unit property- Specified by:
getUnit
in interfaceTimeIntervalLength
-
setUnit
Sets the unit property- Specified by:
setUnit
in interfaceTimeIntervalLength
-
getRadix
public int getRadix()Gets the radix property- Specified by:
getRadix
in interfaceTimeIntervalLength
-
isSetRadix
public boolean isSetRadix()Checks if radix is set- Specified by:
isSetRadix
in interfaceTimeIntervalLength
-
setRadix
public void setRadix(int radix) Sets the radix property- Specified by:
setRadix
in interfaceTimeIntervalLength
-
unSetRadix
public void unSetRadix()Unsets the radix property- Specified by:
unSetRadix
in interfaceTimeIntervalLength
-
getFactor
public int getFactor()Gets the factor property- Specified by:
getFactor
in interfaceTimeIntervalLength
-
isSetFactor
public boolean isSetFactor()Checks if factor is set- Specified by:
isSetFactor
in interfaceTimeIntervalLength
-
setFactor
public void setFactor(int factor) Sets the factor property- Specified by:
setFactor
in interfaceTimeIntervalLength
-
unSetFactor
public void unSetFactor()Unsets the factor property- Specified by:
unSetFactor
in interfaceTimeIntervalLength
-
getValue
public double getValue()Gets the inline value- Specified by:
getValue
in interfaceTimeIntervalLength
-
setValue
public void setValue(double value) Sets the inline value- Specified by:
setValue
in interfaceTimeIntervalLength
-