public static class BMISRM.SegGrp4.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="PSD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PSD-PhysicalSampleDescription"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="99" minOccurs="0"/>
</sequence>
<element name="SegGrp-9" maxOccurs="999" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="TEM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TEM-TestMethod"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="99" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" maxOccurs="99" 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"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BMISRM.SegGrp4.SegGrp7.SegGrp8.SegGrp9
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp8() |
| Modifier and Type | Method and Description |
|---|---|
List<LOCPlaceLocationIdentification> |
getLOC()
Gets the value of the loc property.
|
PSDPhysicalSampleDescription |
getPSD()
Gets the value of the psd property.
|
List<BMISRM.SegGrp4.SegGrp7.SegGrp8.SegGrp9> |
getSegGrp9()
Gets the value of the segGrp9 property.
|
void |
setPSD(PSDPhysicalSampleDescription value)
Sets the value of the psd property.
|
BMISRM.SegGrp4.SegGrp7.SegGrp8 |
withLOC(Collection<LOCPlaceLocationIdentification> values) |
BMISRM.SegGrp4.SegGrp7.SegGrp8 |
withLOC(LOCPlaceLocationIdentification... values) |
BMISRM.SegGrp4.SegGrp7.SegGrp8 |
withPSD(PSDPhysicalSampleDescription value) |
BMISRM.SegGrp4.SegGrp7.SegGrp8 |
withSegGrp9(BMISRM.SegGrp4.SegGrp7.SegGrp8.SegGrp9... values) |
BMISRM.SegGrp4.SegGrp7.SegGrp8 |
withSegGrp9(Collection<BMISRM.SegGrp4.SegGrp7.SegGrp8.SegGrp9> values) |
public PSDPhysicalSampleDescription getPSD()
PSDPhysicalSampleDescriptionpublic void setPSD(PSDPhysicalSampleDescription value)
value - allowed object is
PSDPhysicalSampleDescriptionpublic List<LOCPlaceLocationIdentification> getLOC()
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 loc property.
For example, to add a new item, do as follows:
getLOC().add(newItem);
Objects of the following type(s) are allowed in the list
LOCPlaceLocationIdentification
public List<BMISRM.SegGrp4.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
.SegGrp7 .SegGrp8 .SegGrp9
public BMISRM.SegGrp4.SegGrp7.SegGrp8 withPSD(PSDPhysicalSampleDescription value)
public BMISRM.SegGrp4.SegGrp7.SegGrp8 withLOC(LOCPlaceLocationIdentification... values)
public BMISRM.SegGrp4.SegGrp7.SegGrp8 withLOC(Collection<LOCPlaceLocationIdentification> values)
public BMISRM.SegGrp4.SegGrp7.SegGrp8 withSegGrp9(BMISRM.SegGrp4.SegGrp7.SegGrp8.SegGrp9... values)
public BMISRM.SegGrp4.SegGrp7.SegGrp8 withSegGrp9(Collection<BMISRM.SegGrp4.SegGrp7.SegGrp8.SegGrp9> values)
Copyright © 2020. All rights reserved.