public class FNTFootnote extends Object
Java class for FNT-Footnote complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FNT-Footnote">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C784" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C784-FootnoteIdentification"/>
<element name="C082" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C082-PartyIdentificationDetails" minOccurs="0"/>
<element name="E4405" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4405-StatusDescriptionCode" minOccurs="0"/>
<element name="E4513" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4513-MaintenanceOperationCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FNTFootnote() |
| Modifier and Type | Method and Description |
|---|---|
C082PartyIdentificationDetails |
getC082()
Gets the value of the c082 property.
|
C784FootnoteIdentification |
getC784()
Gets the value of the c784 property.
|
String |
getE4405()
Gets the value of the e4405 property.
|
String |
getE4513()
Gets the value of the e4513 property.
|
void |
setC082(C082PartyIdentificationDetails value)
Sets the value of the c082 property.
|
void |
setC784(C784FootnoteIdentification value)
Sets the value of the c784 property.
|
void |
setE4405(String value)
Sets the value of the e4405 property.
|
void |
setE4513(String value)
Sets the value of the e4513 property.
|
FNTFootnote |
withC082(C082PartyIdentificationDetails value) |
FNTFootnote |
withC784(C784FootnoteIdentification value) |
FNTFootnote |
withE4405(String value) |
FNTFootnote |
withE4513(String value) |
public C784FootnoteIdentification getC784()
C784FootnoteIdentificationpublic void setC784(C784FootnoteIdentification value)
value - allowed object is
C784FootnoteIdentificationpublic C082PartyIdentificationDetails getC082()
C082PartyIdentificationDetailspublic void setC082(C082PartyIdentificationDetails value)
value - allowed object is
C082PartyIdentificationDetailspublic String getE4405()
Stringpublic void setE4405(String value)
value - allowed object is
Stringpublic String getE4513()
Stringpublic void setE4513(String value)
value - allowed object is
Stringpublic FNTFootnote withC784(C784FootnoteIdentification value)
public FNTFootnote withC082(C082PartyIdentificationDetails value)
public FNTFootnote withE4405(String value)
public FNTFootnote withE4513(String value)
Copyright © 2020. All rights reserved.