Class DOF6DataLimitsCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.DOF6DataLimitsCT
-
public class DOF6DataLimitsCT extends Object
Description of 6 DOF data limits. Min..Max (Negative..Positive)Java class for DOF6_dataLimits_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DOF6_dataLimits_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Min" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}DOF6_data_Basic_CT"/> <element name="Max" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}DOF6_data_Basic_CT"/> </sequence> <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" /> <attribute name="rot_unit" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="rot_decade" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="rot_increment" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected float
decade
protected float
increment
protected DOF6DataBasicCT
max
protected DOF6DataBasicCT
min
protected float
rotDecade
protected float
rotIncrement
protected String
rotUnit
protected String
unit
-
Constructor Summary
Constructors Constructor Description DOF6DataLimitsCT()
-
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.DOF6DataBasicCT
getMax()
Gets the value of the max property.DOF6DataBasicCT
getMin()
Gets the value of the min property.float
getRotDecade()
Gets the value of the rotDecade property.float
getRotIncrement()
Gets the value of the rotIncrement property.String
getRotUnit()
Gets the value of the rotUnit 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
setMax(DOF6DataBasicCT value)
Sets the value of the max property.void
setMin(DOF6DataBasicCT value)
Sets the value of the min property.void
setRotDecade(float value)
Sets the value of the rotDecade property.void
setRotIncrement(float value)
Sets the value of the rotIncrement property.void
setRotUnit(String value)
Sets the value of the rotUnit property.void
setUnit(String value)
Sets the value of the unit property.
-
-
-
Field Detail
-
min
protected DOF6DataBasicCT min
-
max
protected DOF6DataBasicCT max
-
unit
protected String unit
-
decade
protected float decade
-
increment
protected float increment
-
rotUnit
protected String rotUnit
-
rotDecade
protected float rotDecade
-
rotIncrement
protected float rotIncrement
-
-
Method Detail
-
getMin
public DOF6DataBasicCT getMin()
Gets the value of the min property.- Returns:
- possible object is
DOF6DataBasicCT
-
setMin
public void setMin(DOF6DataBasicCT value)
Sets the value of the min property.- Parameters:
value
- allowed object isDOF6DataBasicCT
-
getMax
public DOF6DataBasicCT getMax()
Gets the value of the max property.- Returns:
- possible object is
DOF6DataBasicCT
-
setMax
public void setMax(DOF6DataBasicCT value)
Sets the value of the max property.- Parameters:
value
- allowed object isDOF6DataBasicCT
-
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.
-
getRotUnit
public String getRotUnit()
Gets the value of the rotUnit property.- Returns:
- possible object is
String
-
setRotUnit
public void setRotUnit(String value)
Sets the value of the rotUnit property.- Parameters:
value
- allowed object isString
-
getRotDecade
public float getRotDecade()
Gets the value of the rotDecade property.
-
setRotDecade
public void setRotDecade(float value)
Sets the value of the rotDecade property.
-
getRotIncrement
public float getRotIncrement()
Gets the value of the rotIncrement property.
-
setRotIncrement
public void setRotIncrement(float value)
Sets the value of the rotIncrement property.
-
-