Uses of Class
fi.tut.mei.matchmaking.model.xml.msg.PRDRefCT
-
-
Uses of PRDRefCT in fi.tut.mei.matchmaking.model.xml.msg
Fields in fi.tut.mei.matchmaking.model.xml.msg with type parameters of type PRDRefCT Modifier and Type Field Description protected List<PRDRefCT>
MatchmakingReq. prdRef
protected List<PRDRefCT>
PRDData. prdRefs
Methods in fi.tut.mei.matchmaking.model.xml.msg that return PRDRefCT Modifier and Type Method Description PRDRefCT
ObjectFactory. createPRDRefCT()
Create an instance ofPRDRefCT
Methods in fi.tut.mei.matchmaking.model.xml.msg that return types with arguments of type PRDRefCT Modifier and Type Method Description List<PRDRefCT>
MatchmakingReq. getPRDRef()
Gets the value of the prdRef property.List<PRDRefCT>
PRDData. getPRDRefs()
Gets the value of the prdRefs property.
-