public class C503DocumentMessageDetails extends Object
Java class for C503-DocumentMessageDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C503-DocumentMessageDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E1004" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1004-DocumentIdentifier" minOccurs="0"/>
<element name="E1373" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1373-DocumentStatusCode" minOccurs="0"/>
<element name="E1366" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1366-DocumentSourceDescription" minOccurs="0"/>
<element name="E3453" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3453-LanguageNameCode" minOccurs="0"/>
<element name="E1056" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1056-VersionIdentifier" minOccurs="0"/>
<element name="E1060" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1060-RevisionIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C503DocumentMessageDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1004()
Gets the value of the e1004 property.
|
String |
getE1056()
Gets the value of the e1056 property.
|
String |
getE1060()
Gets the value of the e1060 property.
|
String |
getE1366()
Gets the value of the e1366 property.
|
String |
getE1373()
Gets the value of the e1373 property.
|
String |
getE3453()
Gets the value of the e3453 property.
|
void |
setE1004(String value)
Sets the value of the e1004 property.
|
void |
setE1056(String value)
Sets the value of the e1056 property.
|
void |
setE1060(String value)
Sets the value of the e1060 property.
|
void |
setE1366(String value)
Sets the value of the e1366 property.
|
void |
setE1373(String value)
Sets the value of the e1373 property.
|
void |
setE3453(String value)
Sets the value of the e3453 property.
|
C503DocumentMessageDetails |
withE1004(String value) |
C503DocumentMessageDetails |
withE1056(String value) |
C503DocumentMessageDetails |
withE1060(String value) |
C503DocumentMessageDetails |
withE1366(String value) |
C503DocumentMessageDetails |
withE1373(String value) |
C503DocumentMessageDetails |
withE3453(String value) |
public String getE1004()
Stringpublic void setE1004(String value)
value - allowed object is
Stringpublic String getE1373()
Stringpublic void setE1373(String value)
value - allowed object is
Stringpublic String getE1366()
Stringpublic void setE1366(String value)
value - allowed object is
Stringpublic String getE3453()
Stringpublic void setE3453(String value)
value - allowed object is
Stringpublic String getE1056()
Stringpublic void setE1056(String value)
value - allowed object is
Stringpublic String getE1060()
Stringpublic void setE1060(String value)
value - allowed object is
Stringpublic C503DocumentMessageDetails withE1004(String value)
public C503DocumentMessageDetails withE1373(String value)
public C503DocumentMessageDetails withE1366(String value)
public C503DocumentMessageDetails withE3453(String value)
public C503DocumentMessageDetails withE1056(String value)
public C503DocumentMessageDetails withE1060(String value)
Copyright © 2020. All rights reserved.