public static class BERMAN.SegGrp7.SegGrp8.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="HAN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}HAN-HandlingInstructions"/>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-10" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="GDS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GDS-NatureOfCargo"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="9" minOccurs="0"/>
<element name="EQN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EQN-NumberOfUnits" maxOccurs="9" minOccurs="0"/>
<element name="DGS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DGS-DangerousGoods" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BERMAN.SegGrp7.SegGrp8.SegGrp9.SegGrp10
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp9() |
| Modifier and Type | Method and Description |
|---|---|
HANHandlingInstructions |
getHAN()
Gets the value of the han property.
|
List<NADNameAndAddress> |
getNAD()
Gets the value of the nad property.
|
List<BERMAN.SegGrp7.SegGrp8.SegGrp9.SegGrp10> |
getSegGrp10()
Gets the value of the segGrp10 property.
|
void |
setHAN(HANHandlingInstructions value)
Sets the value of the han property.
|
BERMAN.SegGrp7.SegGrp8.SegGrp9 |
withHAN(HANHandlingInstructions value) |
BERMAN.SegGrp7.SegGrp8.SegGrp9 |
withNAD(Collection<NADNameAndAddress> values) |
BERMAN.SegGrp7.SegGrp8.SegGrp9 |
withNAD(NADNameAndAddress... values) |
BERMAN.SegGrp7.SegGrp8.SegGrp9 |
withSegGrp10(BERMAN.SegGrp7.SegGrp8.SegGrp9.SegGrp10... values) |
BERMAN.SegGrp7.SegGrp8.SegGrp9 |
withSegGrp10(Collection<BERMAN.SegGrp7.SegGrp8.SegGrp9.SegGrp10> values) |
public HANHandlingInstructions getHAN()
HANHandlingInstructionspublic void setHAN(HANHandlingInstructions value)
value - allowed object is
HANHandlingInstructionspublic List<NADNameAndAddress> getNAD()
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 nad property.
For example, to add a new item, do as follows:
getNAD().add(newItem);
Objects of the following type(s) are allowed in the list
NADNameAndAddress
public List<BERMAN.SegGrp7.SegGrp8.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
.SegGrp8 .SegGrp9 .SegGrp10
public BERMAN.SegGrp7.SegGrp8.SegGrp9 withHAN(HANHandlingInstructions value)
public BERMAN.SegGrp7.SegGrp8.SegGrp9 withNAD(NADNameAndAddress... values)
public BERMAN.SegGrp7.SegGrp8.SegGrp9 withNAD(Collection<NADNameAndAddress> values)
public BERMAN.SegGrp7.SegGrp8.SegGrp9 withSegGrp10(BERMAN.SegGrp7.SegGrp8.SegGrp9.SegGrp10... values)
public BERMAN.SegGrp7.SegGrp8.SegGrp9 withSegGrp10(Collection<BERMAN.SegGrp7.SegGrp8.SegGrp9.SegGrp10> values)
Copyright © 2020. All rights reserved.