public class DAMDamage extends Object
Java class for DAM-Damage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DAM-Damage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7493" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7493-DamageDetailsCodeQualifier"/>
<element name="C821" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C821-TypeOfDamage" minOccurs="0"/>
<element name="C822" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C822-DamageArea" minOccurs="0"/>
<element name="C825" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C825-DamageSeverity" minOccurs="0"/>
<element name="C826" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C826-Action" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DAMDamage() |
| Modifier and Type | Method and Description |
|---|---|
C821TypeOfDamage |
getC821()
Gets the value of the c821 property.
|
C822DamageArea |
getC822()
Gets the value of the c822 property.
|
C825DamageSeverity |
getC825()
Gets the value of the c825 property.
|
C826Action |
getC826()
Gets the value of the c826 property.
|
String |
getE7493()
Gets the value of the e7493 property.
|
void |
setC821(C821TypeOfDamage value)
Sets the value of the c821 property.
|
void |
setC822(C822DamageArea value)
Sets the value of the c822 property.
|
void |
setC825(C825DamageSeverity value)
Sets the value of the c825 property.
|
void |
setC826(C826Action value)
Sets the value of the c826 property.
|
void |
setE7493(String value)
Sets the value of the e7493 property.
|
DAMDamage |
withC821(C821TypeOfDamage value) |
DAMDamage |
withC822(C822DamageArea value) |
DAMDamage |
withC825(C825DamageSeverity value) |
DAMDamage |
withC826(C826Action value) |
DAMDamage |
withE7493(String value) |
public String getE7493()
Stringpublic void setE7493(String value)
value - allowed object is
Stringpublic C821TypeOfDamage getC821()
C821TypeOfDamagepublic void setC821(C821TypeOfDamage value)
value - allowed object is
C821TypeOfDamagepublic C822DamageArea getC822()
C822DamageAreapublic void setC822(C822DamageArea value)
value - allowed object is
C822DamageAreapublic C825DamageSeverity getC825()
C825DamageSeveritypublic void setC825(C825DamageSeverity value)
value - allowed object is
C825DamageSeveritypublic C826Action getC826()
C826Actionpublic void setC826(C826Action value)
value - allowed object is
C826Actionpublic DAMDamage withC821(C821TypeOfDamage value)
public DAMDamage withC822(C822DamageArea value)
public DAMDamage withC825(C825DamageSeverity value)
public DAMDamage withC826(C826Action value)
Copyright © 2020. All rights reserved.