public class PCCPremiumCalculationComponentDetails extends Object
Java class for PCC-PremiumCalculationComponentDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PCC-PremiumCalculationComponentDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C820" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C820-PremiumCalculationComponent" minOccurs="0"/>
<element name="E4522" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4522-PremiumCalculationComponentValueCategoryIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PCCPremiumCalculationComponentDetails() |
| Modifier and Type | Method and Description |
|---|---|
C820PremiumCalculationComponent |
getC820()
Gets the value of the c820 property.
|
String |
getE4522()
Gets the value of the e4522 property.
|
void |
setC820(C820PremiumCalculationComponent value)
Sets the value of the c820 property.
|
void |
setE4522(String value)
Sets the value of the e4522 property.
|
PCCPremiumCalculationComponentDetails |
withC820(C820PremiumCalculationComponent value) |
PCCPremiumCalculationComponentDetails |
withE4522(String value) |
public PCCPremiumCalculationComponentDetails()
public C820PremiumCalculationComponent getC820()
C820PremiumCalculationComponentpublic void setC820(C820PremiumCalculationComponent value)
value - allowed object is
C820PremiumCalculationComponentpublic String getE4522()
Stringpublic void setE4522(String value)
value - allowed object is
Stringpublic PCCPremiumCalculationComponentDetails withC820(C820PremiumCalculationComponent value)
public PCCPremiumCalculationComponentDetails withE4522(String value)
Copyright © 2020. All rights reserved.