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 classExecCapabilitiesCT.ConnectionMethodsForCtrlAndCommJava class for anonymous complex type.static classExecCapabilitiesCT.ExecCapasJava class for anonymous complex type.static classExecCapabilitiesCT.SharedPortSymbolsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ExecCapabilitiesCT.ConnectionMethodsForCtrlAndCommconnectionMethodsForCtrlAndCommprotected ExecCapabilitiesCT.ExecCapasexecCapasprotected ImplementationCTimplementationprotected ExecCapabilitiesCT.SharedPortSymbolssharedPortSymbols
-
Constructor Summary
Constructors Constructor Description ExecCapabilitiesCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecCapabilitiesCT.ConnectionMethodsForCtrlAndCommgetConnectionMethodsForCtrlAndComm()Gets the value of the connectionMethodsForCtrlAndComm property.ExecCapabilitiesCT.ExecCapasgetExecCapas()Gets the value of the execCapas property.ImplementationCTgetImplementation()Gets the value of the implementation property.ExecCapabilitiesCT.SharedPortSymbolsgetSharedPortSymbols()Gets the value of the sharedPortSymbols property.voidsetConnectionMethodsForCtrlAndComm(ExecCapabilitiesCT.ConnectionMethodsForCtrlAndComm value)Sets the value of the connectionMethodsForCtrlAndComm property.voidsetExecCapas(ExecCapabilitiesCT.ExecCapas value)Sets the value of the execCapas property.voidsetImplementation(ImplementationCT value)Sets the value of the implementation property.voidsetSharedPortSymbols(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
-
-