public class CODComponentDetails extends Object
Java class for COD-ComponentDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="COD-ComponentDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C823" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C823-TypeOfUnitComponent" minOccurs="0"/>
<element name="C824" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C824-ComponentMaterial" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CODComponentDetails() |
| Modifier and Type | Method and Description |
|---|---|
C823TypeOfUnitComponent |
getC823()
Gets the value of the c823 property.
|
C824ComponentMaterial |
getC824()
Gets the value of the c824 property.
|
void |
setC823(C823TypeOfUnitComponent value)
Sets the value of the c823 property.
|
void |
setC824(C824ComponentMaterial value)
Sets the value of the c824 property.
|
CODComponentDetails |
withC823(C823TypeOfUnitComponent value) |
CODComponentDetails |
withC824(C824ComponentMaterial value) |
public C823TypeOfUnitComponent getC823()
C823TypeOfUnitComponentpublic void setC823(C823TypeOfUnitComponent value)
value - allowed object is
C823TypeOfUnitComponentpublic C824ComponentMaterial getC824()
C824ComponentMaterialpublic void setC824(C824ComponentMaterial value)
value - allowed object is
C824ComponentMaterialpublic CODComponentDetails withC823(C823TypeOfUnitComponent value)
public CODComponentDetails withC824(C824ComponentMaterial value)
Copyright © 2020. All rights reserved.