public class C508LanguageDetails extends Object
Java class for C508-LanguageDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C508-LanguageDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E3453" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3453-LanguageNameCode" minOccurs="0"/>
<element name="E3452" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3452-LanguageName" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C508LanguageDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE3452()
Gets the value of the e3452 property.
|
String |
getE3453()
Gets the value of the e3453 property.
|
void |
setE3452(String value)
Sets the value of the e3452 property.
|
void |
setE3453(String value)
Sets the value of the e3453 property.
|
C508LanguageDetails |
withE3452(String value) |
C508LanguageDetails |
withE3453(String value) |
public String getE3453()
Stringpublic void setE3453(String value)
value - allowed object is
Stringpublic String getE3452()
Stringpublic void setE3452(String value)
value - allowed object is
Stringpublic C508LanguageDetails withE3453(String value)
public C508LanguageDetails withE3452(String value)
Copyright © 2020. All rights reserved.