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 classExecCapaCT.ConnectionMethodsJava class for anonymous complex type.static classExecCapaCT.MappingsJava class for anonymous complex type.static classExecCapaCT.ParentExecCapasJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected ExecCapaCategorySTcategoryprotected List<LocalizedStringCT>commentprotected ConnectionMethodSTconnectionMethodprotected ExecCapaCT.ConnectionMethodsconnectionMethodsprotected Stringdescriptionprotected List<DocumentationCT>documentationprotected InputOutputParamSetForEventPortCTeventPortsprotected List<ExtensionDataCT>extensionprotected Stringgidprotected Stringidprotected ImplementationCTimplementationprotected List<LocalizedStringCT>labelprotected ExecCapaCT.Mappingsmappingsprotected Stringnameprotected InputOutputParamSetCTparameterPortsprotected ExecCapaCT.ParentExecCapasparentExecCapasprotected ReqOptSTreqOpt
-
Constructor Summary
Constructors Constructor Description ExecCapaCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecCapaCategorySTgetCategory()Gets the value of the category property.List<LocalizedStringCT>getComment()Gets the value of the comment property.ConnectionMethodSTgetConnectionMethod()Gets the value of the connectionMethod property.ExecCapaCT.ConnectionMethodsgetConnectionMethods()Gets the value of the connectionMethods property.StringgetDescription()Gets the value of the description property.List<DocumentationCT>getDocumentation()Gets the value of the documentation property.InputOutputParamSetForEventPortCTgetEventPorts()Gets the value of the eventPorts property.List<ExtensionDataCT>getExtension()Gets the value of the extension property.StringgetGid()Gets the value of the gid property.StringgetId()Gets the value of the id property.ImplementationCTgetImplementation()Gets the value of the implementation property.List<LocalizedStringCT>getLabel()Gets the value of the label property.ExecCapaCT.MappingsgetMappings()Gets the value of the mappings property.StringgetName()Gets the value of the name property.InputOutputParamSetCTgetParameterPorts()Gets the value of the parameterPorts property.ExecCapaCT.ParentExecCapasgetParentExecCapas()Gets the value of the parentExecCapas property.ReqOptSTgetReqOpt()Gets the value of the reqOpt property.voidsetCategory(ExecCapaCategoryST value)Sets the value of the category property.voidsetConnectionMethod(ConnectionMethodST value)Sets the value of the connectionMethod property.voidsetConnectionMethods(ExecCapaCT.ConnectionMethods value)Sets the value of the connectionMethods property.voidsetDescription(String value)Sets the value of the description property.voidsetEventPorts(InputOutputParamSetForEventPortCT value)Sets the value of the eventPorts property.voidsetGid(String value)Sets the value of the gid property.voidsetId(String value)Sets the value of the id property.voidsetImplementation(ImplementationCT value)Sets the value of the implementation property.voidsetMappings(ExecCapaCT.Mappings value)Sets the value of the mappings property.voidsetName(String value)Sets the value of the name property.voidsetParameterPorts(InputOutputParamSetCT value)Sets the value of the parameterPorts property.voidsetParentExecCapas(ExecCapaCT.ParentExecCapas value)Sets the value of the parentExecCapas property.voidsetReqOpt(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
setmethod 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
setmethod 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
setmethod 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
setmethod 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
-
-