public static class PRICAT.SegGrp17.SegGrp36.SegGrp41 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="9" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="99" minOccurs="0"/>
</sequence>
<element name="SegGrp-42" maxOccurs="10" 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-43" maxOccurs="99" 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-44" maxOccurs="10" 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-45" maxOccurs="10" 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-46" 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"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PRICAT.SegGrp17.SegGrp36.SegGrp41.SegGrp42
Java class for anonymous complex type.
|
static class |
PRICAT.SegGrp17.SegGrp36.SegGrp41.SegGrp43
Java class for anonymous complex type.
|
static class |
PRICAT.SegGrp17.SegGrp36.SegGrp41.SegGrp44
Java class for anonymous complex type.
|
static class |
PRICAT.SegGrp17.SegGrp36.SegGrp41.SegGrp45
Java class for anonymous complex type.
|
static class |
PRICAT.SegGrp17.SegGrp36.SegGrp41.SegGrp46
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp41() |
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 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 List<PRICAT.SegGrp17.SegGrp36.SegGrp41.SegGrp42> getSegGrp42()
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 segGrp42 property.
For example, to add a new item, do as follows:
getSegGrp42().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp36 .SegGrp41 .SegGrp42
public List<PRICAT.SegGrp17.SegGrp36.SegGrp41.SegGrp43> getSegGrp43()
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 segGrp43 property.
For example, to add a new item, do as follows:
getSegGrp43().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp36 .SegGrp41 .SegGrp43
public List<PRICAT.SegGrp17.SegGrp36.SegGrp41.SegGrp44> getSegGrp44()
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 segGrp44 property.
For example, to add a new item, do as follows:
getSegGrp44().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp36 .SegGrp41 .SegGrp44
public List<PRICAT.SegGrp17.SegGrp36.SegGrp41.SegGrp45> getSegGrp45()
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 segGrp45 property.
For example, to add a new item, do as follows:
getSegGrp45().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp36 .SegGrp41 .SegGrp45
public List<PRICAT.SegGrp17.SegGrp36.SegGrp41.SegGrp46> getSegGrp46()
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 segGrp46 property.
For example, to add a new item, do as follows:
getSegGrp46().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp36 .SegGrp41 .SegGrp46
public PRICAT.SegGrp17.SegGrp36.SegGrp41 withALC(ALCAllowanceOrCharge value)
public PRICAT.SegGrp17.SegGrp36.SegGrp41 withALI(ALIAdditionalInformation... values)
public PRICAT.SegGrp17.SegGrp36.SegGrp41 withALI(Collection<ALIAdditionalInformation> values)
public PRICAT.SegGrp17.SegGrp36.SegGrp41 withDTM(DTMDateTimePeriod... values)
public PRICAT.SegGrp17.SegGrp36.SegGrp41 withDTM(Collection<DTMDateTimePeriod> values)
public PRICAT.SegGrp17.SegGrp36.SegGrp41 withLOC(LOCPlaceLocationIdentification... values)
public PRICAT.SegGrp17.SegGrp36.SegGrp41 withLOC(Collection<LOCPlaceLocationIdentification> values)
public PRICAT.SegGrp17.SegGrp36.SegGrp41 withSegGrp42(PRICAT.SegGrp17.SegGrp36.SegGrp41.SegGrp42... values)
public PRICAT.SegGrp17.SegGrp36.SegGrp41 withSegGrp42(Collection<PRICAT.SegGrp17.SegGrp36.SegGrp41.SegGrp42> values)
public PRICAT.SegGrp17.SegGrp36.SegGrp41 withSegGrp43(PRICAT.SegGrp17.SegGrp36.SegGrp41.SegGrp43... values)
public PRICAT.SegGrp17.SegGrp36.SegGrp41 withSegGrp43(Collection<PRICAT.SegGrp17.SegGrp36.SegGrp41.SegGrp43> values)
public PRICAT.SegGrp17.SegGrp36.SegGrp41 withSegGrp44(PRICAT.SegGrp17.SegGrp36.SegGrp41.SegGrp44... values)
public PRICAT.SegGrp17.SegGrp36.SegGrp41 withSegGrp44(Collection<PRICAT.SegGrp17.SegGrp36.SegGrp41.SegGrp44> values)
public PRICAT.SegGrp17.SegGrp36.SegGrp41 withSegGrp45(PRICAT.SegGrp17.SegGrp36.SegGrp41.SegGrp45... values)
public PRICAT.SegGrp17.SegGrp36.SegGrp41 withSegGrp45(Collection<PRICAT.SegGrp17.SegGrp36.SegGrp41.SegGrp45> values)
public PRICAT.SegGrp17.SegGrp36.SegGrp41 withSegGrp46(PRICAT.SegGrp17.SegGrp36.SegGrp41.SegGrp46... values)
public PRICAT.SegGrp17.SegGrp36.SegGrp41 withSegGrp46(Collection<PRICAT.SegGrp17.SegGrp36.SegGrp41.SegGrp46> values)
Copyright © 2020. All rights reserved.