public static class INSPRE.SegGrp3.SegGrp4.SegGrp5 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="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
<element name="SegGrp-6" maxOccurs="2" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="IND" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IND-IndexDetails"/>
<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-7" maxOccurs="2" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-8" 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="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
INSPRE.SegGrp3.SegGrp4.SegGrp5.SegGrp6
Java class for anonymous complex type.
|
static class |
INSPRE.SegGrp3.SegGrp4.SegGrp5.SegGrp7
Java class for anonymous complex type.
|
static class |
INSPRE.SegGrp3.SegGrp4.SegGrp5.SegGrp8
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp5() |
public MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic List<INSPRE.SegGrp3.SegGrp4.SegGrp5.SegGrp6> getSegGrp6()
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 segGrp6 property.
For example, to add a new item, do as follows:
getSegGrp6().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp4 .SegGrp5 .SegGrp6
public List<INSPRE.SegGrp3.SegGrp4.SegGrp5.SegGrp7> getSegGrp7()
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 segGrp7 property.
For example, to add a new item, do as follows:
getSegGrp7().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp4 .SegGrp5 .SegGrp7
public INSPRE.SegGrp3.SegGrp4.SegGrp5.SegGrp8 getSegGrp8()
.SegGrp4 .SegGrp5 .SegGrp8 public void setSegGrp8(INSPRE.SegGrp3.SegGrp4.SegGrp5.SegGrp8 value)
value - allowed object is
.SegGrp4 .SegGrp5 .SegGrp8 public INSPRE.SegGrp3.SegGrp4.SegGrp5 withMOA(MOAMonetaryAmount value)
public INSPRE.SegGrp3.SegGrp4.SegGrp5 withDTM(DTMDateTimePeriod value)
public INSPRE.SegGrp3.SegGrp4.SegGrp5 withSegGrp6(INSPRE.SegGrp3.SegGrp4.SegGrp5.SegGrp6... values)
public INSPRE.SegGrp3.SegGrp4.SegGrp5 withSegGrp6(Collection<INSPRE.SegGrp3.SegGrp4.SegGrp5.SegGrp6> values)
public INSPRE.SegGrp3.SegGrp4.SegGrp5 withSegGrp7(INSPRE.SegGrp3.SegGrp4.SegGrp5.SegGrp7... values)
public INSPRE.SegGrp3.SegGrp4.SegGrp5 withSegGrp7(Collection<INSPRE.SegGrp3.SegGrp4.SegGrp5.SegGrp7> values)
public INSPRE.SegGrp3.SegGrp4.SegGrp5 withSegGrp8(INSPRE.SegGrp3.SegGrp4.SegGrp5.SegGrp8 value)
Copyright © 2020. All rights reserved.