Class Capability
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.Capability
-
public class Capability 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 name="ParameterPorts" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}InputOutputParamSetCapability_CT"/> </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" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
description
protected String
gid
protected String
id
protected String
name
protected InputOutputParamSetCapabilityCT
parameterPorts
protected ReqOptST
reqOpt
-
Constructor Summary
Constructors Constructor Description Capability()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Gets the value of the description property.String
getGid()
Gets the value of the gid property.String
getId()
Gets the value of the id property.String
getName()
Gets the value of the name property.InputOutputParamSetCapabilityCT
getParameterPorts()
Gets the value of the parameterPorts property.ReqOptST
getReqOpt()
Gets the value of the reqOpt property.void
setDescription(String value)
Sets the value of the description property.void
setGid(String value)
Sets the value of the gid property.void
setId(String value)
Sets the value of the id property.void
setName(String value)
Sets the value of the name property.void
setParameterPorts(InputOutputParamSetCapabilityCT value)
Sets the value of the parameterPorts property.void
setReqOpt(ReqOptST value)
Sets the value of the reqOpt property.
-
-
-
Method Detail
-
getParameterPorts
public InputOutputParamSetCapabilityCT getParameterPorts()
Gets the value of the parameterPorts property.- Returns:
- possible object is
InputOutputParamSetCapabilityCT
-
setParameterPorts
public void setParameterPorts(InputOutputParamSetCapabilityCT value)
Sets the value of the parameterPorts property.- Parameters:
value
- allowed object isInputOutputParamSetCapabilityCT
-
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
-
-