public class C782DataSetIdentification extends Object
Java class for C782-DataSetIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C782-DataSetIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E1520" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1520-DataSetIdentifier"/>
<element name="E7405" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7405-ObjectIdentificationCodeQualifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C782DataSetIdentification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1520()
Gets the value of the e1520 property.
|
String |
getE7405()
Gets the value of the e7405 property.
|
void |
setE1520(String value)
Sets the value of the e1520 property.
|
void |
setE7405(String value)
Sets the value of the e7405 property.
|
C782DataSetIdentification |
withE1520(String value) |
C782DataSetIdentification |
withE7405(String value) |
public String getE1520()
Stringpublic void setE1520(String value)
value - allowed object is
Stringpublic String getE7405()
Stringpublic void setE7405(String value)
value - allowed object is
Stringpublic C782DataSetIdentification withE1520(String value)
public C782DataSetIdentification withE7405(String value)
Copyright © 2020. All rights reserved.