Class Match


  • public class Match
    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>
             <choice>
               <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ResourceCombinationRef"/>
               <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ResourceRef"/>
             </choice>
             <element name="Physical" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="ResourceRefWithConn" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ResourceRefWithConn_CT" maxOccurs="unbounded"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
           <attribute name="avgProcessingTime" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="isHumanProcess" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Match

        public Match()
    • Method Detail

      • getPhysical

        public List<Match.Physical> getPhysical()
        Gets the value of the physical 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 physical property.

        For example, to add a new item, do as follows:

            getPhysical().add(newItem);
         

        Objects of the following type(s) are allowed in the list Match.Physical

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getAvgProcessingTime

        public Float getAvgProcessingTime()
        Gets the value of the avgProcessingTime property.
        Returns:
        possible object is Float
      • setAvgProcessingTime

        public void setAvgProcessingTime​(Float value)
        Sets the value of the avgProcessingTime property.
        Parameters:
        value - allowed object is Float
      • isIsHumanProcess

        public Boolean isIsHumanProcess()
        Gets the value of the isHumanProcess property.
        Returns:
        possible object is Boolean
      • setIsHumanProcess

        public void setIsHumanProcess​(Boolean value)
        Sets the value of the isHumanProcess property.
        Parameters:
        value - allowed object is Boolean