public static class IFTSTA.SegGrp4.SegGrp12 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="DAM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DAM-Damage"/>
<element name="COD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COD-ComponentDetails" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp12() |
| Modifier and Type | Method and Description |
|---|---|
List<CODComponentDetails> |
getCOD()
Gets the value of the cod property.
|
DAMDamage |
getDAM()
Gets the value of the dam property.
|
void |
setDAM(DAMDamage value)
Sets the value of the dam property.
|
IFTSTA.SegGrp4.SegGrp12 |
withCOD(CODComponentDetails... values) |
IFTSTA.SegGrp4.SegGrp12 |
withCOD(Collection<CODComponentDetails> values) |
IFTSTA.SegGrp4.SegGrp12 |
withDAM(DAMDamage value) |
public DAMDamage getDAM()
DAMDamagepublic void setDAM(DAMDamage value)
value - allowed object is
DAMDamagepublic List<CODComponentDetails> getCOD()
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 cod property.
For example, to add a new item, do as follows:
getCOD().add(newItem);
Objects of the following type(s) are allowed in the list
CODComponentDetails
public IFTSTA.SegGrp4.SegGrp12 withDAM(DAMDamage value)
public IFTSTA.SegGrp4.SegGrp12 withCOD(CODComponentDetails... values)
public IFTSTA.SegGrp4.SegGrp12 withCOD(Collection<CODComponentDetails> values)
Copyright © 2020. All rights reserved.