public static class DMSTAT.SegGrp2.SegGrp4 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="IRQ" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IRQ-InformationRequired"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
<element name="PNA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PNA-PartyIdentification" maxOccurs="2" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp4() |
| Modifier and Type | Method and Description |
|---|---|
DTMDateTimePeriod |
getDTM()
Gets the value of the dtm property.
|
IRQInformationRequired |
getIRQ()
Gets the value of the irq property.
|
List<PNAPartyIdentification> |
getPNA()
Gets the value of the pna property.
|
RFFReference |
getRFF()
Gets the value of the rff property.
|
void |
setDTM(DTMDateTimePeriod value)
Sets the value of the dtm property.
|
void |
setIRQ(IRQInformationRequired value)
Sets the value of the irq property.
|
void |
setRFF(RFFReference value)
Sets the value of the rff property.
|
DMSTAT.SegGrp2.SegGrp4 |
withDTM(DTMDateTimePeriod value) |
DMSTAT.SegGrp2.SegGrp4 |
withIRQ(IRQInformationRequired value) |
DMSTAT.SegGrp2.SegGrp4 |
withPNA(Collection<PNAPartyIdentification> values) |
DMSTAT.SegGrp2.SegGrp4 |
withPNA(PNAPartyIdentification... values) |
DMSTAT.SegGrp2.SegGrp4 |
withRFF(RFFReference value) |
public IRQInformationRequired getIRQ()
IRQInformationRequiredpublic void setIRQ(IRQInformationRequired value)
value - allowed object is
IRQInformationRequiredpublic RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic List<PNAPartyIdentification> getPNA()
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 pna property.
For example, to add a new item, do as follows:
getPNA().add(newItem);
Objects of the following type(s) are allowed in the list
PNAPartyIdentification
public DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic DMSTAT.SegGrp2.SegGrp4 withIRQ(IRQInformationRequired value)
public DMSTAT.SegGrp2.SegGrp4 withRFF(RFFReference value)
public DMSTAT.SegGrp2.SegGrp4 withPNA(PNAPartyIdentification... values)
public DMSTAT.SegGrp2.SegGrp4 withPNA(Collection<PNAPartyIdentification> values)
public DMSTAT.SegGrp2.SegGrp4 withDTM(DTMDateTimePeriod value)
Copyright © 2020. All rights reserved.