public class FORFormula extends Object
Java class for FOR-Formula complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FOR-Formula">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9501" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9501-FormulaTypeCodeQualifier"/>
<element name="E7402" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7402-ObjectIdentifier" minOccurs="0"/>
<element name="E9502" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9502-FormulaName" minOccurs="0"/>
<element name="E4440" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4440-FreeText" minOccurs="0"/>
<element name="C961" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C961-FormulaComplexity" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FORFormula() |
| Modifier and Type | Method and Description |
|---|---|
C961FormulaComplexity |
getC961()
Gets the value of the c961 property.
|
String |
getE4440()
Gets the value of the e4440 property.
|
String |
getE7402()
Gets the value of the e7402 property.
|
String |
getE9501()
Gets the value of the e9501 property.
|
String |
getE9502()
Gets the value of the e9502 property.
|
void |
setC961(C961FormulaComplexity value)
Sets the value of the c961 property.
|
void |
setE4440(String value)
Sets the value of the e4440 property.
|
void |
setE7402(String value)
Sets the value of the e7402 property.
|
void |
setE9501(String value)
Sets the value of the e9501 property.
|
void |
setE9502(String value)
Sets the value of the e9502 property.
|
FORFormula |
withC961(C961FormulaComplexity value) |
FORFormula |
withE4440(String value) |
FORFormula |
withE7402(String value) |
FORFormula |
withE9501(String value) |
FORFormula |
withE9502(String value) |
public String getE9501()
Stringpublic void setE9501(String value)
value - allowed object is
Stringpublic String getE7402()
Stringpublic void setE7402(String value)
value - allowed object is
Stringpublic String getE9502()
Stringpublic void setE9502(String value)
value - allowed object is
Stringpublic String getE4440()
Stringpublic void setE4440(String value)
value - allowed object is
Stringpublic C961FormulaComplexity getC961()
C961FormulaComplexitypublic void setC961(C961FormulaComplexity value)
value - allowed object is
C961FormulaComplexitypublic FORFormula withE9501(String value)
public FORFormula withE7402(String value)
public FORFormula withE9502(String value)
public FORFormula withE4440(String value)
public FORFormula withC961(C961FormulaComplexity value)
Copyright © 2020. All rights reserved.