public static class LREACT.SegGrp1.SegGrp2 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="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="9"/>
<element name="SEQ" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEQ-SequenceDetails" minOccurs="0"/>
<element name="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CUX-Currencies" minOccurs="0"/>
<element name="PNA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PNA-PartyIdentification" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp2() |
public IMDItemDescription getIMD()
IMDItemDescriptionpublic void setIMD(IMDItemDescription value)
value - allowed object is
IMDItemDescriptionpublic List<LOCPlaceLocationIdentification> getLOC()
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 loc property.
For example, to add a new item, do as follows:
getLOC().add(newItem);
Objects of the following type(s) are allowed in the list
LOCPlaceLocationIdentification
public SEQSequenceDetails getSEQ()
SEQSequenceDetailspublic void setSEQ(SEQSequenceDetails value)
value - allowed object is
SEQSequenceDetailspublic CUXCurrencies getCUX()
CUXCurrenciespublic void setCUX(CUXCurrencies value)
value - allowed object is
CUXCurrenciespublic 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 LREACT.SegGrp1.SegGrp2 withIMD(IMDItemDescription value)
public LREACT.SegGrp1.SegGrp2 withLOC(LOCPlaceLocationIdentification... values)
public LREACT.SegGrp1.SegGrp2 withLOC(Collection<LOCPlaceLocationIdentification> values)
public LREACT.SegGrp1.SegGrp2 withSEQ(SEQSequenceDetails value)
public LREACT.SegGrp1.SegGrp2 withCUX(CUXCurrencies value)
public LREACT.SegGrp1.SegGrp2 withPNA(PNAPartyIdentification... values)
public LREACT.SegGrp1.SegGrp2 withPNA(Collection<PNAPartyIdentification> values)
Copyright © 2020. All rights reserved.