public class DMSDocumentMessageSummary extends Object
Java class for DMS-DocumentMessageSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DMS-DocumentMessageSummary">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C106" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C106-DocumentMessageIdentification" minOccurs="0"/>
<element name="C002" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C002-DocumentMessageName" minOccurs="0"/>
<element name="E7240" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7240-ItemTotalQuantity" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DMSDocumentMessageSummary() |
| Modifier and Type | Method and Description |
|---|---|
C002DocumentMessageName |
getC002()
Gets the value of the c002 property.
|
C106DocumentMessageIdentification |
getC106()
Gets the value of the c106 property.
|
BigDecimal |
getE7240()
Gets the value of the e7240 property.
|
void |
setC002(C002DocumentMessageName value)
Sets the value of the c002 property.
|
void |
setC106(C106DocumentMessageIdentification value)
Sets the value of the c106 property.
|
void |
setE7240(BigDecimal value)
Sets the value of the e7240 property.
|
DMSDocumentMessageSummary |
withC002(C002DocumentMessageName value) |
DMSDocumentMessageSummary |
withC106(C106DocumentMessageIdentification value) |
DMSDocumentMessageSummary |
withE7240(BigDecimal value) |
public C106DocumentMessageIdentification getC106()
C106DocumentMessageIdentificationpublic void setC106(C106DocumentMessageIdentification value)
value - allowed object is
C106DocumentMessageIdentificationpublic C002DocumentMessageName getC002()
C002DocumentMessageNamepublic void setC002(C002DocumentMessageName value)
value - allowed object is
C002DocumentMessageNamepublic BigDecimal getE7240()
BigDecimalpublic void setE7240(BigDecimal value)
value - allowed object is
BigDecimalpublic DMSDocumentMessageSummary withC106(C106DocumentMessageIdentification value)
public DMSDocumentMessageSummary withC002(C002DocumentMessageName value)
public DMSDocumentMessageSummary withE7240(BigDecimal value)
Copyright © 2020. All rights reserved.