public static class PRPAID.SegGrp7 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="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" minOccurs="0"/>
<element name="ICD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ICD-InsuranceCoverDescription" minOccurs="0"/>
<element name="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CUX-Currencies" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp7() |
| Modifier and Type | Method and Description |
|---|---|
ATTAttribute |
getATT()
Gets the value of the att property.
|
CUXCurrencies |
getCUX()
Gets the value of the cux property.
|
DTMDateTimePeriod |
getDTM()
Gets the value of the dtm property.
|
GEIProcessingInformation |
getGEI()
Gets the value of the gei property.
|
ICDInsuranceCoverDescription |
getICD()
Gets the value of the icd property.
|
MOAMonetaryAmount |
getMOA()
Gets the value of the moa property.
|
RFFReference |
getRFF()
Gets the value of the rff property.
|
void |
setATT(ATTAttribute value)
Sets the value of the att property.
|
void |
setCUX(CUXCurrencies value)
Sets the value of the cux property.
|
void |
setDTM(DTMDateTimePeriod value)
Sets the value of the dtm property.
|
void |
setGEI(GEIProcessingInformation value)
Sets the value of the gei property.
|
void |
setICD(ICDInsuranceCoverDescription value)
Sets the value of the icd property.
|
void |
setMOA(MOAMonetaryAmount value)
Sets the value of the moa property.
|
void |
setRFF(RFFReference value)
Sets the value of the rff property.
|
PRPAID.SegGrp7 |
withATT(ATTAttribute value) |
PRPAID.SegGrp7 |
withCUX(CUXCurrencies value) |
PRPAID.SegGrp7 |
withDTM(DTMDateTimePeriod value) |
PRPAID.SegGrp7 |
withGEI(GEIProcessingInformation value) |
PRPAID.SegGrp7 |
withICD(ICDInsuranceCoverDescription value) |
PRPAID.SegGrp7 |
withMOA(MOAMonetaryAmount value) |
PRPAID.SegGrp7 |
withRFF(RFFReference value) |
public MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic GEIProcessingInformation getGEI()
GEIProcessingInformationpublic void setGEI(GEIProcessingInformation value)
value - allowed object is
GEIProcessingInformationpublic DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic ATTAttribute getATT()
ATTAttributepublic void setATT(ATTAttribute value)
value - allowed object is
ATTAttributepublic ICDInsuranceCoverDescription getICD()
ICDInsuranceCoverDescriptionpublic void setICD(ICDInsuranceCoverDescription value)
value - allowed object is
ICDInsuranceCoverDescriptionpublic CUXCurrencies getCUX()
CUXCurrenciespublic void setCUX(CUXCurrencies value)
value - allowed object is
CUXCurrenciespublic PRPAID.SegGrp7 withMOA(MOAMonetaryAmount value)
public PRPAID.SegGrp7 withGEI(GEIProcessingInformation value)
public PRPAID.SegGrp7 withDTM(DTMDateTimePeriod value)
public PRPAID.SegGrp7 withRFF(RFFReference value)
public PRPAID.SegGrp7 withATT(ATTAttribute value)
public PRPAID.SegGrp7 withICD(ICDInsuranceCoverDescription value)
public PRPAID.SegGrp7 withCUX(CUXCurrencies value)
Copyright © 2020. All rights reserved.