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