Class InputOutputParamSetCapabilityCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.InputOutputParamSetCapabilityCT
-
public class InputOutputParamSetCapabilityCT extends Object
Parameters set for CapabilityJava class for InputOutputParamSetCapability_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputOutputParamSetCapability_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Characteristics" minOccurs="0"> <complexType> <complexContent> <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}CapabilityParameterSet_CT"> <sequence> <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_hasItemSizes" maxOccurs="unbounded" minOccurs="0"/> <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_hasAllowedItemShapeAndSizes" maxOccurs="unbounded" minOccurs="0"/> <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_hasShapeAndSizes" maxOccurs="unbounded" minOccurs="0"/> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}hasWorkspaceTypeAndDimensions" minOccurs="0"/> <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_hasMovementRanges" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InputOutputParamSetCapabilityCT.Characteristics
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected InputOutputParamSetCapabilityCT.Characteristics
characteristics
-
Constructor Summary
Constructors Constructor Description InputOutputParamSetCapabilityCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputOutputParamSetCapabilityCT.Characteristics
getCharacteristics()
Gets the value of the characteristics property.void
setCharacteristics(InputOutputParamSetCapabilityCT.Characteristics value)
Sets the value of the characteristics property.
-
-
-
Field Detail
-
characteristics
protected InputOutputParamSetCapabilityCT.Characteristics characteristics
-
-
Method Detail
-
getCharacteristics
public InputOutputParamSetCapabilityCT.Characteristics getCharacteristics()
Gets the value of the characteristics property.- Returns:
- possible object is
InputOutputParamSetCapabilityCT.Characteristics
-
setCharacteristics
public void setCharacteristics(InputOutputParamSetCapabilityCT.Characteristics value)
Sets the value of the characteristics property.- Parameters:
value
- allowed object isInputOutputParamSetCapabilityCT.Characteristics
-
-