public static class INVOIC.SegGrp16 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="ALC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ALC-AllowanceOrCharge"/>
<element name="ALI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ALI-AdditionalInformation" maxOccurs="5" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
<element name="SegGrp-17" maxOccurs="5" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-18" 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="RNG" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RNG-RangeDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-19" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails"/>
<element name="RNG" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RNG-RangeDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-20" maxOccurs="2" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
<element name="RNG" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RNG-RangeDetails" minOccurs="0"/>
<element name="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CUX-Currencies" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-21" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RTE" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RTE-RateDetails"/>
<element name="RNG" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RNG-RangeDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-22" maxOccurs="5" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="TAX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TAX-DutyTaxFeeDetails"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
INVOIC.SegGrp16.SegGrp17
Java class for anonymous complex type.
|
static class |
INVOIC.SegGrp16.SegGrp18
Java class for anonymous complex type.
|
static class |
INVOIC.SegGrp16.SegGrp19
Java class for anonymous complex type.
|
static class |
INVOIC.SegGrp16.SegGrp20
Java class for anonymous complex type.
|
static class |
INVOIC.SegGrp16.SegGrp21
Java class for anonymous complex type.
|
static class |
INVOIC.SegGrp16.SegGrp22
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp16() |
public ALCAllowanceOrCharge getALC()
ALCAllowanceOrChargepublic void setALC(ALCAllowanceOrCharge value)
value - allowed object is
ALCAllowanceOrChargepublic 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 FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic List<INVOIC.SegGrp16.SegGrp17> getSegGrp17()
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 segGrp17 property.
For example, to add a new item, do as follows:
getSegGrp17().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp17
public INVOIC.SegGrp16.SegGrp18 getSegGrp18()
.SegGrp18 public void setSegGrp18(INVOIC.SegGrp16.SegGrp18 value)
value - allowed object is
.SegGrp18 public INVOIC.SegGrp16.SegGrp19 getSegGrp19()
.SegGrp19 public void setSegGrp19(INVOIC.SegGrp16.SegGrp19 value)
value - allowed object is
.SegGrp19 public List<INVOIC.SegGrp16.SegGrp20> getSegGrp20()
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 segGrp20 property.
For example, to add a new item, do as follows:
getSegGrp20().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp20
public INVOIC.SegGrp16.SegGrp21 getSegGrp21()
.SegGrp21 public void setSegGrp21(INVOIC.SegGrp16.SegGrp21 value)
value - allowed object is
.SegGrp21 public List<INVOIC.SegGrp16.SegGrp22> getSegGrp22()
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 segGrp22 property.
For example, to add a new item, do as follows:
getSegGrp22().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp22
public INVOIC.SegGrp16 withALC(ALCAllowanceOrCharge value)
public INVOIC.SegGrp16 withALI(ALIAdditionalInformation... values)
public INVOIC.SegGrp16 withALI(Collection<ALIAdditionalInformation> values)
public INVOIC.SegGrp16 withFTX(FTXFreeText value)
public INVOIC.SegGrp16 withSegGrp17(INVOIC.SegGrp16.SegGrp17... values)
public INVOIC.SegGrp16 withSegGrp17(Collection<INVOIC.SegGrp16.SegGrp17> values)
public INVOIC.SegGrp16 withSegGrp18(INVOIC.SegGrp16.SegGrp18 value)
public INVOIC.SegGrp16 withSegGrp19(INVOIC.SegGrp16.SegGrp19 value)
public INVOIC.SegGrp16 withSegGrp20(INVOIC.SegGrp16.SegGrp20... values)
public INVOIC.SegGrp16 withSegGrp20(Collection<INVOIC.SegGrp16.SegGrp20> values)
public INVOIC.SegGrp16 withSegGrp21(INVOIC.SegGrp16.SegGrp21 value)
public INVOIC.SegGrp16 withSegGrp22(INVOIC.SegGrp16.SegGrp22... values)
public INVOIC.SegGrp16 withSegGrp22(Collection<INVOIC.SegGrp16.SegGrp22> values)
Copyright © 2020. All rights reserved.