Class ResourceRefWithCapaCT
- java.lang.Object
-
- fi.tut.mei.matchmaking.model.xml.msg.ResourceRefCT
-
- fi.tut.mei.matchmaking.model.xml.msg.ResourceRefWithCapaCT
-
public class ResourceRefWithCapaCT extends ResourceRefCT
Resource Reference CT with CapabilityRefJava class for ResourceRefWithCapa_CT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceRefWithCapa_CT"> <complexContent> <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ResourceRef_CT"> <sequence> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}CapabilityRef" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<CapabilityRefCT>
capabilityRef
-
Fields inherited from class fi.tut.mei.matchmaking.model.xml.msg.ResourceRefCT
rdIdRef, ridIdRef
-
-
Constructor Summary
Constructors Constructor Description ResourceRefWithCapaCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CapabilityRefCT>
getCapabilityRef()
Gets the value of the capabilityRef property.-
Methods inherited from class fi.tut.mei.matchmaking.model.xml.msg.ResourceRefCT
getRdIdRef, getRidIdRef, setRdIdRef, setRidIdRef
-
-
-
-
Field Detail
-
capabilityRef
protected List<CapabilityRefCT> capabilityRef
-
-
Method Detail
-
getCapabilityRef
public List<CapabilityRefCT> getCapabilityRef()
Gets the value of the capabilityRef 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
set
method for the capabilityRef property.For example, to add a new item, do as follows:
getCapabilityRef().add(newItem);
Objects of the following type(s) are allowed in the list
CapabilityRefCT
-
-