Class DOF3DataCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.DOF3DataBasicCT
-
- fi.tut.mei.resdescapi.rdapi.model.rd.DOF3DataCT
-
- Direct Known Subclasses:
DOF6DataCT
public class DOF3DataCT extends DOF3DataBasicCT
Description of 3 DOF dataJava class for DOF3_data_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DOF3_data_CT"> <complexContent> <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}DOF3_data_Basic_CT"> <attribute name="unit" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="decade" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="increment" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description DOF3DataCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getDecade()
Gets the value of the decade property.float
getIncrement()
Gets the value of the increment property.String
getUnit()
Gets the value of the unit property.void
setDecade(float value)
Sets the value of the decade property.void
setIncrement(float value)
Sets the value of the increment property.void
setUnit(String value)
Sets the value of the unit property.
-
-
-
Field Detail
-
unit
protected String unit
-
decade
protected float decade
-
increment
protected float increment
-
-
Method Detail
-
getUnit
public String getUnit()
Gets the value of the unit property.- Returns:
- possible object is
String
-
setUnit
public void setUnit(String value)
Sets the value of the unit property.- Parameters:
value
- allowed object isString
-
getDecade
public float getDecade()
Gets the value of the decade property.
-
setDecade
public void setDecade(float value)
Sets the value of the decade property.
-
getIncrement
public float getIncrement()
Gets the value of the increment property.
-
setIncrement
public void setIncrement(float value)
Sets the value of the increment property.
-
-