public class C701ErrorPointDetails extends Object
Java class for C701-ErrorPointDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C701-ErrorPointDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E1049" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1049-MessageSectionCode" minOccurs="0"/>
<element name="E1052" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1052-MessageItemIdentifier" minOccurs="0"/>
<element name="E1054" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1054-MessageSubItemIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C701ErrorPointDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1049()
Gets the value of the e1049 property.
|
String |
getE1052()
Gets the value of the e1052 property.
|
BigDecimal |
getE1054()
Gets the value of the e1054 property.
|
void |
setE1049(String value)
Sets the value of the e1049 property.
|
void |
setE1052(String value)
Sets the value of the e1052 property.
|
void |
setE1054(BigDecimal value)
Sets the value of the e1054 property.
|
C701ErrorPointDetails |
withE1049(String value) |
C701ErrorPointDetails |
withE1052(String value) |
C701ErrorPointDetails |
withE1054(BigDecimal value) |
public String getE1049()
Stringpublic void setE1049(String value)
value - allowed object is
Stringpublic String getE1052()
Stringpublic void setE1052(String value)
value - allowed object is
Stringpublic BigDecimal getE1054()
BigDecimalpublic void setE1054(BigDecimal value)
value - allowed object is
BigDecimalpublic C701ErrorPointDetails withE1049(String value)
public C701ErrorPointDetails withE1052(String value)
public C701ErrorPointDetails withE1054(BigDecimal value)
Copyright © 2020. All rights reserved.