Class ResourceCombinationRefCT
- java.lang.Object
- 
- fi.tut.mei.matchmaking.model.xml.msg.ResourceCombinationRefCT
 
- 
 public class ResourceCombinationRefCT extends Object Reference to a Resource combination CTJava class for ResourceCombinationRef_CT complex type. The following schema fragment specifies the expected content contained within this class. <complexType name="ResourceCombinationRef_CT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://resourcedescription.rd.tuni.fi/XMLSchema/2016}CapabilityRef" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="idRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected List<CapabilityRefCT>capabilityRefprotected ObjectidRef
 - 
Constructor SummaryConstructors Constructor Description ResourceCombinationRefCT()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CapabilityRefCT>getCapabilityRef()Gets the value of the capabilityRef property.ObjectgetIdRef()Gets the value of the idRef property.voidsetIdRef(Object value)Sets the value of the idRef property.
 
- 
- 
- 
Field Detail- 
capabilityRefprotected List<CapabilityRefCT> capabilityRef 
 - 
idRefprotected Object idRef 
 
- 
 - 
Method Detail- 
getCapabilityRefpublic 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 setmethod 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
 - 
getIdRefpublic Object getIdRef() Gets the value of the idRef property.- Returns:
- possible object is
     Object
 
 
- 
 
-