public class C507DateTimePeriod extends Object
Java class for C507-DateTimePeriod complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C507-DateTimePeriod">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E2005" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E2005-DateOrTimeOrPeriodFunctionCodeQualifier"/>
<element name="E2380" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E2380-DateOrTimeOrPeriodText" minOccurs="0"/>
<element name="E2379" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E2379-DateOrTimeOrPeriodFormatCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C507DateTimePeriod() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE2005()
Gets the value of the e2005 property.
|
String |
getE2379()
Gets the value of the e2379 property.
|
String |
getE2380()
Gets the value of the e2380 property.
|
void |
setE2005(String value)
Sets the value of the e2005 property.
|
void |
setE2379(String value)
Sets the value of the e2379 property.
|
void |
setE2380(String value)
Sets the value of the e2380 property.
|
C507DateTimePeriod |
withE2005(String value) |
C507DateTimePeriod |
withE2379(String value) |
C507DateTimePeriod |
withE2380(String value) |
public String getE2005()
Stringpublic void setE2005(String value)
value - allowed object is
Stringpublic String getE2380()
Stringpublic void setE2380(String value)
value - allowed object is
Stringpublic String getE2379()
Stringpublic void setE2379(String value)
value - allowed object is
Stringpublic C507DateTimePeriod withE2005(String value)
public C507DateTimePeriod withE2380(String value)
public C507DateTimePeriod withE2379(String value)
Copyright © 2020. All rights reserved.