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