public class CarnetBaseType extends Object implements Serializable
Java class for CarnetBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CarnetBaseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://rts.iru.org/model/carnet-1}TIRCarnetNumber"/>
<element name="ExpiryDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element ref="{http://www.iru.org/model/tir-actor-1}Association" minOccurs="0"/>
<element ref="{http://www.iru.org/model/tir-actor-1}Holder" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected org.iru.model.tir_actor_1.Association |
association |
protected XMLGregorianCalendar |
expiryDate |
protected org.iru.model.tir_actor_1.HaulierType |
holder |
protected String |
tirCarnetNumber |
| Constructor and Description |
|---|
CarnetBaseType() |
| Modifier and Type | Method and Description |
|---|---|
org.iru.model.tir_actor_1.Association |
getAssociation()
Gets the value of the association property.
|
XMLGregorianCalendar |
getExpiryDate()
Gets the value of the expiryDate property.
|
org.iru.model.tir_actor_1.HaulierType |
getHolder()
Gets the value of the holder property.
|
String |
getTIRCarnetNumber()
Gets the value of the tirCarnetNumber property.
|
void |
setAssociation(org.iru.model.tir_actor_1.Association value)
Sets the value of the association property.
|
void |
setExpiryDate(XMLGregorianCalendar value)
Sets the value of the expiryDate property.
|
void |
setHolder(org.iru.model.tir_actor_1.HaulierType value)
Sets the value of the holder property.
|
void |
setTIRCarnetNumber(String value)
Sets the value of the tirCarnetNumber property.
|
protected String tirCarnetNumber
protected XMLGregorianCalendar expiryDate
protected org.iru.model.tir_actor_1.Association association
protected org.iru.model.tir_actor_1.HaulierType holder
public String getTIRCarnetNumber()
Stringpublic void setTIRCarnetNumber(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getExpiryDate()
XMLGregorianCalendarpublic void setExpiryDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic org.iru.model.tir_actor_1.Association getAssociation()
Associationpublic void setAssociation(org.iru.model.tir_actor_1.Association value)
value - allowed object is
Associationpublic org.iru.model.tir_actor_1.HaulierType getHolder()
HaulierTypepublic void setHolder(org.iru.model.tir_actor_1.HaulierType value)
value - allowed object is
HaulierTypeCopyright © 2017. All rights reserved.