public class C709MessageIdentifier extends Object
Java class for C709-MessageIdentifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C709-MessageIdentifier">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E1003" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1003-MessageTypeCode"/>
<element name="E1056" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1056-VersionIdentifier" minOccurs="0"/>
<element name="E1058" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1058-ReleaseIdentifier" minOccurs="0"/>
<element name="E1476" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1476-ControllingAgencyIdentifier" minOccurs="0"/>
<element name="E1523" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1523-MessageImplementationIdentificationCode" minOccurs="0"/>
<element name="E1060" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1060-RevisionIdentifier" minOccurs="0"/>
<element name="E1373" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1373-DocumentStatusCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C709MessageIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1003()
Gets the value of the e1003 property.
|
String |
getE1056()
Gets the value of the e1056 property.
|
String |
getE1058()
Gets the value of the e1058 property.
|
String |
getE1060()
Gets the value of the e1060 property.
|
String |
getE1373()
Gets the value of the e1373 property.
|
String |
getE1476()
Gets the value of the e1476 property.
|
String |
getE1523()
Gets the value of the e1523 property.
|
void |
setE1003(String value)
Sets the value of the e1003 property.
|
void |
setE1056(String value)
Sets the value of the e1056 property.
|
void |
setE1058(String value)
Sets the value of the e1058 property.
|
void |
setE1060(String value)
Sets the value of the e1060 property.
|
void |
setE1373(String value)
Sets the value of the e1373 property.
|
void |
setE1476(String value)
Sets the value of the e1476 property.
|
void |
setE1523(String value)
Sets the value of the e1523 property.
|
C709MessageIdentifier |
withE1003(String value) |
C709MessageIdentifier |
withE1056(String value) |
C709MessageIdentifier |
withE1058(String value) |
C709MessageIdentifier |
withE1060(String value) |
C709MessageIdentifier |
withE1373(String value) |
C709MessageIdentifier |
withE1476(String value) |
C709MessageIdentifier |
withE1523(String value) |
public String getE1003()
Stringpublic void setE1003(String value)
value - allowed object is
Stringpublic String getE1056()
Stringpublic void setE1056(String value)
value - allowed object is
Stringpublic String getE1058()
Stringpublic void setE1058(String value)
value - allowed object is
Stringpublic String getE1476()
Stringpublic void setE1476(String value)
value - allowed object is
Stringpublic String getE1523()
Stringpublic void setE1523(String value)
value - allowed object is
Stringpublic String getE1060()
Stringpublic void setE1060(String value)
value - allowed object is
Stringpublic String getE1373()
Stringpublic void setE1373(String value)
value - allowed object is
Stringpublic C709MessageIdentifier withE1003(String value)
public C709MessageIdentifier withE1056(String value)
public C709MessageIdentifier withE1058(String value)
public C709MessageIdentifier withE1476(String value)
public C709MessageIdentifier withE1523(String value)
public C709MessageIdentifier withE1060(String value)
public C709MessageIdentifier withE1373(String value)
Copyright © 2020. All rights reserved.