public static class CUSREP.SegGrp9 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="TDT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TDT-TransportInformation"/>
<element name="TPL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TPL-TransportPlacement" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
<element name="SegGrp-10" maxOccurs="99" minOccurs="0">
<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="GPO" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GPO-GeographicalPosition" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="9" minOccurs="0"/>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress" maxOccurs="99" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="9" minOccurs="0"/>
<element name="POC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}POC-PurposeOfConveyanceCall" maxOccurs="9" minOccurs="0"/>
<element name="STS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}STS-Status" maxOccurs="9" minOccurs="0"/>
<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 |
CUSREP.SegGrp9.SegGrp10
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp9() |
| Modifier and Type | Method and Description |
|---|---|
DTMDateTimePeriod |
getDTM()
Gets the value of the dtm property.
|
List<CUSREP.SegGrp9.SegGrp10> |
getSegGrp10()
Gets the value of the segGrp10 property.
|
TDTTransportInformation |
getTDT()
Gets the value of the tdt property.
|
TPLTransportPlacement |
getTPL()
Gets the value of the tpl property.
|
void |
setDTM(DTMDateTimePeriod value)
Sets the value of the dtm property.
|
void |
setTDT(TDTTransportInformation value)
Sets the value of the tdt property.
|
void |
setTPL(TPLTransportPlacement value)
Sets the value of the tpl property.
|
CUSREP.SegGrp9 |
withDTM(DTMDateTimePeriod value) |
CUSREP.SegGrp9 |
withSegGrp10(Collection<CUSREP.SegGrp9.SegGrp10> values) |
CUSREP.SegGrp9 |
withSegGrp10(CUSREP.SegGrp9.SegGrp10... values) |
CUSREP.SegGrp9 |
withTDT(TDTTransportInformation value) |
CUSREP.SegGrp9 |
withTPL(TPLTransportPlacement value) |
public TDTTransportInformation getTDT()
TDTTransportInformationpublic void setTDT(TDTTransportInformation value)
value - allowed object is
TDTTransportInformationpublic TPLTransportPlacement getTPL()
TPLTransportPlacementpublic void setTPL(TPLTransportPlacement value)
value - allowed object is
TPLTransportPlacementpublic DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic List<CUSREP.SegGrp9.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
.SegGrp10
public CUSREP.SegGrp9 withTDT(TDTTransportInformation value)
public CUSREP.SegGrp9 withTPL(TPLTransportPlacement value)
public CUSREP.SegGrp9 withDTM(DTMDateTimePeriod value)
public CUSREP.SegGrp9 withSegGrp10(CUSREP.SegGrp9.SegGrp10... values)
public CUSREP.SegGrp9 withSegGrp10(Collection<CUSREP.SegGrp9.SegGrp10> values)
Copyright © 2020. All rights reserved.