public class EQDEquipmentDetails extends Object
Java class for EQD-EquipmentDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EQD-EquipmentDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E8053" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8053-EquipmentTypeCodeQualifier"/>
<element name="C237" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C237-EquipmentIdentification" minOccurs="0"/>
<element name="C224" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C224-EquipmentSizeAndType" minOccurs="0"/>
<element name="E8077" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8077-EquipmentSupplierCode" minOccurs="0"/>
<element name="E8249" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8249-EquipmentStatusCode" minOccurs="0"/>
<element name="E8169" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8169-FullOrEmptyIndicatorCode" minOccurs="0"/>
<element name="E4233" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4233-MarkingInstructionsCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
EQDEquipmentDetails() |
| Modifier and Type | Method and Description |
|---|---|
C224EquipmentSizeAndType |
getC224()
Gets the value of the c224 property.
|
C237EquipmentIdentification |
getC237()
Gets the value of the c237 property.
|
String |
getE4233()
Gets the value of the e4233 property.
|
String |
getE8053()
Gets the value of the e8053 property.
|
String |
getE8077()
Gets the value of the e8077 property.
|
String |
getE8169()
Gets the value of the e8169 property.
|
String |
getE8249()
Gets the value of the e8249 property.
|
void |
setC224(C224EquipmentSizeAndType value)
Sets the value of the c224 property.
|
void |
setC237(C237EquipmentIdentification value)
Sets the value of the c237 property.
|
void |
setE4233(String value)
Sets the value of the e4233 property.
|
void |
setE8053(String value)
Sets the value of the e8053 property.
|
void |
setE8077(String value)
Sets the value of the e8077 property.
|
void |
setE8169(String value)
Sets the value of the e8169 property.
|
void |
setE8249(String value)
Sets the value of the e8249 property.
|
EQDEquipmentDetails |
withC224(C224EquipmentSizeAndType value) |
EQDEquipmentDetails |
withC237(C237EquipmentIdentification value) |
EQDEquipmentDetails |
withE4233(String value) |
EQDEquipmentDetails |
withE8053(String value) |
EQDEquipmentDetails |
withE8077(String value) |
EQDEquipmentDetails |
withE8169(String value) |
EQDEquipmentDetails |
withE8249(String value) |
public String getE8053()
Stringpublic void setE8053(String value)
value - allowed object is
Stringpublic C237EquipmentIdentification getC237()
C237EquipmentIdentificationpublic void setC237(C237EquipmentIdentification value)
value - allowed object is
C237EquipmentIdentificationpublic C224EquipmentSizeAndType getC224()
C224EquipmentSizeAndTypepublic void setC224(C224EquipmentSizeAndType value)
value - allowed object is
C224EquipmentSizeAndTypepublic String getE8077()
Stringpublic void setE8077(String value)
value - allowed object is
Stringpublic String getE8249()
Stringpublic void setE8249(String value)
value - allowed object is
Stringpublic String getE8169()
Stringpublic void setE8169(String value)
value - allowed object is
Stringpublic String getE4233()
Stringpublic void setE4233(String value)
value - allowed object is
Stringpublic EQDEquipmentDetails withE8053(String value)
public EQDEquipmentDetails withC237(C237EquipmentIdentification value)
public EQDEquipmentDetails withC224(C224EquipmentSizeAndType value)
public EQDEquipmentDetails withE8077(String value)
public EQDEquipmentDetails withE8249(String value)
public EQDEquipmentDetails withE8169(String value)
public EQDEquipmentDetails withE4233(String value)
Copyright © 2020. All rights reserved.