public class QueryCarnetResponse 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="TIRCarnet" type="{http://rts.iru.org/model/carnet-1}CarnetType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CarnetType |
tirCarnet |
| Constructor and Description |
|---|
QueryCarnetResponse() |
| Modifier and Type | Method and Description |
|---|---|
CarnetType |
getTIRCarnet()
Gets the value of the tirCarnet property.
|
void |
setTIRCarnet(CarnetType value)
Sets the value of the tirCarnet property.
|
protected CarnetType tirCarnet
public CarnetType getTIRCarnet()
CarnetTypepublic void setTIRCarnet(CarnetType value)
value - allowed object is
CarnetTypeCopyright © 2017. All rights reserved.