public class C329PatternDescription extends Object
Java class for C329-PatternDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C329-PatternDescription">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E2013" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E2013-FrequencyCode" minOccurs="0"/>
<element name="E2015" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E2015-DespatchPatternCode" minOccurs="0"/>
<element name="E2017" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E2017-DespatchPatternTimingCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C329PatternDescription() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE2013()
Gets the value of the e2013 property.
|
String |
getE2015()
Gets the value of the e2015 property.
|
String |
getE2017()
Gets the value of the e2017 property.
|
void |
setE2013(String value)
Sets the value of the e2013 property.
|
void |
setE2015(String value)
Sets the value of the e2015 property.
|
void |
setE2017(String value)
Sets the value of the e2017 property.
|
C329PatternDescription |
withE2013(String value) |
C329PatternDescription |
withE2015(String value) |
C329PatternDescription |
withE2017(String value) |
public String getE2013()
Stringpublic void setE2013(String value)
value - allowed object is
Stringpublic String getE2015()
Stringpublic void setE2015(String value)
value - allowed object is
Stringpublic String getE2017()
Stringpublic void setE2017(String value)
value - allowed object is
Stringpublic C329PatternDescription withE2013(String value)
public C329PatternDescription withE2015(String value)
public C329PatternDescription withE2017(String value)
Copyright © 2020. All rights reserved.