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 String |
averageCleanup |
protected String |
averageSetup |
protected Object |
devCapsRef |
protected Double |
maxAmount |
protected String |
maxCleanup |
protected String |
maxSetup |
protected Double |
minAmount |
protected String |
minCleanup |
protected String |
minSetup |
protected String |
unit |
| Constructor and Description |
|---|
Performance() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAverageAmount()
Gets the value of the averageAmount property.
|
String |
getAverageCleanup()
Gets the value of the averageCleanup property.
|
String |
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.
|
String |
getMaxCleanup()
Gets the value of the maxCleanup property.
|
String |
getMaxSetup()
Gets the value of the maxSetup property.
|
Double |
getMinAmount()
Gets the value of the minAmount property.
|
String |
getMinCleanup()
Gets the value of the minCleanup property.
|
String |
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(String value)
Sets the value of the averageCleanup property.
|
void |
setAverageSetup(String 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(String value)
Sets the value of the maxCleanup property.
|
void |
setMaxSetup(String value)
Sets the value of the maxSetup property.
|
void |
setMinAmount(Double value)
Sets the value of the minAmount property.
|
void |
setMinCleanup(String value)
Sets the value of the minCleanup property.
|
void |
setMinSetup(String value)
Sets the value of the minSetup property.
|
void |
setUnit(String value)
Sets the value of the unit property.
|
protected String maxCleanup
protected Double maxAmount
protected String averageCleanup
protected Object devCapsRef
protected String minCleanup
protected Double averageAmount
protected String maxSetup
protected String unit
protected String minSetup
protected Double minAmount
protected String averageSetup
public String getMaxCleanup()
Stringpublic void setMaxCleanup(String value)
value - allowed object is
Stringpublic Double getMaxAmount()
Doublepublic void setMaxAmount(Double value)
value - allowed object is
Doublepublic String getAverageCleanup()
Stringpublic void setAverageCleanup(String value)
value - allowed object is
Stringpublic Object getDevCapsRef()
Objectpublic void setDevCapsRef(Object value)
value - allowed object is
Objectpublic String getMinCleanup()
Stringpublic void setMinCleanup(String value)
value - allowed object is
Stringpublic Double getAverageAmount()
Doublepublic void setAverageAmount(Double value)
value - allowed object is
Doublepublic String getMaxSetup()
Stringpublic void setMaxSetup(String value)
value - allowed object is
Stringpublic String getUnit()
Stringpublic void setUnit(String value)
value - allowed object is
Stringpublic String getMinSetup()
Stringpublic void setMinSetup(String value)
value - allowed object is
Stringpublic Double getMinAmount()
Doublepublic void setMinAmount(Double value)
value - allowed object is
Doublepublic String getAverageSetup()
StringCopyright © 2012. All Rights Reserved.