public class C526FrequencyDetails extends Object
Java class for C526-FrequencyDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C526-FrequencyDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E6071" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6071-FrequencyCodeQualifier"/>
<element name="E6072" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6072-FrequencyRate" minOccurs="0"/>
<element name="E6411" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6411-MeasurementUnitCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C526FrequencyDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE6071()
Gets the value of the e6071 property.
|
BigDecimal |
getE6072()
Gets the value of the e6072 property.
|
String |
getE6411()
Gets the value of the e6411 property.
|
void |
setE6071(String value)
Sets the value of the e6071 property.
|
void |
setE6072(BigDecimal value)
Sets the value of the e6072 property.
|
void |
setE6411(String value)
Sets the value of the e6411 property.
|
C526FrequencyDetails |
withE6071(String value) |
C526FrequencyDetails |
withE6072(BigDecimal value) |
C526FrequencyDetails |
withE6411(String value) |
public String getE6071()
Stringpublic void setE6071(String value)
value - allowed object is
Stringpublic BigDecimal getE6072()
BigDecimalpublic void setE6072(BigDecimal value)
value - allowed object is
BigDecimalpublic String getE6411()
Stringpublic void setE6411(String value)
value - allowed object is
Stringpublic C526FrequencyDetails withE6071(String value)
public C526FrequencyDetails withE6072(BigDecimal value)
public C526FrequencyDetails withE6411(String value)
Copyright © 2020. All rights reserved.