Class ExecCapa
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ExecCapa
-
public class ExecCapa 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> <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_Documentation" minOccurs="0"/> <element name="ParentExecCapas" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ExecCapaRef" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExecCapaRef_CT" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Mappings" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CapabilityMapping" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}CapabilityMapping_CT" maxOccurs="unbounded" minOccurs="0"/> <element name="ExecCapaMapping" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExecCapaMapping_CT" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_InputOutputPortSetARD"/> <element name="ConnectionMethods" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ConnectionMethodCtrlAndCommRef" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="gid" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="reqOpt" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ReqOpt_ST" /> <attribute name="category" use="required" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExecCapaCategory_ST" /> <attribute name="class" use="required" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExecCapaClass_ST" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExecCapa.ConnectionMethods
Java class for anonymous complex type.static class
ExecCapa.Mappings
Java class for anonymous complex type.static class
ExecCapa.ParentExecCapas
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ExecCapaCategoryST
category
protected ExecCapaClassST
clazz
protected List<LocalizedStringCT>
comment
protected ExecCapa.ConnectionMethods
connectionMethods
protected String
description
protected List<DocumentationCT>
documentation
protected InputOutputParamSetARDForEventPortCT
eventPorts
protected String
gid
protected String
id
protected List<LocalizedStringCT>
label
protected ExecCapa.Mappings
mappings
protected String
name
protected InputOutputParamSetARDCT
parameterPorts
protected ExecCapa.ParentExecCapas
parentExecCapas
protected ReqOptST
reqOpt
-
Constructor Summary
Constructors Constructor Description ExecCapa()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecCapaCategoryST
getCategory()
Gets the value of the category property.ExecCapaClassST
getClazz()
Gets the value of the clazz property.List<LocalizedStringCT>
getComment()
Gets the value of the comment property.ExecCapa.ConnectionMethods
getConnectionMethods()
Gets the value of the connectionMethods property.String
getDescription()
Gets the value of the description property.List<DocumentationCT>
getDocumentation()
Gets the value of the documentation property.InputOutputParamSetARDForEventPortCT
getEventPorts()
Gets the value of the eventPorts property.String
getGid()
Gets the value of the gid property.String
getId()
Gets the value of the id property.List<LocalizedStringCT>
getLabel()
Gets the value of the label property.ExecCapa.Mappings
getMappings()
Gets the value of the mappings property.String
getName()
Gets the value of the name property.InputOutputParamSetARDCT
getParameterPorts()
Gets the value of the parameterPorts property.ExecCapa.ParentExecCapas
getParentExecCapas()
Gets the value of the parentExecCapas property.ReqOptST
getReqOpt()
Gets the value of the reqOpt property.void
setCategory(ExecCapaCategoryST value)
Sets the value of the category property.void
setClazz(ExecCapaClassST value)
Sets the value of the clazz property.void
setConnectionMethods(ExecCapa.ConnectionMethods value)
Sets the value of the connectionMethods property.void
setDescription(String value)
Sets the value of the description property.void
setEventPorts(InputOutputParamSetARDForEventPortCT value)
Sets the value of the eventPorts property.void
setGid(String value)
Sets the value of the gid property.void
setId(String value)
Sets the value of the id property.void
setMappings(ExecCapa.Mappings value)
Sets the value of the mappings property.void
setName(String value)
Sets the value of the name property.void
setParameterPorts(InputOutputParamSetARDCT value)
Sets the value of the parameterPorts property.void
setParentExecCapas(ExecCapa.ParentExecCapas value)
Sets the value of the parentExecCapas property.void
setReqOpt(ReqOptST value)
Sets the value of the reqOpt property.
-
-
-
Field Detail
-
label
protected List<LocalizedStringCT> label
-
comment
protected List<LocalizedStringCT> comment
-
documentation
protected List<DocumentationCT> documentation
-
parentExecCapas
protected ExecCapa.ParentExecCapas parentExecCapas
-
mappings
protected ExecCapa.Mappings mappings
-
eventPorts
protected InputOutputParamSetARDForEventPortCT eventPorts
-
parameterPorts
protected InputOutputParamSetARDCT parameterPorts
-
connectionMethods
protected ExecCapa.ConnectionMethods connectionMethods
-
id
protected String id
-
gid
protected String gid
-
name
protected String name
-
description
protected String description
-
reqOpt
protected ReqOptST reqOpt
-
category
protected ExecCapaCategoryST category
-
clazz
protected ExecCapaClassST clazz
-
-
Method Detail
-
getLabel
public List<LocalizedStringCT> getLabel()
Gets the value of the label 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 label property.For example, to add a new item, do as follows:
getLabel().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedStringCT
-
getComment
public List<LocalizedStringCT> getComment()
Gets the value of the comment 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 comment property.For example, to add a new item, do as follows:
getComment().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedStringCT
-
getDocumentation
public List<DocumentationCT> getDocumentation()
Gets the value of the documentation 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 documentation property.For example, to add a new item, do as follows:
getDocumentation().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentationCT
-
getParentExecCapas
public ExecCapa.ParentExecCapas getParentExecCapas()
Gets the value of the parentExecCapas property.- Returns:
- possible object is
ExecCapa.ParentExecCapas
-
setParentExecCapas
public void setParentExecCapas(ExecCapa.ParentExecCapas value)
Sets the value of the parentExecCapas property.- Parameters:
value
- allowed object isExecCapa.ParentExecCapas
-
getMappings
public ExecCapa.Mappings getMappings()
Gets the value of the mappings property.- Returns:
- possible object is
ExecCapa.Mappings
-
setMappings
public void setMappings(ExecCapa.Mappings value)
Sets the value of the mappings property.- Parameters:
value
- allowed object isExecCapa.Mappings
-
getEventPorts
public InputOutputParamSetARDForEventPortCT getEventPorts()
Gets the value of the eventPorts property.- Returns:
- possible object is
InputOutputParamSetARDForEventPortCT
-
setEventPorts
public void setEventPorts(InputOutputParamSetARDForEventPortCT value)
Sets the value of the eventPorts property.- Parameters:
value
- allowed object isInputOutputParamSetARDForEventPortCT
-
getParameterPorts
public InputOutputParamSetARDCT getParameterPorts()
Gets the value of the parameterPorts property.- Returns:
- possible object is
InputOutputParamSetARDCT
-
setParameterPorts
public void setParameterPorts(InputOutputParamSetARDCT value)
Sets the value of the parameterPorts property.- Parameters:
value
- allowed object isInputOutputParamSetARDCT
-
getConnectionMethods
public ExecCapa.ConnectionMethods getConnectionMethods()
Gets the value of the connectionMethods property.- Returns:
- possible object is
ExecCapa.ConnectionMethods
-
setConnectionMethods
public void setConnectionMethods(ExecCapa.ConnectionMethods value)
Sets the value of the connectionMethods property.- Parameters:
value
- allowed object isExecCapa.ConnectionMethods
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getGid
public String getGid()
Gets the value of the gid property.- Returns:
- possible object is
String
-
setGid
public void setGid(String value)
Sets the value of the gid property.- Parameters:
value
- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getReqOpt
public ReqOptST getReqOpt()
Gets the value of the reqOpt property.- Returns:
- possible object is
ReqOptST
-
setReqOpt
public void setReqOpt(ReqOptST value)
Sets the value of the reqOpt property.- Parameters:
value
- allowed object isReqOptST
-
getCategory
public ExecCapaCategoryST getCategory()
Gets the value of the category property.- Returns:
- possible object is
ExecCapaCategoryST
-
setCategory
public void setCategory(ExecCapaCategoryST value)
Sets the value of the category property.- Parameters:
value
- allowed object isExecCapaCategoryST
-
getClazz
public ExecCapaClassST getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
ExecCapaClassST
-
setClazz
public void setClazz(ExecCapaClassST value)
Sets the value of the clazz property.- Parameters:
value
- allowed object isExecCapaClassST
-
-