public class LANLanguage extends Object
Java class for LAN-Language complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LAN-Language">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E3455" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3455-LanguageCodeQualifier"/>
<element name="C508" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C508-LanguageDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
LANLanguage() |
| Modifier and Type | Method and Description |
|---|---|
C508LanguageDetails |
getC508()
Gets the value of the c508 property.
|
String |
getE3455()
Gets the value of the e3455 property.
|
void |
setC508(C508LanguageDetails value)
Sets the value of the c508 property.
|
void |
setE3455(String value)
Sets the value of the e3455 property.
|
LANLanguage |
withC508(C508LanguageDetails value) |
LANLanguage |
withE3455(String value) |
public String getE3455()
Stringpublic void setE3455(String value)
value - allowed object is
Stringpublic C508LanguageDetails getC508()
C508LanguageDetailspublic void setC508(C508LanguageDetails value)
value - allowed object is
C508LanguageDetailspublic LANLanguage withE3455(String value)
public LANLanguage withC508(C508LanguageDetails value)
Copyright © 2020. All rights reserved.