public class StoppedCarnetType extends CarnetBaseType implements Serializable
Java class for StoppedCarnetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoppedCarnetType">
<complexContent>
<extension base="{http://rts.iru.org/model/carnet-1}CarnetBaseType">
<sequence>
<element name="DeclarationDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="InvalidationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="InvalidationStatus" type="{http://rts.iru.org/model/carnet-1}InvalidationStatusType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
declarationDate |
protected XMLGregorianCalendar |
invalidationDate |
protected InvalidationStatusType |
invalidationStatus |
association, expiryDate, holder, tirCarnetNumber| Constructor and Description |
|---|
StoppedCarnetType() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDeclarationDate()
Gets the value of the declarationDate property.
|
XMLGregorianCalendar |
getInvalidationDate()
Gets the value of the invalidationDate property.
|
InvalidationStatusType |
getInvalidationStatus()
Gets the value of the invalidationStatus property.
|
void |
setDeclarationDate(XMLGregorianCalendar value)
Sets the value of the declarationDate property.
|
void |
setInvalidationDate(XMLGregorianCalendar value)
Sets the value of the invalidationDate property.
|
void |
setInvalidationStatus(InvalidationStatusType value)
Sets the value of the invalidationStatus property.
|
getAssociation, getExpiryDate, getHolder, getTIRCarnetNumber, setAssociation, setExpiryDate, setHolder, setTIRCarnetNumberprotected XMLGregorianCalendar declarationDate
protected XMLGregorianCalendar invalidationDate
protected InvalidationStatusType invalidationStatus
public XMLGregorianCalendar getDeclarationDate()
XMLGregorianCalendarpublic void setDeclarationDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getInvalidationDate()
XMLGregorianCalendarpublic void setInvalidationDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic InvalidationStatusType getInvalidationStatus()
InvalidationStatusTypepublic void setInvalidationStatus(InvalidationStatusType value)
value - allowed object is
InvalidationStatusTypeCopyright © 2017. All rights reserved.