public class C076CommunicationContact extends Object
Java class for C076-CommunicationContact complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C076-CommunicationContact">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E3148" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3148-CommunicationAddressIdentifier"/>
<element name="E3155" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3155-CommunicationMeansTypeCode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C076CommunicationContact() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE3148()
Gets the value of the e3148 property.
|
E3155CommunicationMeansTypeCode |
getE3155()
Gets the value of the e3155 property.
|
void |
setE3148(String value)
Sets the value of the e3148 property.
|
void |
setE3155(E3155CommunicationMeansTypeCode value)
Sets the value of the e3155 property.
|
C076CommunicationContact |
withE3148(String value) |
C076CommunicationContact |
withE3155(E3155CommunicationMeansTypeCode value) |
public String getE3148()
Stringpublic void setE3148(String value)
value - allowed object is
Stringpublic E3155CommunicationMeansTypeCode getE3155()
E3155CommunicationMeansTypeCodepublic void setE3155(E3155CommunicationMeansTypeCode value)
value - allowed object is
E3155CommunicationMeansTypeCodepublic C076CommunicationContact withE3148(String value)
public C076CommunicationContact withE3155(E3155CommunicationMeansTypeCode value)
Copyright © 2020. All rights reserved.