public class EPD016 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="RefNumHEA4" type="{}RefNumHEA4Type"/>
<element name="GuaranteeNumber" type="{}GuaranteeNumberType" minOccurs="0"/>
<element name="TypOfDecHEA24" type="{}TypOfDecHEA24EnumType"/>
<element name="DeclarationRejectionDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="DecRejDatHEA159" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="8"/>
</restriction>
</simpleType>
</element>
<element name="DecRejReaHEA252" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="350"/>
</restriction>
</simpleType>
</element>
<element name="DecRejReaHEA252LNG" 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="FUNERRER1" type="{}FUNERRER1Type" maxOccurs="999" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
EPD016.HEAHEA
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<FUNERRER1Type> |
funerrer1 |
protected EPD016.HEAHEA |
heahea |
| Constructor and Description |
|---|
EPD016() |
| Modifier and Type | Method and Description |
|---|---|
List<FUNERRER1Type> |
getFUNERRER1()
Gets the value of the funerrer1 property.
|
EPD016.HEAHEA |
getHEAHEA()
Gets the value of the heahea property.
|
void |
setHEAHEA(EPD016.HEAHEA value)
Sets the value of the heahea property.
|
protected EPD016.HEAHEA heahea
protected List<FUNERRER1Type> funerrer1
public EPD016.HEAHEA getHEAHEA()
.HEAHEA public void setHEAHEA(EPD016.HEAHEA value)
value - allowed object is
.HEAHEA public 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.