Class ExecCapabilitiesCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ExecCapabilitiesCT
-
public class ExecCapabilitiesCT extends Object
Executable Capabilities for RD (partially inherited from the AbstractResourceDesc)Java class for ExecCapabilities_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExecCapabilities_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SharedPortSymbols"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Symbol" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Symbol_CT" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="ExecCapas"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ExecCapa" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExecCapa_CT" maxOccurs="unbounded" minOccurs="0"/> <element name="ExecCapaRef" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExecCapaRef_ST" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="ConnectionMethodsForCtrlAndComm"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ConnectionMethodCtrlAndComm" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Implementation" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Implementation_CT" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExecCapabilitiesCT.ConnectionMethodsForCtrlAndComm
Java class for anonymous complex type.static class
ExecCapabilitiesCT.ExecCapas
Java class for anonymous complex type.static class
ExecCapabilitiesCT.SharedPortSymbols
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ExecCapabilitiesCT.ConnectionMethodsForCtrlAndComm
connectionMethodsForCtrlAndComm
protected ExecCapabilitiesCT.ExecCapas
execCapas
protected ImplementationCT
implementation
protected ExecCapabilitiesCT.SharedPortSymbols
sharedPortSymbols
-
Constructor Summary
Constructors Constructor Description ExecCapabilitiesCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecCapabilitiesCT.ConnectionMethodsForCtrlAndComm
getConnectionMethodsForCtrlAndComm()
Gets the value of the connectionMethodsForCtrlAndComm property.ExecCapabilitiesCT.ExecCapas
getExecCapas()
Gets the value of the execCapas property.ImplementationCT
getImplementation()
Gets the value of the implementation property.ExecCapabilitiesCT.SharedPortSymbols
getSharedPortSymbols()
Gets the value of the sharedPortSymbols property.void
setConnectionMethodsForCtrlAndComm(ExecCapabilitiesCT.ConnectionMethodsForCtrlAndComm value)
Sets the value of the connectionMethodsForCtrlAndComm property.void
setExecCapas(ExecCapabilitiesCT.ExecCapas value)
Sets the value of the execCapas property.void
setImplementation(ImplementationCT value)
Sets the value of the implementation property.void
setSharedPortSymbols(ExecCapabilitiesCT.SharedPortSymbols value)
Sets the value of the sharedPortSymbols property.
-
-
-
Field Detail
-
sharedPortSymbols
protected ExecCapabilitiesCT.SharedPortSymbols sharedPortSymbols
-
execCapas
protected ExecCapabilitiesCT.ExecCapas execCapas
-
connectionMethodsForCtrlAndComm
protected ExecCapabilitiesCT.ConnectionMethodsForCtrlAndComm connectionMethodsForCtrlAndComm
-
implementation
protected ImplementationCT implementation
-
-
Method Detail
-
getSharedPortSymbols
public ExecCapabilitiesCT.SharedPortSymbols getSharedPortSymbols()
Gets the value of the sharedPortSymbols property.- Returns:
- possible object is
ExecCapabilitiesCT.SharedPortSymbols
-
setSharedPortSymbols
public void setSharedPortSymbols(ExecCapabilitiesCT.SharedPortSymbols value)
Sets the value of the sharedPortSymbols property.- Parameters:
value
- allowed object isExecCapabilitiesCT.SharedPortSymbols
-
getExecCapas
public ExecCapabilitiesCT.ExecCapas getExecCapas()
Gets the value of the execCapas property.- Returns:
- possible object is
ExecCapabilitiesCT.ExecCapas
-
setExecCapas
public void setExecCapas(ExecCapabilitiesCT.ExecCapas value)
Sets the value of the execCapas property.- Parameters:
value
- allowed object isExecCapabilitiesCT.ExecCapas
-
getConnectionMethodsForCtrlAndComm
public ExecCapabilitiesCT.ConnectionMethodsForCtrlAndComm getConnectionMethodsForCtrlAndComm()
Gets the value of the connectionMethodsForCtrlAndComm property.- Returns:
- possible object is
ExecCapabilitiesCT.ConnectionMethodsForCtrlAndComm
-
setConnectionMethodsForCtrlAndComm
public void setConnectionMethodsForCtrlAndComm(ExecCapabilitiesCT.ConnectionMethodsForCtrlAndComm value)
Sets the value of the connectionMethodsForCtrlAndComm property.- Parameters:
value
- allowed object isExecCapabilitiesCT.ConnectionMethodsForCtrlAndComm
-
getImplementation
public ImplementationCT getImplementation()
Gets the value of the implementation property.- Returns:
- possible object is
ImplementationCT
-
setImplementation
public void setImplementation(ImplementationCT value)
Sets the value of the implementation property.- Parameters:
value
- allowed object isImplementationCT
-
-