public static class MEDRUC.SegGrp3 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="AGR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}AGR-AgreementIdentification"/>
<element name="SEQ" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEQ-SequenceDetails" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="99" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="99" minOccurs="0"/>
</sequence>
<element name="SegGrp-4" maxOccurs="99" minOccurs="0">
<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" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MEDRUC.SegGrp3.SegGrp4
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp3() |
public AGRAgreementIdentification getAGR()
AGRAgreementIdentificationpublic void setAGR(AGRAgreementIdentification value)
value - allowed object is
AGRAgreementIdentificationpublic SEQSequenceDetails getSEQ()
SEQSequenceDetailspublic void setSEQ(SEQSequenceDetails value)
value - allowed object is
SEQSequenceDetailspublic 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<DTMDateTimePeriod> getDTM()
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 dtm property.
For example, to add a new item, do as follows:
getDTM().add(newItem);
Objects of the following type(s) are allowed in the list
DTMDateTimePeriod
public List<MEDRUC.SegGrp3.SegGrp4> getSegGrp4()
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 segGrp4 property.
For example, to add a new item, do as follows:
getSegGrp4().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp4
public MEDRUC.SegGrp3 withAGR(AGRAgreementIdentification value)
public MEDRUC.SegGrp3 withSEQ(SEQSequenceDetails value)
public MEDRUC.SegGrp3 withRFF(RFFReference... values)
public MEDRUC.SegGrp3 withRFF(Collection<RFFReference> values)
public MEDRUC.SegGrp3 withDTM(DTMDateTimePeriod... values)
public MEDRUC.SegGrp3 withDTM(Collection<DTMDateTimePeriod> values)
public MEDRUC.SegGrp3 withSegGrp4(MEDRUC.SegGrp3.SegGrp4... values)
public MEDRUC.SegGrp3 withSegGrp4(Collection<MEDRUC.SegGrp3.SegGrp4> values)
Copyright © 2020. All rights reserved.