public class ELMSimpleDataElementDetails extends Object
Java class for ELM-SimpleDataElementDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ELM-SimpleDataElementDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9150" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9150-SimpleDataElementTagIdentifier"/>
<element name="E9153" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9153-SimpleDataElementCharacterRepresentationCode" minOccurs="0"/>
<element name="E6113" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6113-LengthTypeCode" minOccurs="0"/>
<element name="E9156" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9156-SimpleDataElementMaximumLengthMeasure" minOccurs="0"/>
<element name="E9158" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9158-SimpleDataElementMinimumLengthMeasure" minOccurs="0"/>
<element name="E9161" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9161-CodeSetIndicatorCode" minOccurs="0"/>
<element name="E1507" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1507-DesignatedClassCode" minOccurs="0"/>
<element name="E4513" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4513-MaintenanceOperationCode" 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 |
|---|
ELMSimpleDataElementDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1507()
Gets the value of the e1507 property.
|
String |
getE4513()
Gets the value of the e4513 property.
|
String |
getE6113()
Gets the value of the e6113 property.
|
BigDecimal |
getE6432()
Gets the value of the e6432 property.
|
String |
getE9150()
Gets the value of the e9150 property.
|
String |
getE9153()
Gets the value of the e9153 property.
|
BigDecimal |
getE9156()
Gets the value of the e9156 property.
|
BigDecimal |
getE9158()
Gets the value of the e9158 property.
|
String |
getE9161()
Gets the value of the e9161 property.
|
void |
setE1507(String value)
Sets the value of the e1507 property.
|
void |
setE4513(String value)
Sets the value of the e4513 property.
|
void |
setE6113(String value)
Sets the value of the e6113 property.
|
void |
setE6432(BigDecimal value)
Sets the value of the e6432 property.
|
void |
setE9150(String value)
Sets the value of the e9150 property.
|
void |
setE9153(String value)
Sets the value of the e9153 property.
|
void |
setE9156(BigDecimal value)
Sets the value of the e9156 property.
|
void |
setE9158(BigDecimal value)
Sets the value of the e9158 property.
|
void |
setE9161(String value)
Sets the value of the e9161 property.
|
ELMSimpleDataElementDetails |
withE1507(String value) |
ELMSimpleDataElementDetails |
withE4513(String value) |
ELMSimpleDataElementDetails |
withE6113(String value) |
ELMSimpleDataElementDetails |
withE6432(BigDecimal value) |
ELMSimpleDataElementDetails |
withE9150(String value) |
ELMSimpleDataElementDetails |
withE9153(String value) |
ELMSimpleDataElementDetails |
withE9156(BigDecimal value) |
ELMSimpleDataElementDetails |
withE9158(BigDecimal value) |
ELMSimpleDataElementDetails |
withE9161(String value) |
public String getE9150()
Stringpublic void setE9150(String value)
value - allowed object is
Stringpublic String getE9153()
Stringpublic void setE9153(String value)
value - allowed object is
Stringpublic String getE6113()
Stringpublic void setE6113(String value)
value - allowed object is
Stringpublic BigDecimal getE9156()
BigDecimalpublic void setE9156(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getE9158()
BigDecimalpublic void setE9158(BigDecimal value)
value - allowed object is
BigDecimalpublic String getE9161()
Stringpublic void setE9161(String value)
value - allowed object is
Stringpublic String getE1507()
Stringpublic void setE1507(String value)
value - allowed object is
Stringpublic String getE4513()
Stringpublic void setE4513(String value)
value - allowed object is
Stringpublic BigDecimal getE6432()
BigDecimalpublic void setE6432(BigDecimal value)
value - allowed object is
BigDecimalpublic ELMSimpleDataElementDetails withE9150(String value)
public ELMSimpleDataElementDetails withE9153(String value)
public ELMSimpleDataElementDetails withE6113(String value)
public ELMSimpleDataElementDetails withE9156(BigDecimal value)
public ELMSimpleDataElementDetails withE9158(BigDecimal value)
public ELMSimpleDataElementDetails withE9161(String value)
public ELMSimpleDataElementDetails withE1507(String value)
public ELMSimpleDataElementDetails withE4513(String value)
public ELMSimpleDataElementDetails withE6432(BigDecimal value)
Copyright © 2020. All rights reserved.