Class CapabilityRefCT
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.CapabilityRefCT
-
- Direct Known Subclasses:
CapabilityMappingCT
public class CapabilityRefCT extends Object
Definition of Capability ReferenceJava class for CapabilityRef_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CapabilityRef_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="reqOpt" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ReqOpt_ST" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description CapabilityRefCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGidRef()
Gets the value of the gidRef property.String
getIdRef()
Gets the value of the idRef property.ReqOptST
getReqOpt()
Gets the value of the reqOpt property.void
setGidRef(String value)
Sets the value of the gidRef property.void
setIdRef(String value)
Sets the value of the idRef property.void
setReqOpt(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
-
getReqOpt
public ReqOptST getReqOpt()
Gets the value of the reqOpt property.- Returns:
- possible object is
ReqOptST
-
-