Class ControlResourceDescCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ControlResourceDescCT
-
public class ControlResourceDescCT extends Object
Controller and Communications Model InterfaceJava class for ControlResourceDesc_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ControlResourceDesc_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <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="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
ControlResourceDescCT.ExecCapas
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ControlResourceDescCT.ExecCapas
execCapas
protected ImplementationCT
implementation
-
Constructor Summary
Constructors Constructor Description ControlResourceDescCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ControlResourceDescCT.ExecCapas
getExecCapas()
Gets the value of the execCapas property.ImplementationCT
getImplementation()
Gets the value of the implementation property.void
setExecCapas(ControlResourceDescCT.ExecCapas value)
Sets the value of the execCapas property.void
setImplementation(ImplementationCT value)
Sets the value of the implementation property.
-
-
-
Field Detail
-
execCapas
protected ControlResourceDescCT.ExecCapas execCapas
-
implementation
protected ImplementationCT implementation
-
-
Method Detail
-
getExecCapas
public ControlResourceDescCT.ExecCapas getExecCapas()
Gets the value of the execCapas property.- Returns:
- possible object is
ControlResourceDescCT.ExecCapas
-
setExecCapas
public void setExecCapas(ControlResourceDescCT.ExecCapas value)
Sets the value of the execCapas property.- Parameters:
value
- allowed object isControlResourceDescCT.ExecCapas
-
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
-
-