Class ProcessStepRefWithMatchCT.NoMatchRequired
- java.lang.Object
-
- fi.tut.mei.matchmaking.model.xml.msg.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 Summary
Fields Modifier and Type Field Description protected Float
avgProcessingTime
protected Boolean
isHumanProcess
-
Constructor Summary
Constructors Constructor Description NoMatchRequired()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Float
getAvgProcessingTime()
Gets the value of the avgProcessingTime property.Boolean
isIsHumanProcess()
Gets the value of the isHumanProcess property.void
setAvgProcessingTime(Float value)
Sets the value of the avgProcessingTime property.void
setIsHumanProcess(Boolean value)
Sets the value of the isHumanProcess property.
-
-
-
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 isFloat
-
isIsHumanProcess
public Boolean isIsHumanProcess()
Gets the value of the isHumanProcess property.- Returns:
- possible object is
Boolean
-
-