public class C546IndexValue extends Object
Java class for C546-IndexValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C546-IndexValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E5030" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5030-IndexText"/>
<element name="E5039" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5039-IndexRepresentationCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C546IndexValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE5030()
Gets the value of the e5030 property.
|
String |
getE5039()
Gets the value of the e5039 property.
|
void |
setE5030(String value)
Sets the value of the e5030 property.
|
void |
setE5039(String value)
Sets the value of the e5039 property.
|
C546IndexValue |
withE5030(String value) |
C546IndexValue |
withE5039(String value) |
public String getE5030()
Stringpublic void setE5030(String value)
value - allowed object is
Stringpublic String getE5039()
Stringpublic void setE5039(String value)
value - allowed object is
Stringpublic C546IndexValue withE5030(String value)
public C546IndexValue withE5039(String value)
Copyright © 2020. All rights reserved.