public class C045BillLevelIdentification extends Object
Java class for C045-BillLevelIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C045-BillLevelIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7436" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7436-LevelOneIdentifier" minOccurs="0"/>
<element name="E7438" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7438-LevelTwoIdentifier" minOccurs="0"/>
<element name="E7440" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7440-LevelThreeIdentifier" minOccurs="0"/>
<element name="E7442" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7442-LevelFourIdentifier" minOccurs="0"/>
<element name="E7444" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7444-LevelFiveIdentifier" minOccurs="0"/>
<element name="E7446" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7446-LevelSixIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C045BillLevelIdentification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE7436()
Gets the value of the e7436 property.
|
String |
getE7438()
Gets the value of the e7438 property.
|
String |
getE7440()
Gets the value of the e7440 property.
|
String |
getE7442()
Gets the value of the e7442 property.
|
String |
getE7444()
Gets the value of the e7444 property.
|
String |
getE7446()
Gets the value of the e7446 property.
|
void |
setE7436(String value)
Sets the value of the e7436 property.
|
void |
setE7438(String value)
Sets the value of the e7438 property.
|
void |
setE7440(String value)
Sets the value of the e7440 property.
|
void |
setE7442(String value)
Sets the value of the e7442 property.
|
void |
setE7444(String value)
Sets the value of the e7444 property.
|
void |
setE7446(String value)
Sets the value of the e7446 property.
|
C045BillLevelIdentification |
withE7436(String value) |
C045BillLevelIdentification |
withE7438(String value) |
C045BillLevelIdentification |
withE7440(String value) |
C045BillLevelIdentification |
withE7442(String value) |
C045BillLevelIdentification |
withE7444(String value) |
C045BillLevelIdentification |
withE7446(String value) |
public String getE7436()
Stringpublic void setE7436(String value)
value - allowed object is
Stringpublic String getE7438()
Stringpublic void setE7438(String value)
value - allowed object is
Stringpublic String getE7440()
Stringpublic void setE7440(String value)
value - allowed object is
Stringpublic String getE7442()
Stringpublic void setE7442(String value)
value - allowed object is
Stringpublic String getE7444()
Stringpublic void setE7444(String value)
value - allowed object is
Stringpublic String getE7446()
Stringpublic void setE7446(String value)
value - allowed object is
Stringpublic C045BillLevelIdentification withE7436(String value)
public C045BillLevelIdentification withE7438(String value)
public C045BillLevelIdentification withE7440(String value)
public C045BillLevelIdentification withE7442(String value)
public C045BillLevelIdentification withE7444(String value)
public C045BillLevelIdentification withE7446(String value)
Copyright © 2020. All rights reserved.