public static class COPARN.SegGrp13.SegGrp17 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" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp17() |
| Modifier and Type | Method and Description |
|---|---|
CODComponentDetails |
getCOD()
Gets the value of the cod property.
|
DAMDamage |
getDAM()
Gets the value of the dam property.
|
void |
setCOD(CODComponentDetails value)
Sets the value of the cod property.
|
void |
setDAM(DAMDamage value)
Sets the value of the dam property.
|
COPARN.SegGrp13.SegGrp17 |
withCOD(CODComponentDetails value) |
COPARN.SegGrp13.SegGrp17 |
withDAM(DAMDamage value) |
public DAMDamage getDAM()
DAMDamagepublic void setDAM(DAMDamage value)
value - allowed object is
DAMDamagepublic CODComponentDetails getCOD()
CODComponentDetailspublic void setCOD(CODComponentDetails value)
value - allowed object is
CODComponentDetailspublic COPARN.SegGrp13.SegGrp17 withDAM(DAMDamage value)
public COPARN.SegGrp13.SegGrp17 withCOD(CODComponentDetails value)
Copyright © 2020. All rights reserved.