public class EQNNumberOfUnits extends Object
Java class for EQN-NumberOfUnits complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EQN-NumberOfUnits">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C523" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C523-NumberOfUnitDetails"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
EQNNumberOfUnits() |
| Modifier and Type | Method and Description |
|---|---|
C523NumberOfUnitDetails |
getC523()
Gets the value of the c523 property.
|
void |
setC523(C523NumberOfUnitDetails value)
Sets the value of the c523 property.
|
EQNNumberOfUnits |
withC523(C523NumberOfUnitDetails value) |
public C523NumberOfUnitDetails getC523()
C523NumberOfUnitDetailspublic void setC523(C523NumberOfUnitDetails value)
value - allowed object is
C523NumberOfUnitDetailspublic EQNNumberOfUnits withC523(C523NumberOfUnitDetails value)
Copyright © 2020. All rights reserved.