public class C829SubLineInformation extends Object
Java class for C829-SubLineInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C829-SubLineInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E5495" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5495-SubLineIndicatorCode" minOccurs="0"/>
<element name="E1082" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1082-LineItemIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C829SubLineInformation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1082()
Gets the value of the e1082 property.
|
String |
getE5495()
Gets the value of the e5495 property.
|
void |
setE1082(String value)
Sets the value of the e1082 property.
|
void |
setE5495(String value)
Sets the value of the e5495 property.
|
C829SubLineInformation |
withE1082(String value) |
C829SubLineInformation |
withE5495(String value) |
public String getE5495()
Stringpublic void setE5495(String value)
value - allowed object is
Stringpublic String getE1082()
Stringpublic void setE1082(String value)
value - allowed object is
Stringpublic C829SubLineInformation withE5495(String value)
public C829SubLineInformation withE1082(String value)
Copyright © 2020. All rights reserved.