public class C056ContactDetails extends Object
Java class for C056-ContactDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C056-ContactDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E3413" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3413-ContactIdentifier" minOccurs="0"/>
<element name="E3412" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3412-ContactName" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C056ContactDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE3412()
Gets the value of the e3412 property.
|
String |
getE3413()
Gets the value of the e3413 property.
|
void |
setE3412(String value)
Sets the value of the e3412 property.
|
void |
setE3413(String value)
Sets the value of the e3413 property.
|
C056ContactDetails |
withE3412(String value) |
C056ContactDetails |
withE3413(String value) |
public String getE3413()
Stringpublic void setE3413(String value)
value - allowed object is
Stringpublic String getE3412()
Stringpublic void setE3412(String value)
value - allowed object is
Stringpublic C056ContactDetails withE3413(String value)
public C056ContactDetails withE3412(String value)
Copyright © 2020. All rights reserved.