public class LINLineItem extends Object
Java class for LIN-LineItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LIN-LineItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E1082" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1082-LineItemIdentifier" minOccurs="0"/>
<element name="E1229" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1229-ActionCode" minOccurs="0"/>
<element name="C212" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C212-ItemNumberIdentification" minOccurs="0"/>
<element name="C829" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C829-SubLineInformation" minOccurs="0"/>
<element name="E1222" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1222-ConfigurationLevelNumber" minOccurs="0"/>
<element name="E7083" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7083-ConfigurationOperationCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
LINLineItem() |
| Modifier and Type | Method and Description |
|---|---|
C212ItemNumberIdentification |
getC212()
Gets the value of the c212 property.
|
C829SubLineInformation |
getC829()
Gets the value of the c829 property.
|
String |
getE1082()
Gets the value of the e1082 property.
|
BigDecimal |
getE1222()
Gets the value of the e1222 property.
|
String |
getE1229()
Gets the value of the e1229 property.
|
String |
getE7083()
Gets the value of the e7083 property.
|
void |
setC212(C212ItemNumberIdentification value)
Sets the value of the c212 property.
|
void |
setC829(C829SubLineInformation value)
Sets the value of the c829 property.
|
void |
setE1082(String value)
Sets the value of the e1082 property.
|
void |
setE1222(BigDecimal value)
Sets the value of the e1222 property.
|
void |
setE1229(String value)
Sets the value of the e1229 property.
|
void |
setE7083(String value)
Sets the value of the e7083 property.
|
LINLineItem |
withC212(C212ItemNumberIdentification value) |
LINLineItem |
withC829(C829SubLineInformation value) |
LINLineItem |
withE1082(String value) |
LINLineItem |
withE1222(BigDecimal value) |
LINLineItem |
withE1229(String value) |
LINLineItem |
withE7083(String value) |
public String getE1082()
Stringpublic void setE1082(String value)
value - allowed object is
Stringpublic String getE1229()
Stringpublic void setE1229(String value)
value - allowed object is
Stringpublic C212ItemNumberIdentification getC212()
C212ItemNumberIdentificationpublic void setC212(C212ItemNumberIdentification value)
value - allowed object is
C212ItemNumberIdentificationpublic C829SubLineInformation getC829()
C829SubLineInformationpublic void setC829(C829SubLineInformation value)
value - allowed object is
C829SubLineInformationpublic BigDecimal getE1222()
BigDecimalpublic void setE1222(BigDecimal value)
value - allowed object is
BigDecimalpublic String getE7083()
Stringpublic void setE7083(String value)
value - allowed object is
Stringpublic LINLineItem withE1082(String value)
public LINLineItem withE1229(String value)
public LINLineItem withC212(C212ItemNumberIdentification value)
public LINLineItem withC829(C829SubLineInformation value)
public LINLineItem withE1222(BigDecimal value)
public LINLineItem withE7083(String value)
Copyright © 2020. All rights reserved.