public class ICDInsuranceCoverDescription extends Object
Java class for ICD-InsuranceCoverDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ICD-InsuranceCoverDescription">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C330" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C330-InsuranceCoverType"/>
<element name="C331" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C331-InsuranceCoverDetails"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ICDInsuranceCoverDescription() |
| Modifier and Type | Method and Description |
|---|---|
C330InsuranceCoverType |
getC330()
Gets the value of the c330 property.
|
C331InsuranceCoverDetails |
getC331()
Gets the value of the c331 property.
|
void |
setC330(C330InsuranceCoverType value)
Sets the value of the c330 property.
|
void |
setC331(C331InsuranceCoverDetails value)
Sets the value of the c331 property.
|
ICDInsuranceCoverDescription |
withC330(C330InsuranceCoverType value) |
ICDInsuranceCoverDescription |
withC331(C331InsuranceCoverDetails value) |
public C330InsuranceCoverType getC330()
C330InsuranceCoverTypepublic void setC330(C330InsuranceCoverType value)
value - allowed object is
C330InsuranceCoverTypepublic C331InsuranceCoverDetails getC331()
C331InsuranceCoverDetailspublic void setC331(C331InsuranceCoverDetails value)
value - allowed object is
C331InsuranceCoverDetailspublic ICDInsuranceCoverDescription withC330(C330InsuranceCoverType value)
public ICDInsuranceCoverDescription withC331(C331InsuranceCoverDetails value)
Copyright © 2020. All rights reserved.