public static class RECORD.SegGrp17 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="DOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DOC-DocumentMessageDetails"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
<element name="IDE" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IDE-Identity" minOccurs="0"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" minOccurs="0"/>
<element name="EFI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EFI-ExternalFileLinkIdentification" minOccurs="0"/>
<element name="PNA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PNA-PartyIdentification" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp17() |
public DOCDocumentMessageDetails getDOC()
DOCDocumentMessageDetailspublic void setDOC(DOCDocumentMessageDetails value)
value - allowed object is
DOCDocumentMessageDetailspublic List<RFFReference> getRFF()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the rff property.
For example, to add a new item, do as follows:
getRFF().add(newItem);
Objects of the following type(s) are allowed in the list
RFFReference
public IDEIdentity getIDE()
IDEIdentitypublic void setIDE(IDEIdentity value)
value - allowed object is
IDEIdentitypublic COMCommunicationContact getCOM()
COMCommunicationContactpublic void setCOM(COMCommunicationContact value)
value - allowed object is
COMCommunicationContactpublic EFIExternalFileLinkIdentification getEFI()
EFIExternalFileLinkIdentificationpublic void setEFI(EFIExternalFileLinkIdentification value)
value - allowed object is
EFIExternalFileLinkIdentificationpublic PNAPartyIdentification getPNA()
PNAPartyIdentificationpublic void setPNA(PNAPartyIdentification value)
value - allowed object is
PNAPartyIdentificationpublic List<DTMDateTimePeriod> getDTM()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dtm property.
For example, to add a new item, do as follows:
getDTM().add(newItem);
Objects of the following type(s) are allowed in the list
DTMDateTimePeriod
public RECORD.SegGrp17 withDOC(DOCDocumentMessageDetails value)
public RECORD.SegGrp17 withRFF(RFFReference... values)
public RECORD.SegGrp17 withRFF(Collection<RFFReference> values)
public RECORD.SegGrp17 withIDE(IDEIdentity value)
public RECORD.SegGrp17 withCOM(COMCommunicationContact value)
public RECORD.SegGrp17 withEFI(EFIExternalFileLinkIdentification value)
public RECORD.SegGrp17 withPNA(PNAPartyIdentification value)
public RECORD.SegGrp17 withDTM(DTMDateTimePeriod... values)
public RECORD.SegGrp17 withDTM(Collection<DTMDateTimePeriod> values)
Copyright © 2020. All rights reserved.