Class MatchmakingInputMerged
- java.lang.Object
-
- fi.tut.mei.matchmaking.model.xml.msg.MatchmakingInputMerged
-
public class MatchmakingInputMerged extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}MatchmakingReq"/> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ResourcePool" maxOccurs="unbounded" minOccurs="0"/> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}SystemLayout" minOccurs="0"/> <element name="Extension" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExtensionData_CT" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ExtensionDataCT>
extension
protected MatchmakingReq
matchmakingReq
protected List<ResourcePoolCT>
resourcePool
protected SystemLayoutCT
systemLayout
-
Constructor Summary
Constructors Constructor Description MatchmakingInputMerged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ExtensionDataCT>
getExtension()
Gets the value of the extension property.MatchmakingReq
getMatchmakingReq()
Gets the value of the matchmakingReq property.List<ResourcePoolCT>
getResourcePool()
Gets the value of the resourcePool property.SystemLayoutCT
getSystemLayout()
Gets the value of the systemLayout property.void
setMatchmakingReq(MatchmakingReq value)
Sets the value of the matchmakingReq property.void
setSystemLayout(SystemLayoutCT value)
Sets the value of the systemLayout property.
-
-
-
Field Detail
-
matchmakingReq
protected MatchmakingReq matchmakingReq
-
resourcePool
protected List<ResourcePoolCT> resourcePool
-
systemLayout
protected SystemLayoutCT systemLayout
-
extension
protected List<ExtensionDataCT> extension
-
-
Method Detail
-
getMatchmakingReq
public MatchmakingReq getMatchmakingReq()
Gets the value of the matchmakingReq property.- Returns:
- possible object is
MatchmakingReq
-
setMatchmakingReq
public void setMatchmakingReq(MatchmakingReq value)
Sets the value of the matchmakingReq property.- Parameters:
value
- allowed object isMatchmakingReq
-
getResourcePool
public List<ResourcePoolCT> getResourcePool()
Gets the value of the resourcePool 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 resourcePool property.For example, to add a new item, do as follows:
getResourcePool().add(newItem);
Objects of the following type(s) are allowed in the list
ResourcePoolCT
-
getSystemLayout
public SystemLayoutCT getSystemLayout()
Gets the value of the systemLayout property.- Returns:
- possible object is
SystemLayoutCT
-
setSystemLayout
public void setSystemLayout(SystemLayoutCT value)
Sets the value of the systemLayout property.- Parameters:
value
- allowed object isSystemLayoutCT
-
getExtension
public List<ExtensionDataCT> getExtension()
Gets the value of the extension 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 extension property.For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
ExtensionDataCT
-
-