Uses of Class
fi.tut.mei.matchmaking.model.xml.msg.ResourceCombinationRefCT
-
-
Uses of ResourceCombinationRefCT in fi.tut.mei.matchmaking.model.xml.msg
Fields in fi.tut.mei.matchmaking.model.xml.msg declared as ResourceCombinationRefCT Modifier and Type Field Description protected ResourceCombinationRefCT
Match. resourceCombinationRef
Fields in fi.tut.mei.matchmaking.model.xml.msg with type parameters of type ResourceCombinationRefCT Modifier and Type Field Description protected List<ResourceCombinationRefCT>
ResourceCombinationCT. resourceCombinationRef
Methods in fi.tut.mei.matchmaking.model.xml.msg that return ResourceCombinationRefCT Modifier and Type Method Description ResourceCombinationRefCT
ObjectFactory. createResourceCombinationRefCT()
Create an instance ofResourceCombinationRefCT
ResourceCombinationRefCT
Match. getResourceCombinationRef()
Gets the value of the resourceCombinationRef property.Methods in fi.tut.mei.matchmaking.model.xml.msg that return types with arguments of type ResourceCombinationRefCT Modifier and Type Method Description JAXBElement<ResourceCombinationRefCT>
ObjectFactory. createResourceCombinationRef(ResourceCombinationRefCT value)
List<ResourceCombinationRefCT>
ResourceCombinationCT. getResourceCombinationRef()
Gets the value of the resourceCombinationRef property.Methods in fi.tut.mei.matchmaking.model.xml.msg with parameters of type ResourceCombinationRefCT Modifier and Type Method Description JAXBElement<ResourceCombinationRefCT>
ObjectFactory. createResourceCombinationRef(ResourceCombinationRefCT value)
void
Match. setResourceCombinationRef(ResourceCombinationRefCT value)
Sets the value of the resourceCombinationRef property.
-