public static class REGENT.SegGrp5.SegGrp6.SegGrp7.SegGrp13 extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="ICD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ICD-InsuranceCoverDescription"/>
</sequence>
<element name="SegGrp-14" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="PNA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PNA-PartyIdentification"/>
<element name="ADR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ADR-Address" maxOccurs="9" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
REGENT.SegGrp5.SegGrp6.SegGrp7.SegGrp13.SegGrp14
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp13() |
| Modifier and Type | Method and Description |
|---|---|
ICDInsuranceCoverDescription |
getICD()
Gets the value of the icd property.
|
List<REGENT.SegGrp5.SegGrp6.SegGrp7.SegGrp13.SegGrp14> |
getSegGrp14()
Gets the value of the segGrp14 property.
|
void |
setICD(ICDInsuranceCoverDescription value)
Sets the value of the icd property.
|
REGENT.SegGrp5.SegGrp6.SegGrp7.SegGrp13 |
withICD(ICDInsuranceCoverDescription value) |
REGENT.SegGrp5.SegGrp6.SegGrp7.SegGrp13 |
withSegGrp14(Collection<REGENT.SegGrp5.SegGrp6.SegGrp7.SegGrp13.SegGrp14> values) |
REGENT.SegGrp5.SegGrp6.SegGrp7.SegGrp13 |
withSegGrp14(REGENT.SegGrp5.SegGrp6.SegGrp7.SegGrp13.SegGrp14... values) |
public ICDInsuranceCoverDescription getICD()
ICDInsuranceCoverDescriptionpublic void setICD(ICDInsuranceCoverDescription value)
value - allowed object is
ICDInsuranceCoverDescriptionpublic List<REGENT.SegGrp5.SegGrp6.SegGrp7.SegGrp13.SegGrp14> getSegGrp14()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the segGrp14 property.
For example, to add a new item, do as follows:
getSegGrp14().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp6 .SegGrp7 .SegGrp13 .SegGrp14
public REGENT.SegGrp5.SegGrp6.SegGrp7.SegGrp13 withICD(ICDInsuranceCoverDescription value)
public REGENT.SegGrp5.SegGrp6.SegGrp7.SegGrp13 withSegGrp14(REGENT.SegGrp5.SegGrp6.SegGrp7.SegGrp13.SegGrp14... values)
public REGENT.SegGrp5.SegGrp6.SegGrp7.SegGrp13 withSegGrp14(Collection<REGENT.SegGrp5.SegGrp6.SegGrp7.SegGrp13.SegGrp14> values)
Copyright © 2020. All rights reserved.