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