public static class PROCST.SegGrp5 extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="EFI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EFI-ExternalFileLinkIdentification"/>
<element name="CED" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CED-ComputerEnvironmentDetails" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp5() |
| Modifier and Type | Method and Description |
|---|---|
CEDComputerEnvironmentDetails |
getCED()
Gets the value of the ced property.
|
DTMDateTimePeriod |
getDTM()
Gets the value of the dtm property.
|
EFIExternalFileLinkIdentification |
getEFI()
Gets the value of the efi property.
|
void |
setCED(CEDComputerEnvironmentDetails value)
Sets the value of the ced property.
|
void |
setDTM(DTMDateTimePeriod value)
Sets the value of the dtm property.
|
void |
setEFI(EFIExternalFileLinkIdentification value)
Sets the value of the efi property.
|
PROCST.SegGrp5 |
withCED(CEDComputerEnvironmentDetails value) |
PROCST.SegGrp5 |
withDTM(DTMDateTimePeriod value) |
PROCST.SegGrp5 |
withEFI(EFIExternalFileLinkIdentification value) |
public EFIExternalFileLinkIdentification getEFI()
EFIExternalFileLinkIdentificationpublic void setEFI(EFIExternalFileLinkIdentification value)
value - allowed object is
EFIExternalFileLinkIdentificationpublic CEDComputerEnvironmentDetails getCED()
CEDComputerEnvironmentDetailspublic void setCED(CEDComputerEnvironmentDetails value)
value - allowed object is
CEDComputerEnvironmentDetailspublic DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic PROCST.SegGrp5 withEFI(EFIExternalFileLinkIdentification value)
public PROCST.SegGrp5 withCED(CEDComputerEnvironmentDetails value)
public PROCST.SegGrp5 withDTM(DTMDateTimePeriod value)
Copyright © 2020. All rights reserved.