Class InputOutputParamSetCapabilityCT.Characteristics.HasRotationalMovementRanges
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.InputOutputParamSetCapabilityCT.Characteristics.HasRotationalMovementRanges
-
- Enclosing class:
- InputOutputParamSetCapabilityCT.Characteristics
public static class InputOutputParamSetCapabilityCT.Characteristics.HasRotationalMovementRanges 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="RotationalMovementRanges" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}MovementRangeRotational_CT"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected MovementRangeRotationalCT
rotationalMovementRanges
-
Constructor Summary
Constructors Constructor Description HasRotationalMovementRanges()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MovementRangeRotationalCT
getRotationalMovementRanges()
Gets the value of the rotationalMovementRanges property.void
setRotationalMovementRanges(MovementRangeRotationalCT value)
Sets the value of the rotationalMovementRanges property.
-
-
-
Field Detail
-
rotationalMovementRanges
protected MovementRangeRotationalCT rotationalMovementRanges
-
-
Method Detail
-
getRotationalMovementRanges
public MovementRangeRotationalCT getRotationalMovementRanges()
Gets the value of the rotationalMovementRanges property.- Returns:
- possible object is
MovementRangeRotationalCT
-
setRotationalMovementRanges
public void setRotationalMovementRanges(MovementRangeRotationalCT value)
Sets the value of the rotationalMovementRanges property.- Parameters:
value
- allowed object isMovementRangeRotationalCT
-
-