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 Stringdescriptionprotected Stringgidprotected Stringidprotected Stringnameprotected InputOutputParamSetCapabilityCTparameterPortsprotected ReqOptSTreqOpt 
- 
Constructor Summary
Constructors Constructor Description Capability() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Gets the value of the description property.StringgetGid()Gets the value of the gid property.StringgetId()Gets the value of the id property.StringgetName()Gets the value of the name property.InputOutputParamSetCapabilityCTgetParameterPorts()Gets the value of the parameterPorts property.ReqOptSTgetReqOpt()Gets the value of the reqOpt property.voidsetDescription(String value)Sets the value of the description property.voidsetGid(String value)Sets the value of the gid property.voidsetId(String value)Sets the value of the id property.voidsetName(String value)Sets the value of the name property.voidsetParameterPorts(InputOutputParamSetCapabilityCT value)Sets the value of the parameterPorts property.voidsetReqOpt(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 
 
 - 
 
 -