Uses of Class
fi.tut.mei.matchmaking.model.xml.msg.SystemLayoutCT
-
-
Uses of SystemLayoutCT in fi.tut.mei.matchmaking.model.xml.msg
Fields in fi.tut.mei.matchmaking.model.xml.msg declared as SystemLayoutCT Modifier and Type Field Description protected SystemLayoutCT
MatchmakingInputMerged. systemLayout
Fields in fi.tut.mei.matchmaking.model.xml.msg with type parameters of type SystemLayoutCT Modifier and Type Field Description protected List<SystemLayoutCT>
SystemLayoutData. systemLayouts
Methods in fi.tut.mei.matchmaking.model.xml.msg that return SystemLayoutCT Modifier and Type Method Description SystemLayoutCT
ObjectFactory. createSystemLayoutCT()
Create an instance ofSystemLayoutCT
SystemLayoutCT
MatchmakingInputMerged. getSystemLayout()
Gets the value of the systemLayout property.Methods in fi.tut.mei.matchmaking.model.xml.msg that return types with arguments of type SystemLayoutCT Modifier and Type Method Description JAXBElement<SystemLayoutCT>
ObjectFactory. createSystemLayout(SystemLayoutCT value)
List<SystemLayoutCT>
SystemLayoutData. getSystemLayouts()
Gets the value of the systemLayouts property.Methods in fi.tut.mei.matchmaking.model.xml.msg with parameters of type SystemLayoutCT Modifier and Type Method Description JAXBElement<SystemLayoutCT>
ObjectFactory. createSystemLayout(SystemLayoutCT value)
void
MatchmakingInputMerged. setSystemLayout(SystemLayoutCT value)
Sets the value of the systemLayout property.
-