public static class IPPOMO.SegGrp33.SegGrp35.SegGrp36 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="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" maxOccurs="9" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="9"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp36() |
public ICDInsuranceCoverDescription getICD()
ICDInsuranceCoverDescriptionpublic void setICD(ICDInsuranceCoverDescription value)
value - allowed object is
ICDInsuranceCoverDescriptionpublic List<ATTAttribute> getATT()
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 att property.
For example, to add a new item, do as follows:
getATT().add(newItem);
Objects of the following type(s) are allowed in the list
ATTAttribute
public List<MOAMonetaryAmount> getMOA()
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 moa property.
For example, to add a new item, do as follows:
getMOA().add(newItem);
Objects of the following type(s) are allowed in the list
MOAMonetaryAmount
public List<QTYQuantity> getQTY()
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 qty property.
For example, to add a new item, do as follows:
getQTY().add(newItem);
Objects of the following type(s) are allowed in the list
QTYQuantity
public FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic IPPOMO.SegGrp33.SegGrp35.SegGrp36 withICD(ICDInsuranceCoverDescription value)
public IPPOMO.SegGrp33.SegGrp35.SegGrp36 withATT(ATTAttribute... values)
public IPPOMO.SegGrp33.SegGrp35.SegGrp36 withATT(Collection<ATTAttribute> values)
public IPPOMO.SegGrp33.SegGrp35.SegGrp36 withMOA(MOAMonetaryAmount... values)
public IPPOMO.SegGrp33.SegGrp35.SegGrp36 withMOA(Collection<MOAMonetaryAmount> values)
public IPPOMO.SegGrp33.SegGrp35.SegGrp36 withQTY(QTYQuantity... values)
public IPPOMO.SegGrp33.SegGrp35.SegGrp36 withQTY(Collection<QTYQuantity> values)
public IPPOMO.SegGrp33.SegGrp35.SegGrp36 withFTX(FTXFreeText value)
Copyright © 2020. All rights reserved.