public class ELUDataElementUsageDetails extends Object
Java class for ELU-DataElementUsageDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ELU-DataElementUsageDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9162" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9162-DataElementTagIdentifier"/>
<element name="E7299" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7299-RequirementDesignatorCode" minOccurs="0"/>
<element name="E1050" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1050-SequencePositionIdentifier" minOccurs="0"/>
<element name="E4513" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4513-MaintenanceOperationCode" minOccurs="0"/>
<element name="E6176" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6176-OccurrencesMaximumNumber" minOccurs="0"/>
<element name="E9453" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9453-CodeValueSourceCode" minOccurs="0"/>
<element name="E9285" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9285-ValidationCriteriaCode" minOccurs="0"/>
<element name="E9175" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9175-DataElementUsageTypeCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ELUDataElementUsageDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1050()
Gets the value of the e1050 property.
|
String |
getE4513()
Gets the value of the e4513 property.
|
BigDecimal |
getE6176()
Gets the value of the e6176 property.
|
String |
getE7299()
Gets the value of the e7299 property.
|
String |
getE9162()
Gets the value of the e9162 property.
|
String |
getE9175()
Gets the value of the e9175 property.
|
String |
getE9285()
Gets the value of the e9285 property.
|
String |
getE9453()
Gets the value of the e9453 property.
|
void |
setE1050(String value)
Sets the value of the e1050 property.
|
void |
setE4513(String value)
Sets the value of the e4513 property.
|
void |
setE6176(BigDecimal value)
Sets the value of the e6176 property.
|
void |
setE7299(String value)
Sets the value of the e7299 property.
|
void |
setE9162(String value)
Sets the value of the e9162 property.
|
void |
setE9175(String value)
Sets the value of the e9175 property.
|
void |
setE9285(String value)
Sets the value of the e9285 property.
|
void |
setE9453(String value)
Sets the value of the e9453 property.
|
ELUDataElementUsageDetails |
withE1050(String value) |
ELUDataElementUsageDetails |
withE4513(String value) |
ELUDataElementUsageDetails |
withE6176(BigDecimal value) |
ELUDataElementUsageDetails |
withE7299(String value) |
ELUDataElementUsageDetails |
withE9162(String value) |
ELUDataElementUsageDetails |
withE9175(String value) |
ELUDataElementUsageDetails |
withE9285(String value) |
ELUDataElementUsageDetails |
withE9453(String value) |
public String getE9162()
Stringpublic void setE9162(String value)
value - allowed object is
Stringpublic String getE7299()
Stringpublic void setE7299(String value)
value - allowed object is
Stringpublic String getE1050()
Stringpublic void setE1050(String value)
value - allowed object is
Stringpublic String getE4513()
Stringpublic void setE4513(String value)
value - allowed object is
Stringpublic BigDecimal getE6176()
BigDecimalpublic void setE6176(BigDecimal value)
value - allowed object is
BigDecimalpublic String getE9453()
Stringpublic void setE9453(String value)
value - allowed object is
Stringpublic String getE9285()
Stringpublic void setE9285(String value)
value - allowed object is
Stringpublic String getE9175()
Stringpublic void setE9175(String value)
value - allowed object is
Stringpublic ELUDataElementUsageDetails withE9162(String value)
public ELUDataElementUsageDetails withE7299(String value)
public ELUDataElementUsageDetails withE1050(String value)
public ELUDataElementUsageDetails withE4513(String value)
public ELUDataElementUsageDetails withE6176(BigDecimal value)
public ELUDataElementUsageDetails withE9453(String value)
public ELUDataElementUsageDetails withE9285(String value)
public ELUDataElementUsageDetails withE9175(String value)
Copyright © 2020. All rights reserved.