public class C527StatisticalDetails extends Object
Java class for C527-StatisticalDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C527-StatisticalDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E6314" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6314-Measure" minOccurs="0"/>
<element name="E6411" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6411-MeasurementUnitCode" minOccurs="0"/>
<element name="E6313" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6313-MeasuredAttributeCode" minOccurs="0"/>
<element name="E6321" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6321-MeasurementSignificanceCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C527StatisticalDetails() |
| Modifier and Type | Method and Description |
|---|---|
E6313MeasuredAttributeCode |
getE6313()
Gets the value of the e6313 property.
|
String |
getE6314()
Gets the value of the e6314 property.
|
String |
getE6321()
Gets the value of the e6321 property.
|
String |
getE6411()
Gets the value of the e6411 property.
|
void |
setE6313(E6313MeasuredAttributeCode value)
Sets the value of the e6313 property.
|
void |
setE6314(String value)
Sets the value of the e6314 property.
|
void |
setE6321(String value)
Sets the value of the e6321 property.
|
void |
setE6411(String value)
Sets the value of the e6411 property.
|
C527StatisticalDetails |
withE6313(E6313MeasuredAttributeCode value) |
C527StatisticalDetails |
withE6314(String value) |
C527StatisticalDetails |
withE6321(String value) |
C527StatisticalDetails |
withE6411(String value) |
public String getE6314()
Stringpublic void setE6314(String value)
value - allowed object is
Stringpublic String getE6411()
Stringpublic void setE6411(String value)
value - allowed object is
Stringpublic E6313MeasuredAttributeCode getE6313()
E6313MeasuredAttributeCodepublic void setE6313(E6313MeasuredAttributeCode value)
value - allowed object is
E6313MeasuredAttributeCodepublic String getE6321()
Stringpublic void setE6321(String value)
value - allowed object is
Stringpublic C527StatisticalDetails withE6314(String value)
public C527StatisticalDetails withE6411(String value)
public C527StatisticalDetails withE6313(E6313MeasuredAttributeCode value)
public C527StatisticalDetails withE6321(String value)
Copyright © 2020. All rights reserved.