public class CCDCreditCoverDetails extends Object
Java class for CCD-CreditCoverDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CCD-CreditCoverDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E4505" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4505-CreditCoverRequestTypeCode" minOccurs="0"/>
<element name="E4507" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4507-CreditCoverResponseTypeCode" minOccurs="0"/>
<element name="E4509" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4509-CreditCoverResponseReasonCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CCDCreditCoverDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE4505()
Gets the value of the e4505 property.
|
String |
getE4507()
Gets the value of the e4507 property.
|
String |
getE4509()
Gets the value of the e4509 property.
|
void |
setE4505(String value)
Sets the value of the e4505 property.
|
void |
setE4507(String value)
Sets the value of the e4507 property.
|
void |
setE4509(String value)
Sets the value of the e4509 property.
|
CCDCreditCoverDetails |
withE4505(String value) |
CCDCreditCoverDetails |
withE4507(String value) |
CCDCreditCoverDetails |
withE4509(String value) |
public String getE4505()
Stringpublic void setE4505(String value)
value - allowed object is
Stringpublic String getE4507()
Stringpublic void setE4507(String value)
value - allowed object is
Stringpublic String getE4509()
Stringpublic void setE4509(String value)
value - allowed object is
Stringpublic CCDCreditCoverDetails withE4505(String value)
public CCDCreditCoverDetails withE4507(String value)
public CCDCreditCoverDetails withE4509(String value)
Copyright © 2020. All rights reserved.