public class DFNDefinitionFunction extends Object
Java class for DFN-DefinitionFunction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DFN-DefinitionFunction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9023" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9023-DefinitionFunctionCode"/>
<element name="E9025" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9025-DefinitionExtentCode" minOccurs="0"/>
<element name="E4519" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4519-DefinitionIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DFNDefinitionFunction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE4519()
Gets the value of the e4519 property.
|
String |
getE9023()
Gets the value of the e9023 property.
|
String |
getE9025()
Gets the value of the e9025 property.
|
void |
setE4519(String value)
Sets the value of the e4519 property.
|
void |
setE9023(String value)
Sets the value of the e9023 property.
|
void |
setE9025(String value)
Sets the value of the e9025 property.
|
DFNDefinitionFunction |
withE4519(String value) |
DFNDefinitionFunction |
withE9023(String value) |
DFNDefinitionFunction |
withE9025(String value) |
public String getE9023()
Stringpublic void setE9023(String value)
value - allowed object is
Stringpublic String getE9025()
Stringpublic void setE9025(String value)
value - allowed object is
Stringpublic String getE4519()
Stringpublic void setE4519(String value)
value - allowed object is
Stringpublic DFNDefinitionFunction withE9023(String value)
public DFNDefinitionFunction withE9025(String value)
public DFNDefinitionFunction withE4519(String value)
Copyright © 2020. All rights reserved.