public class C080PartyName extends Object
Java class for C080-PartyName complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C080-PartyName">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E3036" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3036-PartyName" maxOccurs="5"/>
<element name="E3045" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3045-PartyNameFormatCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C080PartyName() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getE3036()
Gets the value of the e3036 property.
|
String |
getE3045()
Gets the value of the e3045 property.
|
void |
setE3045(String value)
Sets the value of the e3045 property.
|
C080PartyName |
withE3036(Collection<String> values) |
C080PartyName |
withE3036(String... values) |
C080PartyName |
withE3045(String value) |
public List<String> getE3036()
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 e3036 property.
For example, to add a new item, do as follows:
getE3036().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getE3045()
Stringpublic void setE3045(String value)
value - allowed object is
Stringpublic C080PartyName withE3036(String... values)
public C080PartyName withE3036(Collection<String> values)
public C080PartyName withE3045(String value)
Copyright © 2020. All rights reserved.