public class RJLAccountingJournalIdentification extends Object
Java class for RJL-AccountingJournalIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RJL-AccountingJournalIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C595" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C595-AccountingJournalIdentification" minOccurs="0"/>
<element name="C596" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C596-AccountingEntryTypeDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RJLAccountingJournalIdentification() |
| Modifier and Type | Method and Description |
|---|---|
C595AccountingJournalIdentification |
getC595()
Gets the value of the c595 property.
|
C596AccountingEntryTypeDetails |
getC596()
Gets the value of the c596 property.
|
void |
setC595(C595AccountingJournalIdentification value)
Sets the value of the c595 property.
|
void |
setC596(C596AccountingEntryTypeDetails value)
Sets the value of the c596 property.
|
RJLAccountingJournalIdentification |
withC595(C595AccountingJournalIdentification value) |
RJLAccountingJournalIdentification |
withC596(C596AccountingEntryTypeDetails value) |
public C595AccountingJournalIdentification getC595()
C595AccountingJournalIdentificationpublic void setC595(C595AccountingJournalIdentification value)
value - allowed object is
C595AccountingJournalIdentificationpublic C596AccountingEntryTypeDetails getC596()
C596AccountingEntryTypeDetailspublic void setC596(C596AccountingEntryTypeDetails value)
value - allowed object is
C596AccountingEntryTypeDetailspublic RJLAccountingJournalIdentification withC595(C595AccountingJournalIdentification value)
public RJLAccountingJournalIdentification withC596(C596AccountingEntryTypeDetails value)
Copyright © 2020. All rights reserved.