public static class CarnetType.TIROperationTerminations 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="count" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="hasFinal" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
count |
protected boolean |
hasFinal |
| Constructor and Description |
|---|
TIROperationTerminations() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
Gets the value of the count property.
|
boolean |
isHasFinal()
Gets the value of the hasFinal property.
|
void |
setCount(long value)
Sets the value of the count property.
|
void |
setHasFinal(boolean value)
Sets the value of the hasFinal property.
|
public long getCount()
public void setCount(long value)
public boolean isHasFinal()
public void setHasFinal(boolean value)
Copyright © 2017. All rights reserved.