public class MEAMeasurements extends Object
Java class for MEA-Measurements complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MEA-Measurements">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E6311" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6311-MeasurementPurposeCodeQualifier"/>
<element name="C502" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C502-MeasurementDetails" minOccurs="0"/>
<element name="C174" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C174-ValueRange" minOccurs="0"/>
<element name="E7383" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7383-SurfaceOrLayerCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MEAMeasurements() |
| Modifier and Type | Method and Description |
|---|---|
C174ValueRange |
getC174()
Gets the value of the c174 property.
|
C502MeasurementDetails |
getC502()
Gets the value of the c502 property.
|
String |
getE6311()
Gets the value of the e6311 property.
|
String |
getE7383()
Gets the value of the e7383 property.
|
void |
setC174(C174ValueRange value)
Sets the value of the c174 property.
|
void |
setC502(C502MeasurementDetails value)
Sets the value of the c502 property.
|
void |
setE6311(String value)
Sets the value of the e6311 property.
|
void |
setE7383(String value)
Sets the value of the e7383 property.
|
MEAMeasurements |
withC174(C174ValueRange value) |
MEAMeasurements |
withC502(C502MeasurementDetails value) |
MEAMeasurements |
withE6311(String value) |
MEAMeasurements |
withE7383(String value) |
public String getE6311()
Stringpublic void setE6311(String value)
value - allowed object is
Stringpublic C502MeasurementDetails getC502()
C502MeasurementDetailspublic void setC502(C502MeasurementDetails value)
value - allowed object is
C502MeasurementDetailspublic C174ValueRange getC174()
C174ValueRangepublic void setC174(C174ValueRange value)
value - allowed object is
C174ValueRangepublic String getE7383()
Stringpublic void setE7383(String value)
value - allowed object is
Stringpublic MEAMeasurements withE6311(String value)
public MEAMeasurements withC502(C502MeasurementDetails value)
public MEAMeasurements withC174(C174ValueRange value)
public MEAMeasurements withE7383(String value)
Copyright © 2020. All rights reserved.