public class STAStatistics extends Object
Java class for STA-Statistics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="STA-Statistics">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E6331" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6331-StatisticTypeCodeQualifier"/>
<element name="C527" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C527-StatisticalDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
STAStatistics() |
| Modifier and Type | Method and Description |
|---|---|
C527StatisticalDetails |
getC527()
Gets the value of the c527 property.
|
String |
getE6331()
Gets the value of the e6331 property.
|
void |
setC527(C527StatisticalDetails value)
Sets the value of the c527 property.
|
void |
setE6331(String value)
Sets the value of the e6331 property.
|
STAStatistics |
withC527(C527StatisticalDetails value) |
STAStatistics |
withE6331(String value) |
public String getE6331()
Stringpublic void setE6331(String value)
value - allowed object is
Stringpublic C527StatisticalDetails getC527()
C527StatisticalDetailspublic void setC527(C527StatisticalDetails value)
value - allowed object is
C527StatisticalDetailspublic STAStatistics withE6331(String value)
public STAStatistics withC527(C527StatisticalDetails value)
Copyright © 2020. All rights reserved.