public class C099FileDetails extends Object
Java class for C099-FileDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C099-FileDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E1516" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1516-FileFormatName"/>
<element name="E1056" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1056-VersionIdentifier" minOccurs="0"/>
<element name="E1503" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1503-DataFormatDescriptionCode" minOccurs="0"/>
<element name="E1502" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1502-DataFormatDescription" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C099FileDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1056()
Gets the value of the e1056 property.
|
String |
getE1502()
Gets the value of the e1502 property.
|
String |
getE1503()
Gets the value of the e1503 property.
|
String |
getE1516()
Gets the value of the e1516 property.
|
void |
setE1056(String value)
Sets the value of the e1056 property.
|
void |
setE1502(String value)
Sets the value of the e1502 property.
|
void |
setE1503(String value)
Sets the value of the e1503 property.
|
void |
setE1516(String value)
Sets the value of the e1516 property.
|
C099FileDetails |
withE1056(String value) |
C099FileDetails |
withE1502(String value) |
C099FileDetails |
withE1503(String value) |
C099FileDetails |
withE1516(String value) |
public String getE1516()
Stringpublic void setE1516(String value)
value - allowed object is
Stringpublic String getE1056()
Stringpublic void setE1056(String value)
value - allowed object is
Stringpublic String getE1503()
Stringpublic void setE1503(String value)
value - allowed object is
Stringpublic String getE1502()
Stringpublic void setE1502(String value)
value - allowed object is
Stringpublic C099FileDetails withE1516(String value)
public C099FileDetails withE1056(String value)
public C099FileDetails withE1503(String value)
public C099FileDetails withE1502(String value)
Copyright © 2020. All rights reserved.