public class C078AccountHolderIdentification extends Object
Java class for C078-AccountHolderIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C078-AccountHolderIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E3194" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3194-AccountHolderIdentifier" minOccurs="0"/>
<element name="E3192" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3192-AccountHolderName" maxOccurs="2" minOccurs="0"/>
<element name="E6345" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6345-CurrencyIdentificationCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C078AccountHolderIdentification() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getE3192()
Gets the value of the e3192 property.
|
String |
getE3194()
Gets the value of the e3194 property.
|
String |
getE6345()
Gets the value of the e6345 property.
|
void |
setE3194(String value)
Sets the value of the e3194 property.
|
void |
setE6345(String value)
Sets the value of the e6345 property.
|
C078AccountHolderIdentification |
withE3192(Collection<String> values) |
C078AccountHolderIdentification |
withE3192(String... values) |
C078AccountHolderIdentification |
withE3194(String value) |
C078AccountHolderIdentification |
withE6345(String value) |
public String getE3194()
Stringpublic void setE3194(String value)
value - allowed object is
Stringpublic List<String> getE3192()
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 e3192 property.
For example, to add a new item, do as follows:
getE3192().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getE6345()
Stringpublic void setE6345(String value)
value - allowed object is
Stringpublic C078AccountHolderIdentification withE3194(String value)
public C078AccountHolderIdentification withE3192(String... values)
public C078AccountHolderIdentification withE3192(Collection<String> values)
public C078AccountHolderIdentification withE6345(String value)
Copyright © 2020. All rights reserved.