public class RNGRangeDetails extends Object
Java class for RNG-RangeDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RNG-RangeDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E6167" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6167-RangeTypeCodeQualifier"/>
<element name="C280" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C280-Range" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RNGRangeDetails() |
| Modifier and Type | Method and Description |
|---|---|
C280Range |
getC280()
Gets the value of the c280 property.
|
String |
getE6167()
Gets the value of the e6167 property.
|
void |
setC280(C280Range value)
Sets the value of the c280 property.
|
void |
setE6167(String value)
Sets the value of the e6167 property.
|
RNGRangeDetails |
withC280(C280Range value) |
RNGRangeDetails |
withE6167(String value) |
public String getE6167()
Stringpublic void setE6167(String value)
value - allowed object is
Stringpublic C280Range getC280()
C280Rangepublic void setC280(C280Range value)
value - allowed object is
C280Rangepublic RNGRangeDetails withE6167(String value)
public RNGRangeDetails withC280(C280Range value)
Copyright © 2020. All rights reserved.