public static class INVOIC.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="TSR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TSR-TransportServiceRequirements" minOccurs="0"/>
</sequence>
<element name="SegGrp-10" maxOccurs="10" 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="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-11" maxOccurs="9999" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
INVOIC.SegGrp9.SegGrp10
Java class for anonymous complex type.
|
static class |
INVOIC.SegGrp9.SegGrp11
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp9() |
| Modifier and Type | Method and Description |
|---|---|
List<INVOIC.SegGrp9.SegGrp10> |
getSegGrp10()
Gets the value of the segGrp10 property.
|
List<INVOIC.SegGrp9.SegGrp11> |
getSegGrp11()
Gets the value of the segGrp11 property.
|
TDTTransportInformation |
getTDT()
Gets the value of the tdt property.
|
TSRTransportServiceRequirements |
getTSR()
Gets the value of the tsr property.
|
void |
setTDT(TDTTransportInformation value)
Sets the value of the tdt property.
|
void |
setTSR(TSRTransportServiceRequirements value)
Sets the value of the tsr property.
|
INVOIC.SegGrp9 |
withSegGrp10(Collection<INVOIC.SegGrp9.SegGrp10> values) |
INVOIC.SegGrp9 |
withSegGrp10(INVOIC.SegGrp9.SegGrp10... values) |
INVOIC.SegGrp9 |
withSegGrp11(Collection<INVOIC.SegGrp9.SegGrp11> values) |
INVOIC.SegGrp9 |
withSegGrp11(INVOIC.SegGrp9.SegGrp11... values) |
INVOIC.SegGrp9 |
withTDT(TDTTransportInformation value) |
INVOIC.SegGrp9 |
withTSR(TSRTransportServiceRequirements value) |
public TDTTransportInformation getTDT()
TDTTransportInformationpublic void setTDT(TDTTransportInformation value)
value - allowed object is
TDTTransportInformationpublic TSRTransportServiceRequirements getTSR()
TSRTransportServiceRequirementspublic void setTSR(TSRTransportServiceRequirements value)
value - allowed object is
TSRTransportServiceRequirementspublic List<INVOIC.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 List<INVOIC.SegGrp9.SegGrp11> getSegGrp11()
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 segGrp11 property.
For example, to add a new item, do as follows:
getSegGrp11().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp11
public INVOIC.SegGrp9 withTDT(TDTTransportInformation value)
public INVOIC.SegGrp9 withTSR(TSRTransportServiceRequirements value)
public INVOIC.SegGrp9 withSegGrp10(INVOIC.SegGrp9.SegGrp10... values)
public INVOIC.SegGrp9 withSegGrp10(Collection<INVOIC.SegGrp9.SegGrp10> values)
public INVOIC.SegGrp9 withSegGrp11(INVOIC.SegGrp9.SegGrp11... values)
public INVOIC.SegGrp9 withSegGrp11(Collection<INVOIC.SegGrp9.SegGrp11> values)
Copyright © 2020. All rights reserved.