Class AbstractResourceDesc.ExecCapabilities
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.AbstractResourceDesc.ExecCapabilities
-
- Enclosing class:
- AbstractResourceDesc
public static class AbstractResourceDesc.ExecCapabilities 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 ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExecCapa" maxOccurs="unbounded" minOccurs="0"/> <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> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AbstractResourceDesc.ExecCapabilities.ConnectionMethodsForCtrlAndComm
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected AbstractResourceDesc.ExecCapabilities.ConnectionMethodsForCtrlAndComm
connectionMethodsForCtrlAndComm
protected List<ExecCapa>
execCapa
-
Constructor Summary
Constructors Constructor Description ExecCapabilities()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractResourceDesc.ExecCapabilities.ConnectionMethodsForCtrlAndComm
getConnectionMethodsForCtrlAndComm()
Gets the value of the connectionMethodsForCtrlAndComm property.List<ExecCapa>
getExecCapa()
Gets the value of the execCapa property.void
setConnectionMethodsForCtrlAndComm(AbstractResourceDesc.ExecCapabilities.ConnectionMethodsForCtrlAndComm value)
Sets the value of the connectionMethodsForCtrlAndComm property.
-
-
-
Field Detail
-
connectionMethodsForCtrlAndComm
protected AbstractResourceDesc.ExecCapabilities.ConnectionMethodsForCtrlAndComm connectionMethodsForCtrlAndComm
-
-
Method Detail
-
getExecCapa
public List<ExecCapa> getExecCapa()
Gets the value of the execCapa property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the execCapa property.For example, to add a new item, do as follows:
getExecCapa().add(newItem);
Objects of the following type(s) are allowed in the list
ExecCapa
-
getConnectionMethodsForCtrlAndComm
public AbstractResourceDesc.ExecCapabilities.ConnectionMethodsForCtrlAndComm getConnectionMethodsForCtrlAndComm()
Gets the value of the connectionMethodsForCtrlAndComm property.- Returns:
- possible object is
AbstractResourceDesc.ExecCapabilities.ConnectionMethodsForCtrlAndComm
-
setConnectionMethodsForCtrlAndComm
public void setConnectionMethodsForCtrlAndComm(AbstractResourceDesc.ExecCapabilities.ConnectionMethodsForCtrlAndComm value)
Sets the value of the connectionMethodsForCtrlAndComm property.- Parameters:
value
- allowed object isAbstractResourceDesc.ExecCapabilities.ConnectionMethodsForCtrlAndComm
-
-