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 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
-
Field Details
-
unit
-
radix
-
factor
-
value
protected double value
-
-
Constructor Details
-
TimeIntervalLengthImpl
public TimeIntervalLengthImpl()
-
-
Method Details
-
getUnit
Gets the unit property- Specified by:
getUnitin interfaceTimeIntervalLength
-
setUnit
Sets the unit property- Specified by:
setUnitin interfaceTimeIntervalLength
-
getRadix
public int getRadix()Gets the radix property- Specified by:
getRadixin interfaceTimeIntervalLength
-
isSetRadix
public boolean isSetRadix()Checks if radix is set- Specified by:
isSetRadixin interfaceTimeIntervalLength
-
setRadix
public void setRadix(int radix) Sets the radix property- Specified by:
setRadixin interfaceTimeIntervalLength
-
unSetRadix
public void unSetRadix()Unsets the radix property- Specified by:
unSetRadixin interfaceTimeIntervalLength
-
getFactor
public int getFactor()Gets the factor property- Specified by:
getFactorin interfaceTimeIntervalLength
-
isSetFactor
public boolean isSetFactor()Checks if factor is set- Specified by:
isSetFactorin interfaceTimeIntervalLength
-
setFactor
public void setFactor(int factor) Sets the factor property- Specified by:
setFactorin interfaceTimeIntervalLength
-
unSetFactor
public void unSetFactor()Unsets the factor property- Specified by:
unSetFactorin interfaceTimeIntervalLength
-
getValue
public double getValue()Gets the inline value- Specified by:
getValuein interfaceTimeIntervalLength
-
setValue
public void setValue(double value) Sets the inline value- Specified by:
setValuein interfaceTimeIntervalLength
-