public class EPD005 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>
<element name="DocNumHEA5" type="{}DocNumHEA5Type"/>
<element name="GuaranteeNumber" type="{}GuaranteeNumberType" minOccurs="0"/>
<element name="AmendmentDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="AmdDatHEA599" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="8"/>
</restriction>
</simpleType>
</element>
<element name="AmendmentRejectionDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="AmeRejDatHEA603" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="8"/>
</restriction>
</simpleType>
</element>
<element name="AmeRejMotCodHEA604" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<totalDigits value="1"/>
</restriction>
</simpleType>
</element>
<element name="AmeRejMotTexHEA605" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="350"/>
</restriction>
</simpleType>
</element>
<element name="AmeRejMotTexHEA605LNG" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="TRAPRIPC1" type="{}TRAPRIPC1Type" minOccurs="0"/>
<element name="CUSOFFDEPEPT" type="{}CUSOFFDEPEPTType" minOccurs="0"/>
<element name="FUNERRER1" type="{}FUNERRER1Type" maxOccurs="99" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
EPD005.HEAHEA
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected CUSOFFDEPEPTType |
cusoffdepept |
protected List<FUNERRER1Type> |
funerrer1 |
protected EPD005.HEAHEA |
heahea |
protected TRAPRIPC1Type |
trapripc1 |
| Constructor and Description |
|---|
EPD005() |
| Modifier and Type | Method and Description |
|---|---|
CUSOFFDEPEPTType |
getCUSOFFDEPEPT()
Gets the value of the cusoffdepept property.
|
List<FUNERRER1Type> |
getFUNERRER1()
Gets the value of the funerrer1 property.
|
EPD005.HEAHEA |
getHEAHEA()
Gets the value of the heahea property.
|
TRAPRIPC1Type |
getTRAPRIPC1()
Gets the value of the trapripc1 property.
|
void |
setCUSOFFDEPEPT(CUSOFFDEPEPTType value)
Sets the value of the cusoffdepept property.
|
void |
setHEAHEA(EPD005.HEAHEA value)
Sets the value of the heahea property.
|
void |
setTRAPRIPC1(TRAPRIPC1Type value)
Sets the value of the trapripc1 property.
|
protected EPD005.HEAHEA heahea
protected TRAPRIPC1Type trapripc1
protected CUSOFFDEPEPTType cusoffdepept
protected List<FUNERRER1Type> funerrer1
public EPD005.HEAHEA getHEAHEA()
.HEAHEA public void setHEAHEA(EPD005.HEAHEA value)
value - allowed object is
.HEAHEA public TRAPRIPC1Type getTRAPRIPC1()
TRAPRIPC1Typepublic void setTRAPRIPC1(TRAPRIPC1Type value)
value - allowed object is
TRAPRIPC1Typepublic CUSOFFDEPEPTType getCUSOFFDEPEPT()
CUSOFFDEPEPTTypepublic void setCUSOFFDEPEPT(CUSOFFDEPEPTType value)
value - allowed object is
CUSOFFDEPEPTTypepublic List<FUNERRER1Type> getFUNERRER1()
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 funerrer1 property.
For example, to add a new item, do as follows:
getFUNERRER1().add(newItem);
Objects of the following type(s) are allowed in the list
FUNERRER1Type
Copyright © 2017. All Rights Reserved.