public static class SLSRPT.SegGrp6.SegGrp8 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="LIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LIN-LineItem"/>
<element name="PIA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PIA-AdditionalProductId" maxOccurs="5" minOccurs="0"/>
<element name="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription" maxOccurs="5" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
<element name="PAC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PAC-Package" maxOccurs="5" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="5" minOccurs="0"/>
<element name="DOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DOC-DocumentMessageDetails" maxOccurs="5" minOccurs="0"/>
<element name="ALI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ALI-AdditionalInformation" maxOccurs="5" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="5" minOccurs="0"/>
<element name="GIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIN-GoodsIdentityNumber" maxOccurs="9999" minOccurs="0"/>
</sequence>
<element name="SegGrp-9" maxOccurs="999" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="PRI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PRI-PriceDetails"/>
<element name="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CUX-Currencies" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<sequence>
<element name="PAI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PAI-PaymentInstructions" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-10" maxOccurs="999" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity"/>
<element name="MKS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MKS-MarketSalesChannelInformation" minOccurs="0"/>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress" minOccurs="0"/>
<element name="PRI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PRI-PriceDetails" maxOccurs="9" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
<element name="STS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}STS-Status" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SLSRPT.SegGrp6.SegGrp8.SegGrp10
Java class for anonymous complex type.
|
static class |
SLSRPT.SegGrp6.SegGrp8.SegGrp9
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp8() |
public LINLineItem getLIN()
LINLineItempublic void setLIN(LINLineItem value)
value - allowed object is
LINLineItempublic List<PIAAdditionalProductId> getPIA()
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 pia property.
For example, to add a new item, do as follows:
getPIA().add(newItem);
Objects of the following type(s) are allowed in the list
PIAAdditionalProductId
public List<IMDItemDescription> getIMD()
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 imd property.
For example, to add a new item, do as follows:
getIMD().add(newItem);
Objects of the following type(s) are allowed in the list
IMDItemDescription
public 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 List<PACPackage> getPAC()
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 pac property.
For example, to add a new item, do as follows:
getPAC().add(newItem);
Objects of the following type(s) are allowed in the list
PACPackage
public 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 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 List<ALIAdditionalInformation> getALI()
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 ali property.
For example, to add a new item, do as follows:
getALI().add(newItem);
Objects of the following type(s) are allowed in the list
ALIAdditionalInformation
public List<MOAMonetaryAmount> getMOA()
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 moa property.
For example, to add a new item, do as follows:
getMOA().add(newItem);
Objects of the following type(s) are allowed in the list
MOAMonetaryAmount
public List<GINGoodsIdentityNumber> getGIN()
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 gin property.
For example, to add a new item, do as follows:
getGIN().add(newItem);
Objects of the following type(s) are allowed in the list
GINGoodsIdentityNumber
public List<SLSRPT.SegGrp6.SegGrp8.SegGrp9> getSegGrp9()
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 segGrp9 property.
For example, to add a new item, do as follows:
getSegGrp9().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp8 .SegGrp9
public List<PAIPaymentInstructions> getPAI()
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 pai property.
For example, to add a new item, do as follows:
getPAI().add(newItem);
Objects of the following type(s) are allowed in the list
PAIPaymentInstructions
public List<SLSRPT.SegGrp6.SegGrp8.SegGrp10> getSegGrp10()
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 segGrp10 property.
For example, to add a new item, do as follows:
getSegGrp10().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp8 .SegGrp10
public SLSRPT.SegGrp6.SegGrp8 withLIN(LINLineItem value)
public SLSRPT.SegGrp6.SegGrp8 withPIA(PIAAdditionalProductId... values)
public SLSRPT.SegGrp6.SegGrp8 withPIA(Collection<PIAAdditionalProductId> values)
public SLSRPT.SegGrp6.SegGrp8 withIMD(IMDItemDescription... values)
public SLSRPT.SegGrp6.SegGrp8 withIMD(Collection<IMDItemDescription> values)
public SLSRPT.SegGrp6.SegGrp8 withDTM(DTMDateTimePeriod... values)
public SLSRPT.SegGrp6.SegGrp8 withDTM(Collection<DTMDateTimePeriod> values)
public SLSRPT.SegGrp6.SegGrp8 withPAC(PACPackage... values)
public SLSRPT.SegGrp6.SegGrp8 withPAC(Collection<PACPackage> values)
public SLSRPT.SegGrp6.SegGrp8 withRFF(RFFReference... values)
public SLSRPT.SegGrp6.SegGrp8 withRFF(Collection<RFFReference> values)
public SLSRPT.SegGrp6.SegGrp8 withDOC(DOCDocumentMessageDetails... values)
public SLSRPT.SegGrp6.SegGrp8 withDOC(Collection<DOCDocumentMessageDetails> values)
public SLSRPT.SegGrp6.SegGrp8 withALI(ALIAdditionalInformation... values)
public SLSRPT.SegGrp6.SegGrp8 withALI(Collection<ALIAdditionalInformation> values)
public SLSRPT.SegGrp6.SegGrp8 withMOA(MOAMonetaryAmount... values)
public SLSRPT.SegGrp6.SegGrp8 withMOA(Collection<MOAMonetaryAmount> values)
public SLSRPT.SegGrp6.SegGrp8 withGIN(GINGoodsIdentityNumber... values)
public SLSRPT.SegGrp6.SegGrp8 withGIN(Collection<GINGoodsIdentityNumber> values)
public SLSRPT.SegGrp6.SegGrp8 withSegGrp9(SLSRPT.SegGrp6.SegGrp8.SegGrp9... values)
public SLSRPT.SegGrp6.SegGrp8 withSegGrp9(Collection<SLSRPT.SegGrp6.SegGrp8.SegGrp9> values)
public SLSRPT.SegGrp6.SegGrp8 withPAI(PAIPaymentInstructions... values)
public SLSRPT.SegGrp6.SegGrp8 withPAI(Collection<PAIPaymentInstructions> values)
public SLSRPT.SegGrp6.SegGrp8 withSegGrp10(SLSRPT.SegGrp6.SegGrp8.SegGrp10... values)
public SLSRPT.SegGrp6.SegGrp8 withSegGrp10(Collection<SLSRPT.SegGrp6.SegGrp8.SegGrp10> values)
Copyright © 2020. All rights reserved.