public class C280Range extends Object
Java class for C280-Range complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C280-Range">
<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="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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C280Range() |
| 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 |
getE6411()
Gets the value of the e6411 property.
|
void |
setE6152(BigDecimal value)
Sets the value of the e6152 property.
|
void |
setE6162(BigDecimal value)
Sets the value of the e6162 property.
|
void |
setE6411(String value)
Sets the value of the e6411 property.
|
C280Range |
withE6152(BigDecimal value) |
C280Range |
withE6162(BigDecimal value) |
C280Range |
withE6411(String value) |
public String getE6411()
Stringpublic void setE6411(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 C280Range withE6162(BigDecimal value)
public C280Range withE6152(BigDecimal value)
Copyright © 2020. All rights reserved.