public class C174ValueRange extends Object
Java class for C174-ValueRange complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C174-ValueRange">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E6411" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6411-MeasurementUnitCode"/>
<element name="E6314" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6314-Measure" minOccurs="0"/>
<element name="E6162" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6162-RangeMinimumQuantity" minOccurs="0"/>
<element name="E6152" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6152-RangeMaximumQuantity" minOccurs="0"/>
<element name="E6432" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6432-SignificantDigitsQuantity" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C174ValueRange() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getE6152()
Gets the value of the e6152 property.
|
BigDecimal |
getE6162()
Gets the value of the e6162 property.
|
String |
getE6314()
Gets the value of the e6314 property.
|
String |
getE6411()
Gets the value of the e6411 property.
|
BigDecimal |
getE6432()
Gets the value of the e6432 property.
|
void |
setE6152(BigDecimal value)
Sets the value of the e6152 property.
|
void |
setE6162(BigDecimal value)
Sets the value of the e6162 property.
|
void |
setE6314(String value)
Sets the value of the e6314 property.
|
void |
setE6411(String value)
Sets the value of the e6411 property.
|
void |
setE6432(BigDecimal value)
Sets the value of the e6432 property.
|
C174ValueRange |
withE6152(BigDecimal value) |
C174ValueRange |
withE6162(BigDecimal value) |
C174ValueRange |
withE6314(String value) |
C174ValueRange |
withE6411(String value) |
C174ValueRange |
withE6432(BigDecimal value) |
public String getE6411()
Stringpublic void setE6411(String value)
value - allowed object is
Stringpublic String getE6314()
Stringpublic void setE6314(String value)
value - allowed object is
Stringpublic BigDecimal getE6162()
BigDecimalpublic void setE6162(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getE6152()
BigDecimalpublic void setE6152(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getE6432()
BigDecimalpublic void setE6432(BigDecimal value)
value - allowed object is
BigDecimalpublic C174ValueRange withE6411(String value)
public C174ValueRange withE6314(String value)
public C174ValueRange withE6162(BigDecimal value)
public C174ValueRange withE6152(BigDecimal value)
public C174ValueRange withE6432(BigDecimal value)
Copyright © 2020. All rights reserved.