public static class StoppedCarnetsType.StoppedCarnets extends Object
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">
<sequence>
<element name="StoppedCarnet" type="{http://rts.iru.org/model/carnet-1}StoppedCarnetType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="offset" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="endReached" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
count |
protected boolean |
endReached |
protected int |
offset |
protected List<StoppedCarnetType> |
stoppedCarnet |
| Constructor and Description |
|---|
StoppedCarnets() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the value of the count property.
|
int |
getOffset()
Gets the value of the offset property.
|
List<StoppedCarnetType> |
getStoppedCarnet()
Gets the value of the stoppedCarnet property.
|
boolean |
isEndReached()
Gets the value of the endReached property.
|
void |
setCount(int value)
Sets the value of the count property.
|
void |
setEndReached(boolean value)
Sets the value of the endReached property.
|
void |
setOffset(int value)
Sets the value of the offset property.
|
protected List<StoppedCarnetType> stoppedCarnet
protected int offset
protected int count
protected boolean endReached
public List<StoppedCarnetType> getStoppedCarnet()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the stoppedCarnet property.
For example, to add a new item, do as follows:
getStoppedCarnet().add(newItem);
Objects of the following type(s) are allowed in the list
StoppedCarnetType
public int getOffset()
public void setOffset(int value)
public int getCount()
public void setCount(int value)
public boolean isEndReached()
public void setEndReached(boolean value)
Copyright © 2017. All rights reserved.