public class FSQFormulaSequence extends Object
Java class for FSQ-FormulaSequence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FSQ-FormulaSequence">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9507" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9507-FormulaSequenceCodeQualifier"/>
<element name="E9509" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9509-FormulaSequenceOperandCode" minOccurs="0"/>
<element name="E1050" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1050-SequencePositionIdentifier" minOccurs="0"/>
<element name="E9510" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9510-FormulaSequenceName" minOccurs="0"/>
<element name="E4440" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4440-FreeText" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FSQFormulaSequence() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1050()
Gets the value of the e1050 property.
|
String |
getE4440()
Gets the value of the e4440 property.
|
String |
getE9507()
Gets the value of the e9507 property.
|
String |
getE9509()
Gets the value of the e9509 property.
|
String |
getE9510()
Gets the value of the e9510 property.
|
void |
setE1050(String value)
Sets the value of the e1050 property.
|
void |
setE4440(String value)
Sets the value of the e4440 property.
|
void |
setE9507(String value)
Sets the value of the e9507 property.
|
void |
setE9509(String value)
Sets the value of the e9509 property.
|
void |
setE9510(String value)
Sets the value of the e9510 property.
|
FSQFormulaSequence |
withE1050(String value) |
FSQFormulaSequence |
withE4440(String value) |
FSQFormulaSequence |
withE9507(String value) |
FSQFormulaSequence |
withE9509(String value) |
FSQFormulaSequence |
withE9510(String value) |
public String getE9507()
Stringpublic void setE9507(String value)
value - allowed object is
Stringpublic String getE9509()
Stringpublic void setE9509(String value)
value - allowed object is
Stringpublic String getE1050()
Stringpublic void setE1050(String value)
value - allowed object is
Stringpublic String getE9510()
Stringpublic void setE9510(String value)
value - allowed object is
Stringpublic String getE4440()
Stringpublic void setE4440(String value)
value - allowed object is
Stringpublic FSQFormulaSequence withE9507(String value)
public FSQFormulaSequence withE9509(String value)
public FSQFormulaSequence withE1050(String value)
public FSQFormulaSequence withE9510(String value)
public FSQFormulaSequence withE4440(String value)
Copyright © 2020. All rights reserved.