public class CounterReset 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="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 String |
counterID |
protected Integer |
lastCount |
| Constructor and Description |
|---|
CounterReset() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCounterID()
Gets the value of the counterID property.
|
Integer |
getLastCount()
Gets the value of the lastCount property.
|
void |
setCounterID(String value)
Sets the value of the counterID property.
|
void |
setLastCount(Integer value)
Sets the value of the lastCount property.
|
public Integer getLastCount()
Integerpublic void setLastCount(Integer value)
value - allowed object is
Integerpublic String getCounterID()
StringCopyright © 2013. All Rights Reserved.