Class InputOutputParamSetCapabilityCT.Characteristics.HasLinearMovementRanges
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.InputOutputParamSetCapabilityCT.Characteristics.HasLinearMovementRanges
-
- Enclosing class:
- InputOutputParamSetCapabilityCT.Characteristics
public static class InputOutputParamSetCapabilityCT.Characteristics.HasLinearMovementRanges extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="LinearMovementRanges" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}MovementRangeLinear_CT"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected MovementRangeLinearCT
linearMovementRanges
-
Constructor Summary
Constructors Constructor Description HasLinearMovementRanges()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MovementRangeLinearCT
getLinearMovementRanges()
Gets the value of the linearMovementRanges property.void
setLinearMovementRanges(MovementRangeLinearCT value)
Sets the value of the linearMovementRanges property.
-
-
-
Field Detail
-
linearMovementRanges
protected MovementRangeLinearCT linearMovementRanges
-
-
Method Detail
-
getLinearMovementRanges
public MovementRangeLinearCT getLinearMovementRanges()
Gets the value of the linearMovementRanges property.- Returns:
- possible object is
MovementRangeLinearCT
-
setLinearMovementRanges
public void setLinearMovementRanges(MovementRangeLinearCT value)
Sets the value of the linearMovementRanges property.- Parameters:
value
- allowed object isMovementRangeLinearCT
-
-