public static class ORDERS.SegGrp29.SegGrp38 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="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="5" minOccurs="0"/>
</sequence>
<element name="SegGrp-39" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity"/>
<element name="STS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}STS-Status" maxOccurs="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ORDERS.SegGrp29.SegGrp38.SegGrp39
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp38() |
| Modifier and Type | Method and Description |
|---|---|
List<DTMDateTimePeriod> |
getDTM()
Gets the value of the dtm property.
|
LOCPlaceLocationIdentification |
getLOC()
Gets the value of the loc property.
|
PCDPercentageDetails |
getPCD()
Gets the value of the pcd property.
|
List<ORDERS.SegGrp29.SegGrp38.SegGrp39> |
getSegGrp39()
Gets the value of the segGrp39 property.
|
void |
setLOC(LOCPlaceLocationIdentification value)
Sets the value of the loc property.
|
void |
setPCD(PCDPercentageDetails value)
Sets the value of the pcd property.
|
ORDERS.SegGrp29.SegGrp38 |
withDTM(Collection<DTMDateTimePeriod> values) |
ORDERS.SegGrp29.SegGrp38 |
withDTM(DTMDateTimePeriod... values) |
ORDERS.SegGrp29.SegGrp38 |
withLOC(LOCPlaceLocationIdentification value) |
ORDERS.SegGrp29.SegGrp38 |
withPCD(PCDPercentageDetails value) |
ORDERS.SegGrp29.SegGrp38 |
withSegGrp39(Collection<ORDERS.SegGrp29.SegGrp38.SegGrp39> values) |
ORDERS.SegGrp29.SegGrp38 |
withSegGrp39(ORDERS.SegGrp29.SegGrp38.SegGrp39... values) |
public LOCPlaceLocationIdentification getLOC()
LOCPlaceLocationIdentificationpublic void setLOC(LOCPlaceLocationIdentification value)
value - allowed object is
LOCPlaceLocationIdentificationpublic PCDPercentageDetails getPCD()
PCDPercentageDetailspublic void setPCD(PCDPercentageDetails value)
value - allowed object is
PCDPercentageDetailspublic 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<ORDERS.SegGrp29.SegGrp38.SegGrp39> getSegGrp39()
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 segGrp39 property.
For example, to add a new item, do as follows:
getSegGrp39().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp38 .SegGrp39
public ORDERS.SegGrp29.SegGrp38 withLOC(LOCPlaceLocationIdentification value)
public ORDERS.SegGrp29.SegGrp38 withPCD(PCDPercentageDetails value)
public ORDERS.SegGrp29.SegGrp38 withDTM(DTMDateTimePeriod... values)
public ORDERS.SegGrp29.SegGrp38 withDTM(Collection<DTMDateTimePeriod> values)
public ORDERS.SegGrp29.SegGrp38 withSegGrp39(ORDERS.SegGrp29.SegGrp38.SegGrp39... values)
public ORDERS.SegGrp29.SegGrp38 withSegGrp39(Collection<ORDERS.SegGrp29.SegGrp38.SegGrp39> values)
Copyright © 2020. All rights reserved.