public class BIIStructureIdentification extends Object
Java class for BII-StructureIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BII-StructureIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7429" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7429-IndexingStructureCodeQualifier"/>
<element name="C045" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C045-BillLevelIdentification"/>
<element name="E7140" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7140-ItemIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
BIIStructureIdentification() |
| Modifier and Type | Method and Description |
|---|---|
C045BillLevelIdentification |
getC045()
Gets the value of the c045 property.
|
String |
getE7140()
Gets the value of the e7140 property.
|
String |
getE7429()
Gets the value of the e7429 property.
|
void |
setC045(C045BillLevelIdentification value)
Sets the value of the c045 property.
|
void |
setE7140(String value)
Sets the value of the e7140 property.
|
void |
setE7429(String value)
Sets the value of the e7429 property.
|
BIIStructureIdentification |
withC045(C045BillLevelIdentification value) |
BIIStructureIdentification |
withE7140(String value) |
BIIStructureIdentification |
withE7429(String value) |
public String getE7429()
Stringpublic void setE7429(String value)
value - allowed object is
Stringpublic C045BillLevelIdentification getC045()
C045BillLevelIdentificationpublic void setC045(C045BillLevelIdentification value)
value - allowed object is
C045BillLevelIdentificationpublic String getE7140()
Stringpublic void setE7140(String value)
value - allowed object is
Stringpublic BIIStructureIdentification withE7429(String value)
public BIIStructureIdentification withC045(C045BillLevelIdentification value)
public BIIStructureIdentification withE7140(String value)
Copyright © 2020. All rights reserved.