public class C816NameComponentDetails extends Object
Java class for C816-NameComponentDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C816-NameComponentDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E3405" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3405-NameComponentTypeCodeQualifier"/>
<element name="E3398" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3398-NameComponentDescription" minOccurs="0"/>
<element name="E3401" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3401-NameComponentUsageCode" minOccurs="0"/>
<element name="E3295" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3295-NameOriginalAlphabetCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C816NameComponentDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE3295()
Gets the value of the e3295 property.
|
String |
getE3398()
Gets the value of the e3398 property.
|
String |
getE3401()
Gets the value of the e3401 property.
|
String |
getE3405()
Gets the value of the e3405 property.
|
void |
setE3295(String value)
Sets the value of the e3295 property.
|
void |
setE3398(String value)
Sets the value of the e3398 property.
|
void |
setE3401(String value)
Sets the value of the e3401 property.
|
void |
setE3405(String value)
Sets the value of the e3405 property.
|
C816NameComponentDetails |
withE3295(String value) |
C816NameComponentDetails |
withE3398(String value) |
C816NameComponentDetails |
withE3401(String value) |
C816NameComponentDetails |
withE3405(String value) |
public String getE3405()
Stringpublic void setE3405(String value)
value - allowed object is
Stringpublic String getE3398()
Stringpublic void setE3398(String value)
value - allowed object is
Stringpublic String getE3401()
Stringpublic void setE3401(String value)
value - allowed object is
Stringpublic String getE3295()
Stringpublic void setE3295(String value)
value - allowed object is
Stringpublic C816NameComponentDetails withE3405(String value)
public C816NameComponentDetails withE3398(String value)
public C816NameComponentDetails withE3401(String value)
public C816NameComponentDetails withE3295(String value)
Copyright © 2020. All rights reserved.