public class RSLResult extends Object
Java class for RSL-Result complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RSL-Result">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E6087" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6087-ResultValueTypeCodeQualifier"/>
<element name="E6077" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6077-ResultRepresentationCode" minOccurs="0"/>
<sequence>
<element name="C831" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C831-ResultDetails" minOccurs="0"/>
</sequence>
<element name="C848" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C848-MeasurementUnitDetails" minOccurs="0"/>
<element name="E6079" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6079-ResultNormalcyCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RSLResult() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<C831ResultDetails> |
getC831()
Gets the value of the c831 property.
|
C848MeasurementUnitDetails |
getC848()
Gets the value of the c848 property.
|
String |
getE6077()
Gets the value of the e6077 property.
|
String |
getE6079()
Gets the value of the e6079 property.
|
String |
getE6087()
Gets the value of the e6087 property.
|
void |
setC831(JAXBElement<C831ResultDetails> value)
Sets the value of the c831 property.
|
void |
setC848(C848MeasurementUnitDetails value)
Sets the value of the c848 property.
|
void |
setE6077(String value)
Sets the value of the e6077 property.
|
void |
setE6079(String value)
Sets the value of the e6079 property.
|
void |
setE6087(String value)
Sets the value of the e6087 property.
|
RSLResult |
withC831(JAXBElement<C831ResultDetails> value) |
RSLResult |
withC848(C848MeasurementUnitDetails value) |
RSLResult |
withE6077(String value) |
RSLResult |
withE6079(String value) |
RSLResult |
withE6087(String value) |
public String getE6087()
Stringpublic void setE6087(String value)
value - allowed object is
Stringpublic String getE6077()
Stringpublic void setE6077(String value)
value - allowed object is
Stringpublic JAXBElement<C831ResultDetails> getC831()
JAXBElement<C831ResultDetails>public void setC831(JAXBElement<C831ResultDetails> value)
value - allowed object is
JAXBElement<C831ResultDetails>public C848MeasurementUnitDetails getC848()
C848MeasurementUnitDetailspublic void setC848(C848MeasurementUnitDetails value)
value - allowed object is
C848MeasurementUnitDetailspublic String getE6079()
Stringpublic void setE6079(String value)
value - allowed object is
Stringpublic RSLResult withC831(JAXBElement<C831ResultDetails> value)
public RSLResult withC848(C848MeasurementUnitDetails value)
Copyright © 2020. All rights reserved.