Class ExecCapaCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ExecCapaCT
-
public class ExecCapaCT extends Object
ExecCapa as defined in the Process model = Control IFJava class for ExecCapa_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExecCapa_CT"> <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_InputOutputPortSet"/> <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"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Implementation" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Implementation_CT" minOccurs="0"/> <element name="Extension" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExtensionData_CT" maxOccurs="unbounded" minOccurs="0"/> </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}anySimpleType" /> <attribute name="category" use="required" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExecCapaCategory_ST" /> <attribute name="reqOpt" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ReqOpt_ST" /> <attribute name="connectionMethod" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}connectionMethod_ST" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExecCapaCT.ConnectionMethods
Java class for anonymous complex type.static class
ExecCapaCT.Mappings
Java class for anonymous complex type.static class
ExecCapaCT.ParentExecCapas
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ExecCapaCategoryST
category
protected List<LocalizedStringCT>
comment
protected ConnectionMethodST
connectionMethod
protected ExecCapaCT.ConnectionMethods
connectionMethods
protected String
description
protected List<DocumentationCT>
documentation
protected InputOutputParamSetForEventPortCT
eventPorts
protected List<ExtensionDataCT>
extension
protected String
gid
protected String
id
protected ImplementationCT
implementation
protected List<LocalizedStringCT>
label
protected ExecCapaCT.Mappings
mappings
protected String
name
protected InputOutputParamSetCT
parameterPorts
protected ExecCapaCT.ParentExecCapas
parentExecCapas
protected ReqOptST
reqOpt
-
Constructor Summary
Constructors Constructor Description ExecCapaCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecCapaCategoryST
getCategory()
Gets the value of the category property.List<LocalizedStringCT>
getComment()
Gets the value of the comment property.ConnectionMethodST
getConnectionMethod()
Gets the value of the connectionMethod property.ExecCapaCT.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.InputOutputParamSetForEventPortCT
getEventPorts()
Gets the value of the eventPorts property.List<ExtensionDataCT>
getExtension()
Gets the value of the extension property.String
getGid()
Gets the value of the gid property.String
getId()
Gets the value of the id property.ImplementationCT
getImplementation()
Gets the value of the implementation property.List<LocalizedStringCT>
getLabel()
Gets the value of the label property.ExecCapaCT.Mappings
getMappings()
Gets the value of the mappings property.String
getName()
Gets the value of the name property.InputOutputParamSetCT
getParameterPorts()
Gets the value of the parameterPorts property.ExecCapaCT.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
setConnectionMethod(ConnectionMethodST value)
Sets the value of the connectionMethod property.void
setConnectionMethods(ExecCapaCT.ConnectionMethods value)
Sets the value of the connectionMethods property.void
setDescription(String value)
Sets the value of the description property.void
setEventPorts(InputOutputParamSetForEventPortCT 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
setImplementation(ImplementationCT value)
Sets the value of the implementation property.void
setMappings(ExecCapaCT.Mappings value)
Sets the value of the mappings property.void
setName(String value)
Sets the value of the name property.void
setParameterPorts(InputOutputParamSetCT value)
Sets the value of the parameterPorts property.void
setParentExecCapas(ExecCapaCT.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 ExecCapaCT.ParentExecCapas parentExecCapas
-
mappings
protected ExecCapaCT.Mappings mappings
-
eventPorts
protected InputOutputParamSetForEventPortCT eventPorts
-
parameterPorts
protected InputOutputParamSetCT parameterPorts
-
connectionMethods
protected ExecCapaCT.ConnectionMethods connectionMethods
-
implementation
protected ImplementationCT implementation
-
extension
protected List<ExtensionDataCT> extension
-
id
protected String id
-
gid
protected String gid
-
name
protected String name
-
description
protected String description
-
category
protected ExecCapaCategoryST category
-
reqOpt
protected ReqOptST reqOpt
-
connectionMethod
protected ConnectionMethodST connectionMethod
-
-
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 ExecCapaCT.ParentExecCapas getParentExecCapas()
Gets the value of the parentExecCapas property.- Returns:
- possible object is
ExecCapaCT.ParentExecCapas
-
setParentExecCapas
public void setParentExecCapas(ExecCapaCT.ParentExecCapas value)
Sets the value of the parentExecCapas property.- Parameters:
value
- allowed object isExecCapaCT.ParentExecCapas
-
getMappings
public ExecCapaCT.Mappings getMappings()
Gets the value of the mappings property.- Returns:
- possible object is
ExecCapaCT.Mappings
-
setMappings
public void setMappings(ExecCapaCT.Mappings value)
Sets the value of the mappings property.- Parameters:
value
- allowed object isExecCapaCT.Mappings
-
getEventPorts
public InputOutputParamSetForEventPortCT getEventPorts()
Gets the value of the eventPorts property.- Returns:
- possible object is
InputOutputParamSetForEventPortCT
-
setEventPorts
public void setEventPorts(InputOutputParamSetForEventPortCT value)
Sets the value of the eventPorts property.- Parameters:
value
- allowed object isInputOutputParamSetForEventPortCT
-
getParameterPorts
public InputOutputParamSetCT getParameterPorts()
Gets the value of the parameterPorts property.- Returns:
- possible object is
InputOutputParamSetCT
-
setParameterPorts
public void setParameterPorts(InputOutputParamSetCT value)
Sets the value of the parameterPorts property.- Parameters:
value
- allowed object isInputOutputParamSetCT
-
getConnectionMethods
public ExecCapaCT.ConnectionMethods getConnectionMethods()
Gets the value of the connectionMethods property.- Returns:
- possible object is
ExecCapaCT.ConnectionMethods
-
setConnectionMethods
public void setConnectionMethods(ExecCapaCT.ConnectionMethods value)
Sets the value of the connectionMethods property.- Parameters:
value
- allowed object isExecCapaCT.ConnectionMethods
-
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
-
getExtension
public List<ExtensionDataCT> getExtension()
Gets the value of the extension 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 extension property.For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
ExtensionDataCT
-
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
-
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
-
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
-
getConnectionMethod
public ConnectionMethodST getConnectionMethod()
Gets the value of the connectionMethod property.- Returns:
- possible object is
ConnectionMethodST
-
setConnectionMethod
public void setConnectionMethod(ConnectionMethodST value)
Sets the value of the connectionMethod property.- Parameters:
value
- allowed object isConnectionMethodST
-
-