public class RegisteredTIRCarnetType extends CarnetBaseType
Java class for RegisteredTIRCarnetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegisteredTIRCarnetType">
<complexContent>
<extension base="{http://rts.iru.org/model/carnet-1}CarnetBaseType">
<sequence>
<element name="Status" type="{http://rts.iru.org/model/carnet-1}CarnetStatusType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CarnetStatusType |
status |
association, expiryDate, holder, tirCarnetNumber| Constructor and Description |
|---|
RegisteredTIRCarnetType() |
| Modifier and Type | Method and Description |
|---|---|
CarnetStatusType |
getStatus()
Gets the value of the status property.
|
void |
setStatus(CarnetStatusType value)
Sets the value of the status property.
|
getAssociation, getExpiryDate, getHolder, getTIRCarnetNumber, setAssociation, setExpiryDate, setHolder, setTIRCarnetNumberprotected CarnetStatusType status
public CarnetStatusType getStatus()
CarnetStatusTypepublic void setStatus(CarnetStatusType value)
value - allowed object is
CarnetStatusTypeCopyright © 2017. All rights reserved.