public class CTAContactInformation extends Object
Java class for CTA-ContactInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CTA-ContactInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E3139" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3139-ContactFunctionCode" minOccurs="0"/>
<element name="C056" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C056-ContactDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CTAContactInformation() |
| Modifier and Type | Method and Description |
|---|---|
C056ContactDetails |
getC056()
Gets the value of the c056 property.
|
E3139ContactFunctionCode |
getE3139()
Gets the value of the e3139 property.
|
void |
setC056(C056ContactDetails value)
Sets the value of the c056 property.
|
void |
setE3139(E3139ContactFunctionCode value)
Sets the value of the e3139 property.
|
CTAContactInformation |
withC056(C056ContactDetails value) |
CTAContactInformation |
withE3139(E3139ContactFunctionCode value) |
public E3139ContactFunctionCode getE3139()
E3139ContactFunctionCodepublic void setE3139(E3139ContactFunctionCode value)
value - allowed object is
E3139ContactFunctionCodepublic C056ContactDetails getC056()
C056ContactDetailspublic void setC056(C056ContactDetails value)
value - allowed object is
C056ContactDetailspublic CTAContactInformation withE3139(E3139ContactFunctionCode value)
public CTAContactInformation withC056(C056ContactDetails value)
Copyright © 2020. All rights reserved.