public static class ORDCHG.SegGrp20 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="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="5" minOccurs="0"/>
</sequence>
<element name="SegGrp-21" 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-22" 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-23" 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"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-24" 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-25" 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 |
ORDCHG.SegGrp20.SegGrp21
Java class for anonymous complex type.
|
static class |
ORDCHG.SegGrp20.SegGrp22
Java class for anonymous complex type.
|
static class |
ORDCHG.SegGrp20.SegGrp23
Java class for anonymous complex type.
|
static class |
ORDCHG.SegGrp20.SegGrp24
Java class for anonymous complex type.
|
static class |
ORDCHG.SegGrp20.SegGrp25
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp20() |
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 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 ORDCHG.SegGrp20.SegGrp21 getSegGrp21()
.SegGrp21 public void setSegGrp21(ORDCHG.SegGrp20.SegGrp21 value)
value - allowed object is
.SegGrp21 public ORDCHG.SegGrp20.SegGrp22 getSegGrp22()
.SegGrp22 public void setSegGrp22(ORDCHG.SegGrp20.SegGrp22 value)
value - allowed object is
.SegGrp22 public List<ORDCHG.SegGrp20.SegGrp23> getSegGrp23()
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 segGrp23 property.
For example, to add a new item, do as follows:
getSegGrp23().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp23
public ORDCHG.SegGrp20.SegGrp24 getSegGrp24()
.SegGrp24 public void setSegGrp24(ORDCHG.SegGrp20.SegGrp24 value)
value - allowed object is
.SegGrp24 public List<ORDCHG.SegGrp20.SegGrp25> getSegGrp25()
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 segGrp25 property.
For example, to add a new item, do as follows:
getSegGrp25().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp25
public ORDCHG.SegGrp20 withALC(ALCAllowanceOrCharge value)
public ORDCHG.SegGrp20 withALI(ALIAdditionalInformation... values)
public ORDCHG.SegGrp20 withALI(Collection<ALIAdditionalInformation> values)
public ORDCHG.SegGrp20 withDTM(DTMDateTimePeriod... values)
public ORDCHG.SegGrp20 withDTM(Collection<DTMDateTimePeriod> values)
public ORDCHG.SegGrp20 withSegGrp21(ORDCHG.SegGrp20.SegGrp21 value)
public ORDCHG.SegGrp20 withSegGrp22(ORDCHG.SegGrp20.SegGrp22 value)
public ORDCHG.SegGrp20 withSegGrp23(ORDCHG.SegGrp20.SegGrp23... values)
public ORDCHG.SegGrp20 withSegGrp23(Collection<ORDCHG.SegGrp20.SegGrp23> values)
public ORDCHG.SegGrp20 withSegGrp24(ORDCHG.SegGrp20.SegGrp24 value)
public ORDCHG.SegGrp20 withSegGrp25(ORDCHG.SegGrp20.SegGrp25... values)
public ORDCHG.SegGrp20 withSegGrp25(Collection<ORDCHG.SegGrp20.SegGrp25> values)
Copyright © 2020. All rights reserved.