public static class ORDRSP.SegGrp19 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-20" 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-21" 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-22" 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-23" 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-24" 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 |
ORDRSP.SegGrp19.SegGrp20
Java class for anonymous complex type.
|
static class |
ORDRSP.SegGrp19.SegGrp21
Java class for anonymous complex type.
|
static class |
ORDRSP.SegGrp19.SegGrp22
Java class for anonymous complex type.
|
static class |
ORDRSP.SegGrp19.SegGrp23
Java class for anonymous complex type.
|
static class |
ORDRSP.SegGrp19.SegGrp24
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp19() |
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 ORDRSP.SegGrp19.SegGrp20 getSegGrp20()
.SegGrp20 public void setSegGrp20(ORDRSP.SegGrp19.SegGrp20 value)
value - allowed object is
.SegGrp20 public ORDRSP.SegGrp19.SegGrp21 getSegGrp21()
.SegGrp21 public void setSegGrp21(ORDRSP.SegGrp19.SegGrp21 value)
value - allowed object is
.SegGrp21 public List<ORDRSP.SegGrp19.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 ORDRSP.SegGrp19.SegGrp23 getSegGrp23()
.SegGrp23 public void setSegGrp23(ORDRSP.SegGrp19.SegGrp23 value)
value - allowed object is
.SegGrp23 public List<ORDRSP.SegGrp19.SegGrp24> getSegGrp24()
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 segGrp24 property.
For example, to add a new item, do as follows:
getSegGrp24().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp24
public ORDRSP.SegGrp19 withALC(ALCAllowanceOrCharge value)
public ORDRSP.SegGrp19 withALI(ALIAdditionalInformation... values)
public ORDRSP.SegGrp19 withALI(Collection<ALIAdditionalInformation> values)
public ORDRSP.SegGrp19 withDTM(DTMDateTimePeriod... values)
public ORDRSP.SegGrp19 withDTM(Collection<DTMDateTimePeriod> values)
public ORDRSP.SegGrp19 withSegGrp20(ORDRSP.SegGrp19.SegGrp20 value)
public ORDRSP.SegGrp19 withSegGrp21(ORDRSP.SegGrp19.SegGrp21 value)
public ORDRSP.SegGrp19 withSegGrp22(ORDRSP.SegGrp19.SegGrp22... values)
public ORDRSP.SegGrp19 withSegGrp22(Collection<ORDRSP.SegGrp19.SegGrp22> values)
public ORDRSP.SegGrp19 withSegGrp23(ORDRSP.SegGrp19.SegGrp23 value)
public ORDRSP.SegGrp19 withSegGrp24(ORDRSP.SegGrp19.SegGrp24... values)
public ORDRSP.SegGrp19 withSegGrp24(Collection<ORDRSP.SegGrp19.SegGrp24> values)
Copyright © 2020. All rights reserved.