public class IMDItemDescription extends Object
Java class for IMD-ItemDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IMD-ItemDescription">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7077" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7077-DescriptionFormatCode" minOccurs="0"/>
<element name="C272" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C272-ItemCharacteristic" minOccurs="0"/>
<element name="C273" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C273-ItemDescription" minOccurs="0"/>
<element name="E7383" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7383-SurfaceOrLayerCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
IMDItemDescription() |
| Modifier and Type | Method and Description |
|---|---|
C272ItemCharacteristic |
getC272()
Gets the value of the c272 property.
|
C273ItemDescription |
getC273()
Gets the value of the c273 property.
|
String |
getE7077()
Gets the value of the e7077 property.
|
String |
getE7383()
Gets the value of the e7383 property.
|
void |
setC272(C272ItemCharacteristic value)
Sets the value of the c272 property.
|
void |
setC273(C273ItemDescription value)
Sets the value of the c273 property.
|
void |
setE7077(String value)
Sets the value of the e7077 property.
|
void |
setE7383(String value)
Sets the value of the e7383 property.
|
IMDItemDescription |
withC272(C272ItemCharacteristic value) |
IMDItemDescription |
withC273(C273ItemDescription value) |
IMDItemDescription |
withE7077(String value) |
IMDItemDescription |
withE7383(String value) |
public String getE7077()
Stringpublic void setE7077(String value)
value - allowed object is
Stringpublic C272ItemCharacteristic getC272()
C272ItemCharacteristicpublic void setC272(C272ItemCharacteristic value)
value - allowed object is
C272ItemCharacteristicpublic C273ItemDescription getC273()
C273ItemDescriptionpublic void setC273(C273ItemDescription value)
value - allowed object is
C273ItemDescriptionpublic String getE7383()
Stringpublic void setE7383(String value)
value - allowed object is
Stringpublic IMDItemDescription withE7077(String value)
public IMDItemDescription withC272(C272ItemCharacteristic value)
public IMDItemDescription withC273(C273ItemDescription value)
public IMDItemDescription withE7383(String value)
Copyright © 2020. All rights reserved.