public class PERPeriodRelatedDetails extends Object
Java class for PER-PeriodRelatedDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PER-PeriodRelatedDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E2023" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E2023-PeriodTypeCodeQualifier" minOccurs="0"/>
<element name="C977" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C977-PeriodDetail" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PERPeriodRelatedDetails() |
| Modifier and Type | Method and Description |
|---|---|
C977PeriodDetail |
getC977()
Gets the value of the c977 property.
|
String |
getE2023()
Gets the value of the e2023 property.
|
void |
setC977(C977PeriodDetail value)
Sets the value of the c977 property.
|
void |
setE2023(String value)
Sets the value of the e2023 property.
|
PERPeriodRelatedDetails |
withC977(C977PeriodDetail value) |
PERPeriodRelatedDetails |
withE2023(String value) |
public String getE2023()
Stringpublic void setE2023(String value)
value - allowed object is
Stringpublic C977PeriodDetail getC977()
C977PeriodDetailpublic void setC977(C977PeriodDetail value)
value - allowed object is
C977PeriodDetailpublic PERPeriodRelatedDetails withE2023(String value)
public PERPeriodRelatedDetails withC977(C977PeriodDetail value)
Copyright © 2020. All rights reserved.