public class ERCApplicationErrorInformation extends Object
Java class for ERC-ApplicationErrorInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ERC-ApplicationErrorInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C901" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C901-ApplicationErrorDetail"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ERCApplicationErrorInformation() |
| Modifier and Type | Method and Description |
|---|---|
C901ApplicationErrorDetail |
getC901()
Gets the value of the c901 property.
|
void |
setC901(C901ApplicationErrorDetail value)
Sets the value of the c901 property.
|
ERCApplicationErrorInformation |
withC901(C901ApplicationErrorDetail value) |
public C901ApplicationErrorDetail getC901()
C901ApplicationErrorDetailpublic void setC901(C901ApplicationErrorDetail value)
value - allowed object is
C901ApplicationErrorDetailpublic ERCApplicationErrorInformation withC901(C901ApplicationErrorDetail value)
Copyright © 2020. All rights reserved.