public static class EPD025.HEAHEA extends Object implements Serializable
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>
<choice>
<element name="TIRCarnet" type="{}TIRCarnetNumberType"/>
<element name="GuaranteeNumber" type="{}GuaranteeNumberType"/>
</choice>
<element name="DocNumHEA5" type="{}DocNumHEA5Type"/>
<choice>
<element name="ExitDate">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="8"/>
</restriction>
</simpleType>
</element>
<element name="MessageDate">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="8"/>
</restriction>
</simpleType>
</element>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
docNumHEA5 |
protected String |
exitDate |
protected String |
guaranteeNumber |
protected String |
messageDate |
protected String |
tirCarnet |
| Constructor and Description |
|---|
HEAHEA() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocNumHEA5()
Gets the value of the docNumHEA5 property.
|
String |
getExitDate()
Gets the value of the exitDate property.
|
String |
getGuaranteeNumber()
Gets the value of the guaranteeNumber property.
|
String |
getMessageDate()
Gets the value of the messageDate property.
|
String |
getTIRCarnet()
Gets the value of the tirCarnet property.
|
void |
setDocNumHEA5(String value)
Sets the value of the docNumHEA5 property.
|
void |
setExitDate(String value)
Sets the value of the exitDate property.
|
void |
setGuaranteeNumber(String value)
Sets the value of the guaranteeNumber property.
|
void |
setMessageDate(String value)
Sets the value of the messageDate property.
|
void |
setTIRCarnet(String value)
Sets the value of the tirCarnet property.
|
protected String tirCarnet
protected String guaranteeNumber
protected String docNumHEA5
protected String exitDate
protected String messageDate
public String getTIRCarnet()
Stringpublic void setTIRCarnet(String value)
value - allowed object is
Stringpublic String getGuaranteeNumber()
Stringpublic void setGuaranteeNumber(String value)
value - allowed object is
Stringpublic String getDocNumHEA5()
Stringpublic void setDocNumHEA5(String value)
value - allowed object is
Stringpublic String getExitDate()
Stringpublic void setExitDate(String value)
value - allowed object is
Stringpublic String getMessageDate()
StringCopyright © 2017. All Rights Reserved.