public class StoppedCarnetsType extends Object
Java class for stoppedCarnetsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stoppedCarnetsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="total">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="from" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="to" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="stoppedCarnets">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
StoppedCarnetsType.StoppedCarnets
Java class for anonymous complex type.
|
static class |
StoppedCarnetsType.Total
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected StoppedCarnetsType.StoppedCarnets |
stoppedCarnets |
protected StoppedCarnetsType.Total |
total |
| Constructor and Description |
|---|
StoppedCarnetsType() |
| Modifier and Type | Method and Description |
|---|---|
StoppedCarnetsType.StoppedCarnets |
getStoppedCarnets()
Gets the value of the stoppedCarnets property.
|
StoppedCarnetsType.Total |
getTotal()
Gets the value of the total property.
|
void |
setStoppedCarnets(StoppedCarnetsType.StoppedCarnets value)
Sets the value of the stoppedCarnets property.
|
void |
setTotal(StoppedCarnetsType.Total value)
Sets the value of the total property.
|
protected StoppedCarnetsType.Total total
protected StoppedCarnetsType.StoppedCarnets stoppedCarnets
public StoppedCarnetsType.Total getTotal()
StoppedCarnetsType.Totalpublic void setTotal(StoppedCarnetsType.Total value)
value - allowed object is
StoppedCarnetsType.Totalpublic StoppedCarnetsType.StoppedCarnets getStoppedCarnets()
StoppedCarnetsType.StoppedCarnetspublic void setStoppedCarnets(StoppedCarnetsType.StoppedCarnets value)
value - allowed object is
StoppedCarnetsType.StoppedCarnetsCopyright © 2017. All rights reserved.