public static class DOCADV.SegGrp13.SegGrp15 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="ALI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ALI-AdditionalInformation"/>
</sequence>
<element name="SegGrp-16" maxOccurs="3" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress"/>
<element name="CTA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CTA-ContactInformation" minOccurs="0"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" maxOccurs="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DOCADV.SegGrp13.SegGrp15.SegGrp16
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp15() |
| Modifier and Type | Method and Description |
|---|---|
ALIAdditionalInformation |
getALI()
Gets the value of the ali property.
|
List<DOCADV.SegGrp13.SegGrp15.SegGrp16> |
getSegGrp16()
Gets the value of the segGrp16 property.
|
void |
setALI(ALIAdditionalInformation value)
Sets the value of the ali property.
|
DOCADV.SegGrp13.SegGrp15 |
withALI(ALIAdditionalInformation value) |
DOCADV.SegGrp13.SegGrp15 |
withSegGrp16(Collection<DOCADV.SegGrp13.SegGrp15.SegGrp16> values) |
DOCADV.SegGrp13.SegGrp15 |
withSegGrp16(DOCADV.SegGrp13.SegGrp15.SegGrp16... values) |
public ALIAdditionalInformation getALI()
ALIAdditionalInformationpublic void setALI(ALIAdditionalInformation value)
value - allowed object is
ALIAdditionalInformationpublic List<DOCADV.SegGrp13.SegGrp15.SegGrp16> getSegGrp16()
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 segGrp16 property.
For example, to add a new item, do as follows:
getSegGrp16().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp15 .SegGrp16
public DOCADV.SegGrp13.SegGrp15 withALI(ALIAdditionalInformation value)
public DOCADV.SegGrp13.SegGrp15 withSegGrp16(DOCADV.SegGrp13.SegGrp15.SegGrp16... values)
public DOCADV.SegGrp13.SegGrp15 withSegGrp16(Collection<DOCADV.SegGrp13.SegGrp15.SegGrp16> values)
Copyright © 2020. All rights reserved.