public class DRDDataRepresentationDetails extends Object
Java class for DRD-DataRepresentationDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DRD-DataRepresentationDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7512" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7512-StructureComponentIdentifier" minOccurs="0"/>
<element name="E7515" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7515-StructureTypeCode" minOccurs="0"/>
<element name="E9169" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9169-DataRepresentationTypeCode" minOccurs="0"/>
<element name="E6174" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6174-SizeMeasure" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DRDDataRepresentationDetails() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getE6174()
Gets the value of the e6174 property.
|
String |
getE7512()
Gets the value of the e7512 property.
|
String |
getE7515()
Gets the value of the e7515 property.
|
String |
getE9169()
Gets the value of the e9169 property.
|
void |
setE6174(BigDecimal value)
Sets the value of the e6174 property.
|
void |
setE7512(String value)
Sets the value of the e7512 property.
|
void |
setE7515(String value)
Sets the value of the e7515 property.
|
void |
setE9169(String value)
Sets the value of the e9169 property.
|
DRDDataRepresentationDetails |
withE6174(BigDecimal value) |
DRDDataRepresentationDetails |
withE7512(String value) |
DRDDataRepresentationDetails |
withE7515(String value) |
DRDDataRepresentationDetails |
withE9169(String value) |
public String getE7512()
Stringpublic void setE7512(String value)
value - allowed object is
Stringpublic String getE7515()
Stringpublic void setE7515(String value)
value - allowed object is
Stringpublic String getE9169()
Stringpublic void setE9169(String value)
value - allowed object is
Stringpublic BigDecimal getE6174()
BigDecimalpublic void setE6174(BigDecimal value)
value - allowed object is
BigDecimalpublic DRDDataRepresentationDetails withE7512(String value)
public DRDDataRepresentationDetails withE7515(String value)
public DRDDataRepresentationDetails withE9169(String value)
public DRDDataRepresentationDetails withE6174(BigDecimal value)
Copyright © 2020. All rights reserved.