public class EPD025 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>
<element name="HEAHEA">
<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>
</element>
<element name="TRAPRIPC1" type="{}TRAPRIPC1Type" minOccurs="0"/>
<element name="CUSOFFDESEST" type="{}CUSOFFDESESTType"/>
<element name="SEAINFSLI" type="{}SEAINFSLIType" maxOccurs="6" minOccurs="0"/>
<element name="CONTRESULTS" type="{}CONTRESULTSType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
EPD025.HEAHEA
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CONTRESULTSType |
contresults |
protected CUSOFFDESESTType |
cusoffdesest |
protected EPD025.HEAHEA |
heahea |
protected List<SEAINFSLIType> |
seainfsli |
protected TRAPRIPC1Type |
trapripc1 |
| Constructor and Description |
|---|
EPD025() |
| Modifier and Type | Method and Description |
|---|---|
CONTRESULTSType |
getCONTRESULTS()
Gets the value of the contresults property.
|
CUSOFFDESESTType |
getCUSOFFDESEST()
Gets the value of the cusoffdesest property.
|
EPD025.HEAHEA |
getHEAHEA()
Gets the value of the heahea property.
|
List<SEAINFSLIType> |
getSEAINFSLI()
Gets the value of the seainfsli property.
|
TRAPRIPC1Type |
getTRAPRIPC1()
Gets the value of the trapripc1 property.
|
void |
setCONTRESULTS(CONTRESULTSType value)
Sets the value of the contresults property.
|
void |
setCUSOFFDESEST(CUSOFFDESESTType value)
Sets the value of the cusoffdesest property.
|
void |
setHEAHEA(EPD025.HEAHEA value)
Sets the value of the heahea property.
|
void |
setTRAPRIPC1(TRAPRIPC1Type value)
Sets the value of the trapripc1 property.
|
protected EPD025.HEAHEA heahea
protected TRAPRIPC1Type trapripc1
protected CUSOFFDESESTType cusoffdesest
protected List<SEAINFSLIType> seainfsli
protected CONTRESULTSType contresults
public EPD025.HEAHEA getHEAHEA()
.HEAHEA public void setHEAHEA(EPD025.HEAHEA value)
value - allowed object is
.HEAHEA public TRAPRIPC1Type getTRAPRIPC1()
TRAPRIPC1Typepublic void setTRAPRIPC1(TRAPRIPC1Type value)
value - allowed object is
TRAPRIPC1Typepublic CUSOFFDESESTType getCUSOFFDESEST()
CUSOFFDESESTTypepublic void setCUSOFFDESEST(CUSOFFDESESTType value)
value - allowed object is
CUSOFFDESESTTypepublic List<SEAINFSLIType> getSEAINFSLI()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the seainfsli property.
For example, to add a new item, do as follows:
getSEAINFSLI().add(newItem);
Objects of the following type(s) are allowed in the list
SEAINFSLIType
public CONTRESULTSType getCONTRESULTS()
CONTRESULTSTypepublic void setCONTRESULTS(CONTRESULTSType value)
value - allowed object is
CONTRESULTSTypeCopyright © 2017. All Rights Reserved.