public class FNSFootnoteSet extends Object
Java class for FNS-FootnoteSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FNS-FootnoteSet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C783" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C783-FootnoteSetIdentification"/>
<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 |
|---|
FNSFootnoteSet() |
| Modifier and Type | Method and Description |
|---|---|
C082PartyIdentificationDetails |
getC082()
Gets the value of the c082 property.
|
C783FootnoteSetIdentification |
getC783()
Gets the value of the c783 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 |
setC783(C783FootnoteSetIdentification value)
Sets the value of the c783 property.
|
void |
setE4405(String value)
Sets the value of the e4405 property.
|
void |
setE4513(String value)
Sets the value of the e4513 property.
|
FNSFootnoteSet |
withC082(C082PartyIdentificationDetails value) |
FNSFootnoteSet |
withC783(C783FootnoteSetIdentification value) |
FNSFootnoteSet |
withE4405(String value) |
FNSFootnoteSet |
withE4513(String value) |
public C783FootnoteSetIdentification getC783()
C783FootnoteSetIdentificationpublic void setC783(C783FootnoteSetIdentification value)
value - allowed object is
C783FootnoteSetIdentificationpublic 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 FNSFootnoteSet withC783(C783FootnoteSetIdentification value)
public FNSFootnoteSet withC082(C082PartyIdentificationDetails value)
public FNSFootnoteSet withE4405(String value)
public FNSFootnoteSet withE4513(String value)
Copyright © 2020. All rights reserved.