public class C506Reference extends Object
Java class for C506-Reference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C506-Reference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E1153" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1153-ReferenceCodeQualifier"/>
<element name="E1154" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1154-ReferenceIdentifier" minOccurs="0"/>
<element name="E1156" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1156-DocumentLineIdentifier" 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 |
|---|
C506Reference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1056()
Gets the value of the e1056 property.
|
String |
getE1060()
Gets the value of the e1060 property.
|
String |
getE1153()
Gets the value of the e1153 property.
|
String |
getE1154()
Gets the value of the e1154 property.
|
String |
getE1156()
Gets the value of the e1156 property.
|
void |
setE1056(String value)
Sets the value of the e1056 property.
|
void |
setE1060(String value)
Sets the value of the e1060 property.
|
void |
setE1153(String value)
Sets the value of the e1153 property.
|
void |
setE1154(String value)
Sets the value of the e1154 property.
|
void |
setE1156(String value)
Sets the value of the e1156 property.
|
C506Reference |
withE1056(String value) |
C506Reference |
withE1060(String value) |
C506Reference |
withE1153(String value) |
C506Reference |
withE1154(String value) |
C506Reference |
withE1156(String value) |
public String getE1153()
Stringpublic void setE1153(String value)
value - allowed object is
Stringpublic String getE1154()
Stringpublic void setE1154(String value)
value - allowed object is
Stringpublic String getE1156()
Stringpublic void setE1156(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 C506Reference withE1153(String value)
public C506Reference withE1154(String value)
public C506Reference withE1156(String value)
public C506Reference withE1056(String value)
public C506Reference withE1060(String value)
Copyright © 2020. All rights reserved.