public static class WKGRRE.SegGrp5.SegGrp6 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="PNA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PNA-PartyIdentification"/>
<element name="ADR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ADR-Address" maxOccurs="9" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" minOccurs="0"/>
<element name="NAT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAT-Nationality" maxOccurs="9" minOccurs="0"/>
<element name="PDI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PDI-PersonDemographicInformation" minOccurs="0"/>
<element name="DOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DOC-DocumentMessageDetails" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp6() |
public PNAPartyIdentification getPNA()
PNAPartyIdentificationpublic void setPNA(PNAPartyIdentification value)
value - allowed object is
PNAPartyIdentificationpublic List<ADRAddress> getADR()
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 adr property.
For example, to add a new item, do as follows:
getADR().add(newItem);
Objects of the following type(s) are allowed in the list
ADRAddress
public DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic LOCPlaceLocationIdentification getLOC()
LOCPlaceLocationIdentificationpublic void setLOC(LOCPlaceLocationIdentification value)
value - allowed object is
LOCPlaceLocationIdentificationpublic List<NATNationality> getNAT()
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 nat property.
For example, to add a new item, do as follows:
getNAT().add(newItem);
Objects of the following type(s) are allowed in the list
NATNationality
public PDIPersonDemographicInformation getPDI()
PDIPersonDemographicInformationpublic void setPDI(PDIPersonDemographicInformation value)
value - allowed object is
PDIPersonDemographicInformationpublic List<DOCDocumentMessageDetails> getDOC()
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 doc property.
For example, to add a new item, do as follows:
getDOC().add(newItem);
Objects of the following type(s) are allowed in the list
DOCDocumentMessageDetails
public WKGRRE.SegGrp5.SegGrp6 withPNA(PNAPartyIdentification value)
public WKGRRE.SegGrp5.SegGrp6 withADR(ADRAddress... values)
public WKGRRE.SegGrp5.SegGrp6 withADR(Collection<ADRAddress> values)
public WKGRRE.SegGrp5.SegGrp6 withDTM(DTMDateTimePeriod value)
public WKGRRE.SegGrp5.SegGrp6 withLOC(LOCPlaceLocationIdentification value)
public WKGRRE.SegGrp5.SegGrp6 withNAT(NATNationality... values)
public WKGRRE.SegGrp5.SegGrp6 withNAT(Collection<NATNationality> values)
public WKGRRE.SegGrp5.SegGrp6 withPDI(PDIPersonDemographicInformation value)
public WKGRRE.SegGrp5.SegGrp6 withDOC(DOCDocumentMessageDetails... values)
public WKGRRE.SegGrp5.SegGrp6 withDOC(Collection<DOCDocumentMessageDetails> values)
Copyright © 2020. All rights reserved.