public class DSIDataSetIdentification extends Object
Java class for DSI-DataSetIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DSI-DataSetIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C782" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C782-DataSetIdentification"/>
<element name="C082" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C082-PartyIdentificationDetails" minOccurs="0"/>
<element name="E4405" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4405-StatusDescriptionCode" minOccurs="0"/>
<element name="C286" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C286-SequenceInformation" minOccurs="0"/>
<element name="E1060" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1060-RevisionIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DSIDataSetIdentification() |
| Modifier and Type | Method and Description |
|---|---|
C082PartyIdentificationDetails |
getC082()
Gets the value of the c082 property.
|
C286SequenceInformation |
getC286()
Gets the value of the c286 property.
|
C782DataSetIdentification |
getC782()
Gets the value of the c782 property.
|
String |
getE1060()
Gets the value of the e1060 property.
|
String |
getE4405()
Gets the value of the e4405 property.
|
void |
setC082(C082PartyIdentificationDetails value)
Sets the value of the c082 property.
|
void |
setC286(C286SequenceInformation value)
Sets the value of the c286 property.
|
void |
setC782(C782DataSetIdentification value)
Sets the value of the c782 property.
|
void |
setE1060(String value)
Sets the value of the e1060 property.
|
void |
setE4405(String value)
Sets the value of the e4405 property.
|
DSIDataSetIdentification |
withC082(C082PartyIdentificationDetails value) |
DSIDataSetIdentification |
withC286(C286SequenceInformation value) |
DSIDataSetIdentification |
withC782(C782DataSetIdentification value) |
DSIDataSetIdentification |
withE1060(String value) |
DSIDataSetIdentification |
withE4405(String value) |
public C782DataSetIdentification getC782()
C782DataSetIdentificationpublic void setC782(C782DataSetIdentification value)
value - allowed object is
C782DataSetIdentificationpublic C082PartyIdentificationDetails getC082()
C082PartyIdentificationDetailspublic void setC082(C082PartyIdentificationDetails value)
value - allowed object is
C082PartyIdentificationDetailspublic String getE4405()
Stringpublic void setE4405(String value)
value - allowed object is
Stringpublic C286SequenceInformation getC286()
C286SequenceInformationpublic void setC286(C286SequenceInformation value)
value - allowed object is
C286SequenceInformationpublic String getE1060()
Stringpublic void setE1060(String value)
value - allowed object is
Stringpublic DSIDataSetIdentification withC782(C782DataSetIdentification value)
public DSIDataSetIdentification withC082(C082PartyIdentificationDetails value)
public DSIDataSetIdentification withE4405(String value)
public DSIDataSetIdentification withC286(C286SequenceInformation value)
public DSIDataSetIdentification withE1060(String value)
Copyright © 2020. All rights reserved.