public static class RECADV.SegGrp11.SegGrp13 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="SEL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEL-SealNumber"/>
<element name="CDI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CDI-PhysicalOrLogicalState" maxOccurs="10"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp13() |
| Modifier and Type | Method and Description |
|---|---|
List<CDIPhysicalOrLogicalState> |
getCDI()
Gets the value of the cdi property.
|
SELSealNumber |
getSEL()
Gets the value of the sel property.
|
void |
setSEL(SELSealNumber value)
Sets the value of the sel property.
|
RECADV.SegGrp11.SegGrp13 |
withCDI(CDIPhysicalOrLogicalState... values) |
RECADV.SegGrp11.SegGrp13 |
withCDI(Collection<CDIPhysicalOrLogicalState> values) |
RECADV.SegGrp11.SegGrp13 |
withSEL(SELSealNumber value) |
public SELSealNumber getSEL()
SELSealNumberpublic void setSEL(SELSealNumber value)
value - allowed object is
SELSealNumberpublic List<CDIPhysicalOrLogicalState> getCDI()
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 cdi property.
For example, to add a new item, do as follows:
getCDI().add(newItem);
Objects of the following type(s) are allowed in the list
CDIPhysicalOrLogicalState
public RECADV.SegGrp11.SegGrp13 withSEL(SELSealNumber value)
public RECADV.SegGrp11.SegGrp13 withCDI(CDIPhysicalOrLogicalState... values)
public RECADV.SegGrp11.SegGrp13 withCDI(Collection<CDIPhysicalOrLogicalState> values)
Copyright © 2020. All rights reserved.