public class C106DocumentMessageIdentification extends Object
Java class for C106-DocumentMessageIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C106-DocumentMessageIdentification">
<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="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 |
|---|
C106DocumentMessageIdentification() |
| 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.
|
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.
|
C106DocumentMessageIdentification |
withE1004(String value) |
C106DocumentMessageIdentification |
withE1056(String value) |
C106DocumentMessageIdentification |
withE1060(String value) |
public String getE1004()
Stringpublic void setE1004(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 C106DocumentMessageIdentification withE1004(String value)
public C106DocumentMessageIdentification withE1056(String value)
public C106DocumentMessageIdentification withE1060(String value)
Copyright © 2020. All rights reserved.