public class CarnetType extends CarnetBaseType implements Serializable
Java class for CarnetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CarnetType">
<complexContent>
<extension base="{http://rts.iru.org/model/carnet-1}CarnetBaseType">
<sequence>
<element name="Status" type="{http://rts.iru.org/model/carnet-1}CarnetStatusType"/>
<element name="TIROperationTerminations">
<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>
</element>
<element name="VoucherNumber" type="{http://www.tirplus.net/model/voucher-1}VoucherNumberType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CarnetType.TIROperationTerminations
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CarnetStatusType |
status |
protected CarnetType.TIROperationTerminations |
tirOperationTerminations |
protected String |
voucherNumber |
association, expiryDate, holder, tirCarnetNumber| Constructor and Description |
|---|
CarnetType() |
| Modifier and Type | Method and Description |
|---|---|
CarnetStatusType |
getStatus()
Gets the value of the status property.
|
CarnetType.TIROperationTerminations |
getTIROperationTerminations()
Gets the value of the tirOperationTerminations property.
|
String |
getVoucherNumber()
Gets the value of the voucherNumber property.
|
void |
setStatus(CarnetStatusType value)
Sets the value of the status property.
|
void |
setTIROperationTerminations(CarnetType.TIROperationTerminations value)
Sets the value of the tirOperationTerminations property.
|
void |
setVoucherNumber(String value)
Sets the value of the voucherNumber property.
|
getAssociation, getExpiryDate, getHolder, getTIRCarnetNumber, setAssociation, setExpiryDate, setHolder, setTIRCarnetNumberprotected CarnetStatusType status
protected CarnetType.TIROperationTerminations tirOperationTerminations
protected String voucherNumber
public CarnetStatusType getStatus()
CarnetStatusTypepublic void setStatus(CarnetStatusType value)
value - allowed object is
CarnetStatusTypepublic CarnetType.TIROperationTerminations getTIROperationTerminations()
CarnetType.TIROperationTerminationspublic void setTIROperationTerminations(CarnetType.TIROperationTerminations value)
value - allowed object is
CarnetType.TIROperationTerminationspublic String getVoucherNumber()
StringCopyright © 2017. All rights reserved.