public class Performance extends Object implements Serializable
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="MaxCleanup" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="MaxAmount" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="AverageCleanup" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="DevCapsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="MinCleanup" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="AverageAmount" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MaxSetup" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="Unit" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="MinSetup" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="MinAmount" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="AverageSetup" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
averageAmount |
protected Duration |
averageCleanup |
protected Duration |
averageSetup |
protected Object |
devCapsRef |
protected Double |
maxAmount |
protected Duration |
maxCleanup |
protected Duration |
maxSetup |
protected Double |
minAmount |
protected Duration |
minCleanup |
protected Duration |
minSetup |
protected String |
unit |
| Constructor and Description |
|---|
Performance() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAverageAmount()
Gets the value of the averageAmount property.
|
Duration |
getAverageCleanup()
Gets the value of the averageCleanup property.
|
Duration |
getAverageSetup()
Gets the value of the averageSetup property.
|
Object |
getDevCapsRef()
Gets the value of the devCapsRef property.
|
Double |
getMaxAmount()
Gets the value of the maxAmount property.
|
Duration |
getMaxCleanup()
Gets the value of the maxCleanup property.
|
Duration |
getMaxSetup()
Gets the value of the maxSetup property.
|
Double |
getMinAmount()
Gets the value of the minAmount property.
|
Duration |
getMinCleanup()
Gets the value of the minCleanup property.
|
Duration |
getMinSetup()
Gets the value of the minSetup property.
|
String |
getUnit()
Gets the value of the unit property.
|
void |
setAverageAmount(Double value)
Sets the value of the averageAmount property.
|
void |
setAverageCleanup(Duration value)
Sets the value of the averageCleanup property.
|
void |
setAverageSetup(Duration value)
Sets the value of the averageSetup property.
|
void |
setDevCapsRef(Object value)
Sets the value of the devCapsRef property.
|
void |
setMaxAmount(Double value)
Sets the value of the maxAmount property.
|
void |
setMaxCleanup(Duration value)
Sets the value of the maxCleanup property.
|
void |
setMaxSetup(Duration value)
Sets the value of the maxSetup property.
|
void |
setMinAmount(Double value)
Sets the value of the minAmount property.
|
void |
setMinCleanup(Duration value)
Sets the value of the minCleanup property.
|
void |
setMinSetup(Duration value)
Sets the value of the minSetup property.
|
void |
setUnit(String value)
Sets the value of the unit property.
|
protected Duration maxCleanup
protected Double maxAmount
protected Duration averageCleanup
protected Object devCapsRef
protected Duration minCleanup
protected Double averageAmount
protected Duration maxSetup
protected String unit
protected Duration minSetup
protected Double minAmount
protected Duration averageSetup
public Duration getMaxCleanup()
Stringpublic void setMaxCleanup(Duration value)
value - allowed object is
Stringpublic Double getMaxAmount()
Doublepublic void setMaxAmount(Double value)
value - allowed object is
Doublepublic Duration getAverageCleanup()
Stringpublic void setAverageCleanup(Duration value)
value - allowed object is
Stringpublic Object getDevCapsRef()
Objectpublic void setDevCapsRef(Object value)
value - allowed object is
Objectpublic Duration getMinCleanup()
Stringpublic void setMinCleanup(Duration value)
value - allowed object is
Stringpublic Double getAverageAmount()
Doublepublic void setAverageAmount(Double value)
value - allowed object is
Doublepublic Duration getMaxSetup()
Stringpublic void setMaxSetup(Duration value)
value - allowed object is
Stringpublic String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic Duration getMinSetup()
Stringpublic void setMinSetup(Duration value)
value - allowed object is
Stringpublic Double getMinAmount()
Doublepublic void setMinAmount(Double value)
value - allowed object is
Doublepublic Duration getAverageSetup()
StringCopyright © 2013. All Rights Reserved.