Class ExecCapaRefCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.ExecCapaRefCT
-
- Direct Known Subclasses:
ExecCapaMappingCT
public class ExecCapaRefCT extends Object
Definition of Executable Capability ReferenceJava class for ExecCapaRef_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExecCapaRef_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="idRef" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="gidRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="reqOpt" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ReqOpt_ST" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ExecCapaRefCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGidRef()Gets the value of the gidRef property.StringgetIdRef()Gets the value of the idRef property.StringgetName()Gets the value of the name property.ReqOptSTgetReqOpt()Gets the value of the reqOpt property.voidsetGidRef(String value)Sets the value of the gidRef property.voidsetIdRef(String value)Sets the value of the idRef property.voidsetName(String value)Sets the value of the name property.voidsetReqOpt(ReqOptST value)Sets the value of the reqOpt property.
-
-
-
Method Detail
-
getIdRef
public String getIdRef()
Gets the value of the idRef property.- Returns:
- possible object is
String
-
setIdRef
public void setIdRef(String value)
Sets the value of the idRef property.- Parameters:
value- allowed object isString
-
getGidRef
public String getGidRef()
Gets the value of the gidRef property.- Returns:
- possible object is
String
-
setGidRef
public void setGidRef(String value)
Sets the value of the gidRef 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
-
getReqOpt
public ReqOptST getReqOpt()
Gets the value of the reqOpt property.- Returns:
- possible object is
ReqOptST
-
-