public class EDTEditingDetails extends Object
Java class for EDT-EditingDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EDT-EditingDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E6178" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6178-EditFieldLengthMeasure" minOccurs="0"/>
<element name="E9026" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9026-EditMaskFormatIdentifier" minOccurs="0"/>
<element name="E9031" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9031-EditMaskRepresentationCode" minOccurs="0"/>
<element name="E4447" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4447-FreeTextFormatCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
EDTEditingDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE4447()
Gets the value of the e4447 property.
|
BigDecimal |
getE6178()
Gets the value of the e6178 property.
|
String |
getE9026()
Gets the value of the e9026 property.
|
String |
getE9031()
Gets the value of the e9031 property.
|
void |
setE4447(String value)
Sets the value of the e4447 property.
|
void |
setE6178(BigDecimal value)
Sets the value of the e6178 property.
|
void |
setE9026(String value)
Sets the value of the e9026 property.
|
void |
setE9031(String value)
Sets the value of the e9031 property.
|
EDTEditingDetails |
withE4447(String value) |
EDTEditingDetails |
withE6178(BigDecimal value) |
EDTEditingDetails |
withE9026(String value) |
EDTEditingDetails |
withE9031(String value) |
public BigDecimal getE6178()
BigDecimalpublic void setE6178(BigDecimal value)
value - allowed object is
BigDecimalpublic String getE9026()
Stringpublic void setE9026(String value)
value - allowed object is
Stringpublic String getE9031()
Stringpublic void setE9031(String value)
value - allowed object is
Stringpublic String getE4447()
Stringpublic void setE4447(String value)
value - allowed object is
Stringpublic EDTEditingDetails withE6178(BigDecimal value)
public EDTEditingDetails withE9026(String value)
public EDTEditingDetails withE9031(String value)
public EDTEditingDetails withE4447(String value)
Copyright © 2020. All rights reserved.