public class ERPErrorPointDetails extends Object
Java class for ERP-ErrorPointDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ERP-ErrorPointDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C701" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C701-ErrorPointDetails" minOccurs="0"/>
<element name="C853" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C853-ErrorSegmentPointDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ERPErrorPointDetails() |
| Modifier and Type | Method and Description |
|---|---|
C701ErrorPointDetails |
getC701()
Gets the value of the c701 property.
|
C853ErrorSegmentPointDetails |
getC853()
Gets the value of the c853 property.
|
void |
setC701(C701ErrorPointDetails value)
Sets the value of the c701 property.
|
void |
setC853(C853ErrorSegmentPointDetails value)
Sets the value of the c853 property.
|
ERPErrorPointDetails |
withC701(C701ErrorPointDetails value) |
ERPErrorPointDetails |
withC853(C853ErrorSegmentPointDetails value) |
public C701ErrorPointDetails getC701()
C701ErrorPointDetailspublic void setC701(C701ErrorPointDetails value)
value - allowed object is
C701ErrorPointDetailspublic C853ErrorSegmentPointDetails getC853()
C853ErrorSegmentPointDetailspublic void setC853(C853ErrorSegmentPointDetails value)
value - allowed object is
C853ErrorSegmentPointDetailspublic ERPErrorPointDetails withC701(C701ErrorPointDetails value)
public ERPErrorPointDetails withC853(C853ErrorSegmentPointDetails value)
Copyright © 2020. All rights reserved.