public class DOCDocumentMessageDetails extends Object
Java class for DOC-DocumentMessageDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DOC-DocumentMessageDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C002" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C002-DocumentMessageName"/>
<element name="C503" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C503-DocumentMessageDetails" minOccurs="0"/>
<element name="E3153" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3153-CommunicationMediumTypeCode" minOccurs="0"/>
<element name="E1220" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1220-DocumentCopiesRequiredQuantity" minOccurs="0"/>
<element name="E1218" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1218-DocumentOriginalsRequiredQuantity" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DOCDocumentMessageDetails() |
| Modifier and Type | Method and Description |
|---|---|
C002DocumentMessageName |
getC002()
Gets the value of the c002 property.
|
C503DocumentMessageDetails |
getC503()
Gets the value of the c503 property.
|
BigDecimal |
getE1218()
Gets the value of the e1218 property.
|
BigDecimal |
getE1220()
Gets the value of the e1220 property.
|
String |
getE3153()
Gets the value of the e3153 property.
|
void |
setC002(C002DocumentMessageName value)
Sets the value of the c002 property.
|
void |
setC503(C503DocumentMessageDetails value)
Sets the value of the c503 property.
|
void |
setE1218(BigDecimal value)
Sets the value of the e1218 property.
|
void |
setE1220(BigDecimal value)
Sets the value of the e1220 property.
|
void |
setE3153(String value)
Sets the value of the e3153 property.
|
DOCDocumentMessageDetails |
withC002(C002DocumentMessageName value) |
DOCDocumentMessageDetails |
withC503(C503DocumentMessageDetails value) |
DOCDocumentMessageDetails |
withE1218(BigDecimal value) |
DOCDocumentMessageDetails |
withE1220(BigDecimal value) |
DOCDocumentMessageDetails |
withE3153(String value) |
public C002DocumentMessageName getC002()
C002DocumentMessageNamepublic void setC002(C002DocumentMessageName value)
value - allowed object is
C002DocumentMessageNamepublic C503DocumentMessageDetails getC503()
C503DocumentMessageDetailspublic void setC503(C503DocumentMessageDetails value)
value - allowed object is
C503DocumentMessageDetailspublic String getE3153()
Stringpublic void setE3153(String value)
value - allowed object is
Stringpublic BigDecimal getE1220()
BigDecimalpublic void setE1220(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getE1218()
BigDecimalpublic void setE1218(BigDecimal value)
value - allowed object is
BigDecimalpublic DOCDocumentMessageDetails withC002(C002DocumentMessageName value)
public DOCDocumentMessageDetails withC503(C503DocumentMessageDetails value)
public DOCDocumentMessageDetails withE3153(String value)
public DOCDocumentMessageDetails withE1220(BigDecimal value)
public DOCDocumentMessageDetails withE1218(BigDecimal value)
Copyright © 2020. All rights reserved.