Class ProcessStepRefWithMatchCT.NoMatchRequired

  • Enclosing class:
    ProcessStepRefWithMatchCT

    public static class ProcessStepRefWithMatchCT.NoMatchRequired
    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">
           <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>
     
    • Field Detail

      • avgProcessingTime

        protected Float avgProcessingTime
      • isHumanProcess

        protected Boolean isHumanProcess
    • Constructor Detail

      • NoMatchRequired

        public NoMatchRequired()
    • Method Detail

      • 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