Class 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>
     
    • Constructor Detail

      • MatchmakingInputMerged

        public MatchmakingInputMerged()
    • 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 is MatchmakingReq
      • 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 is SystemLayoutCT
      • 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