public static class DELJIT.SegGrp4.SegGrp7.SegGrp10 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"/>
</sequence>
<element name="SegGrp-11" maxOccurs="5" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="CTA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CTA-ContactInformation"/>
<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 |
DELJIT.SegGrp4.SegGrp7.SegGrp10.SegGrp11
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp10() |
| Modifier and Type | Method and Description |
|---|---|
LOCPlaceLocationIdentification |
getLOC()
Gets the value of the loc property.
|
List<DELJIT.SegGrp4.SegGrp7.SegGrp10.SegGrp11> |
getSegGrp11()
Gets the value of the segGrp11 property.
|
void |
setLOC(LOCPlaceLocationIdentification value)
Sets the value of the loc property.
|
DELJIT.SegGrp4.SegGrp7.SegGrp10 |
withLOC(LOCPlaceLocationIdentification value) |
DELJIT.SegGrp4.SegGrp7.SegGrp10 |
withSegGrp11(Collection<DELJIT.SegGrp4.SegGrp7.SegGrp10.SegGrp11> values) |
DELJIT.SegGrp4.SegGrp7.SegGrp10 |
withSegGrp11(DELJIT.SegGrp4.SegGrp7.SegGrp10.SegGrp11... values) |
public LOCPlaceLocationIdentification getLOC()
LOCPlaceLocationIdentificationpublic void setLOC(LOCPlaceLocationIdentification value)
value - allowed object is
LOCPlaceLocationIdentificationpublic List<DELJIT.SegGrp4.SegGrp7.SegGrp10.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
.SegGrp7 .SegGrp10 .SegGrp11
public DELJIT.SegGrp4.SegGrp7.SegGrp10 withLOC(LOCPlaceLocationIdentification value)
public DELJIT.SegGrp4.SegGrp7.SegGrp10 withSegGrp11(DELJIT.SegGrp4.SegGrp7.SegGrp10.SegGrp11... values)
public DELJIT.SegGrp4.SegGrp7.SegGrp10 withSegGrp11(Collection<DELJIT.SegGrp4.SegGrp7.SegGrp10.SegGrp11> values)
Copyright © 2020. All rights reserved.