public static class INSPRE.SegGrp3.SegGrp4 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"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-5" maxOccurs="99">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
<element name="SegGrp-6" maxOccurs="2" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="IND" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IND-IndexDetails"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-7" maxOccurs="2" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-8" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="TAX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TAX-DutyTaxFeeDetails"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
INSPRE.SegGrp3.SegGrp4.SegGrp5
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp4() |
| Modifier and Type | Method and Description |
|---|---|
FTXFreeText |
getFTX()
Gets the value of the ftx property.
|
ICDInsuranceCoverDescription |
getICD()
Gets the value of the icd property.
|
List<RFFReference> |
getRFF()
Gets the value of the rff property.
|
List<INSPRE.SegGrp3.SegGrp4.SegGrp5> |
getSegGrp5()
Gets the value of the segGrp5 property.
|
void |
setFTX(FTXFreeText value)
Sets the value of the ftx property.
|
void |
setICD(ICDInsuranceCoverDescription value)
Sets the value of the icd property.
|
INSPRE.SegGrp3.SegGrp4 |
withFTX(FTXFreeText value) |
INSPRE.SegGrp3.SegGrp4 |
withICD(ICDInsuranceCoverDescription value) |
INSPRE.SegGrp3.SegGrp4 |
withRFF(Collection<RFFReference> values) |
INSPRE.SegGrp3.SegGrp4 |
withRFF(RFFReference... values) |
INSPRE.SegGrp3.SegGrp4 |
withSegGrp5(Collection<INSPRE.SegGrp3.SegGrp4.SegGrp5> values) |
INSPRE.SegGrp3.SegGrp4 |
withSegGrp5(INSPRE.SegGrp3.SegGrp4.SegGrp5... values) |
public ICDInsuranceCoverDescription getICD()
ICDInsuranceCoverDescriptionpublic void setICD(ICDInsuranceCoverDescription value)
value - allowed object is
ICDInsuranceCoverDescriptionpublic FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic List<RFFReference> getRFF()
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 rff property.
For example, to add a new item, do as follows:
getRFF().add(newItem);
Objects of the following type(s) are allowed in the list
RFFReference
public List<INSPRE.SegGrp3.SegGrp4.SegGrp5> getSegGrp5()
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 segGrp5 property.
For example, to add a new item, do as follows:
getSegGrp5().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp4 .SegGrp5
public INSPRE.SegGrp3.SegGrp4 withICD(ICDInsuranceCoverDescription value)
public INSPRE.SegGrp3.SegGrp4 withFTX(FTXFreeText value)
public INSPRE.SegGrp3.SegGrp4 withRFF(RFFReference... values)
public INSPRE.SegGrp3.SegGrp4 withRFF(Collection<RFFReference> values)
public INSPRE.SegGrp3.SegGrp4 withSegGrp5(INSPRE.SegGrp3.SegGrp4.SegGrp5... values)
public INSPRE.SegGrp3.SegGrp4 withSegGrp5(Collection<INSPRE.SegGrp3.SegGrp4.SegGrp5> values)
Copyright © 2020. All rights reserved.