public static class MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8 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="STS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}STS-Status"/>
<element name="SEQ" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEQ-SequenceDetails" minOccurs="0"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" minOccurs="0"/>
<element name="RSL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RSL-Result" minOccurs="0"/>
<element name="CCI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CCI-CharacteristicClassId" maxOccurs="9"/>
<element name="CIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CIN-ClinicalInformation" maxOccurs="9" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="99" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="99" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="99" minOccurs="0"/>
</sequence>
<element name="SegGrp-9" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RSL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RSL-Result"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
<element name="CCI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CCI-CharacteristicClassId" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-10" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="REL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}REL-Relationship"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8.SegGrp10
Java class for anonymous complex type.
|
static class |
MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8.SegGrp9
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp8() |
public STSStatus getSTS()
STSStatuspublic void setSTS(STSStatus value)
value - allowed object is
STSStatuspublic SEQSequenceDetails getSEQ()
SEQSequenceDetailspublic void setSEQ(SEQSequenceDetails value)
value - allowed object is
SEQSequenceDetailspublic GEIProcessingInformation getGEI()
GEIProcessingInformationpublic void setGEI(GEIProcessingInformation value)
value - allowed object is
GEIProcessingInformationpublic RSLResult getRSL()
RSLResultpublic void setRSL(RSLResult value)
value - allowed object is
RSLResultpublic List<CCICharacteristicClassId> getCCI()
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 cci property.
For example, to add a new item, do as follows:
getCCI().add(newItem);
Objects of the following type(s) are allowed in the list
CCICharacteristicClassId
public List<CINClinicalInformation> getCIN()
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 cin property.
For example, to add a new item, do as follows:
getCIN().add(newItem);
Objects of the following type(s) are allowed in the list
CINClinicalInformation
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<FTXFreeText> getFTX()
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 ftx property.
For example, to add a new item, do as follows:
getFTX().add(newItem);
Objects of the following type(s) are allowed in the list
FTXFreeText
public 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<MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8.SegGrp9> getSegGrp9()
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 segGrp9 property.
For example, to add a new item, do as follows:
getSegGrp9().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp5 .SegGrp7 .SegGrp8 .SegGrp9
public List<MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8.SegGrp10> getSegGrp10()
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 segGrp10 property.
For example, to add a new item, do as follows:
getSegGrp10().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp5 .SegGrp7 .SegGrp8 .SegGrp10
public MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8 withSTS(STSStatus value)
public MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8 withSEQ(SEQSequenceDetails value)
public MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8 withGEI(GEIProcessingInformation value)
public MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8 withRSL(RSLResult value)
public MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8 withCCI(CCICharacteristicClassId... values)
public MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8 withCCI(Collection<CCICharacteristicClassId> values)
public MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8 withCIN(CINClinicalInformation... values)
public MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8 withCIN(Collection<CINClinicalInformation> values)
public MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8 withDTM(DTMDateTimePeriod... values)
public MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8 withDTM(Collection<DTMDateTimePeriod> values)
public MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8 withFTX(FTXFreeText... values)
public MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8 withFTX(Collection<FTXFreeText> values)
public MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8 withRFF(RFFReference... values)
public MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8 withRFF(Collection<RFFReference> values)
public MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8 withSegGrp9(MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8.SegGrp9... values)
public MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8 withSegGrp9(Collection<MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8.SegGrp9> values)
public MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8 withSegGrp10(MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8.SegGrp10... values)
public MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8 withSegGrp10(Collection<MEDREQ.SegGrp2.SegGrp5.SegGrp7.SegGrp8.SegGrp10> values)
Copyright © 2020. All rights reserved.