public class STGStages extends Object
Java class for STG-Stages complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="STG-Stages">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9421" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9421-ProcessStageCodeQualifier"/>
<element name="E6426" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6426-ProcessStagesQuantity" minOccurs="0"/>
<element name="E6428" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6428-ProcessStagesActualQuantity" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
STGStages() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getE6426()
Gets the value of the e6426 property.
|
BigDecimal |
getE6428()
Gets the value of the e6428 property.
|
String |
getE9421()
Gets the value of the e9421 property.
|
void |
setE6426(BigDecimal value)
Sets the value of the e6426 property.
|
void |
setE6428(BigDecimal value)
Sets the value of the e6428 property.
|
void |
setE9421(String value)
Sets the value of the e9421 property.
|
STGStages |
withE6426(BigDecimal value) |
STGStages |
withE6428(BigDecimal value) |
STGStages |
withE9421(String value) |
public String getE9421()
Stringpublic void setE9421(String value)
value - allowed object is
Stringpublic BigDecimal getE6426()
BigDecimalpublic void setE6426(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getE6428()
BigDecimalpublic void setE6428(BigDecimal value)
value - allowed object is
BigDecimalpublic STGStages withE6426(BigDecimal value)
public STGStages withE6428(BigDecimal value)
Copyright © 2020. All rights reserved.