public class EFIExternalFileLinkIdentification extends Object
Java class for EFI-ExternalFileLinkIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EFI-ExternalFileLinkIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C077" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C077-FileIdentification"/>
<element name="C099" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C099-FileDetails" minOccurs="0"/>
<element name="E1050" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1050-SequencePositionIdentifier" minOccurs="0"/>
<element name="E9450" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9450-FileCompressionTechniqueName" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
EFIExternalFileLinkIdentification() |
| Modifier and Type | Method and Description |
|---|---|
C077FileIdentification |
getC077()
Gets the value of the c077 property.
|
C099FileDetails |
getC099()
Gets the value of the c099 property.
|
String |
getE1050()
Gets the value of the e1050 property.
|
String |
getE9450()
Gets the value of the e9450 property.
|
void |
setC077(C077FileIdentification value)
Sets the value of the c077 property.
|
void |
setC099(C099FileDetails value)
Sets the value of the c099 property.
|
void |
setE1050(String value)
Sets the value of the e1050 property.
|
void |
setE9450(String value)
Sets the value of the e9450 property.
|
EFIExternalFileLinkIdentification |
withC077(C077FileIdentification value) |
EFIExternalFileLinkIdentification |
withC099(C099FileDetails value) |
EFIExternalFileLinkIdentification |
withE1050(String value) |
EFIExternalFileLinkIdentification |
withE9450(String value) |
public C077FileIdentification getC077()
C077FileIdentificationpublic void setC077(C077FileIdentification value)
value - allowed object is
C077FileIdentificationpublic C099FileDetails getC099()
C099FileDetailspublic void setC099(C099FileDetails value)
value - allowed object is
C099FileDetailspublic String getE1050()
Stringpublic void setE1050(String value)
value - allowed object is
Stringpublic String getE9450()
Stringpublic void setE9450(String value)
value - allowed object is
Stringpublic EFIExternalFileLinkIdentification withC077(C077FileIdentification value)
public EFIExternalFileLinkIdentification withC099(C099FileDetails value)
public EFIExternalFileLinkIdentification withE1050(String value)
public EFIExternalFileLinkIdentification withE9450(String value)
Copyright © 2020. All rights reserved.