public class CounterReset
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="LastCount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="CounterID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
counterID |
protected java.lang.Integer |
lastCount |
| Constructor and Description |
|---|
CounterReset() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCounterID()
Gets the value of the counterID property.
|
java.lang.Integer |
getLastCount()
Gets the value of the lastCount property.
|
void |
setCounterID(java.lang.String value)
Sets the value of the counterID property.
|
void |
setLastCount(java.lang.Integer value)
Sets the value of the lastCount property.
|
protected java.lang.Integer lastCount
protected java.lang.String counterID
public java.lang.Integer getLastCount()
Integerpublic void setLastCount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getCounterID()
Stringpublic void setCounterID(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.