public class C514SampleLocationDetails extends Object
Java class for C514-SampleLocationDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C514-SampleLocationDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E3237" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3237-SampleLocationDescriptionCode" minOccurs="0"/>
<element name="E3236" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3236-SampleLocationDescription" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C514SampleLocationDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE3236()
Gets the value of the e3236 property.
|
String |
getE3237()
Gets the value of the e3237 property.
|
void |
setE3236(String value)
Sets the value of the e3236 property.
|
void |
setE3237(String value)
Sets the value of the e3237 property.
|
C514SampleLocationDetails |
withE3236(String value) |
C514SampleLocationDetails |
withE3237(String value) |
public String getE3237()
Stringpublic void setE3237(String value)
value - allowed object is
Stringpublic String getE3236()
Stringpublic void setE3236(String value)
value - allowed object is
Stringpublic C514SampleLocationDetails withE3237(String value)
public C514SampleLocationDetails withE3236(String value)
Copyright © 2020. All rights reserved.