public static class CUSPED.SegGrp7.SegGrp15.SegGrp29 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="GIR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIR-RelatedIdentificationNumbers"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" maxOccurs="9" minOccurs="0"/>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-30" maxOccurs="99" 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"/>
</sequence>
<element name="SegGrp-31" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CUX-Currencies"/>
<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>
</element>
<element name="SegGrp-32" maxOccurs="99" 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" maxOccurs="9" minOccurs="0"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-33" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="DOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DOC-DocumentMessageDetails"/>
<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" minOccurs="0"/>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CUSPED.SegGrp7.SegGrp15.SegGrp29.SegGrp30
Java class for anonymous complex type.
|
static class |
CUSPED.SegGrp7.SegGrp15.SegGrp29.SegGrp32
Java class for anonymous complex type.
|
static class |
CUSPED.SegGrp7.SegGrp15.SegGrp29.SegGrp33
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp29() |
public GIRRelatedIdentificationNumbers getGIR()
GIRRelatedIdentificationNumberspublic void setGIR(GIRRelatedIdentificationNumbers value)
value - allowed object is
GIRRelatedIdentificationNumberspublic List<GEIProcessingInformation> getGEI()
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 gei property.
For example, to add a new item, do as follows:
getGEI().add(newItem);
Objects of the following type(s) are allowed in the list
GEIProcessingInformation
public NADNameAndAddress getNAD()
NADNameAndAddresspublic void setNAD(NADNameAndAddress value)
value - allowed object is
NADNameAndAddresspublic List<MEAMeasurements> getMEA()
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 mea property.
For example, to add a new item, do as follows:
getMEA().add(newItem);
Objects of the following type(s) are allowed in the list
MEAMeasurements
public List<CUSPED.SegGrp7.SegGrp15.SegGrp29.SegGrp30> getSegGrp30()
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 segGrp30 property.
For example, to add a new item, do as follows:
getSegGrp30().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp15 .SegGrp29 .SegGrp30
public List<CUSPED.SegGrp7.SegGrp15.SegGrp29.SegGrp32> getSegGrp32()
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 segGrp32 property.
For example, to add a new item, do as follows:
getSegGrp32().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp15 .SegGrp29 .SegGrp32
public List<CUSPED.SegGrp7.SegGrp15.SegGrp29.SegGrp33> getSegGrp33()
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 segGrp33 property.
For example, to add a new item, do as follows:
getSegGrp33().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp15 .SegGrp29 .SegGrp33
public CUSPED.SegGrp7.SegGrp15.SegGrp29 withGIR(GIRRelatedIdentificationNumbers value)
public CUSPED.SegGrp7.SegGrp15.SegGrp29 withGEI(GEIProcessingInformation... values)
public CUSPED.SegGrp7.SegGrp15.SegGrp29 withGEI(Collection<GEIProcessingInformation> values)
public CUSPED.SegGrp7.SegGrp15.SegGrp29 withNAD(NADNameAndAddress value)
public CUSPED.SegGrp7.SegGrp15.SegGrp29 withMEA(MEAMeasurements... values)
public CUSPED.SegGrp7.SegGrp15.SegGrp29 withMEA(Collection<MEAMeasurements> values)
public CUSPED.SegGrp7.SegGrp15.SegGrp29 withSegGrp30(CUSPED.SegGrp7.SegGrp15.SegGrp29.SegGrp30... values)
public CUSPED.SegGrp7.SegGrp15.SegGrp29 withSegGrp30(Collection<CUSPED.SegGrp7.SegGrp15.SegGrp29.SegGrp30> values)
public CUSPED.SegGrp7.SegGrp15.SegGrp29 withSegGrp32(CUSPED.SegGrp7.SegGrp15.SegGrp29.SegGrp32... values)
public CUSPED.SegGrp7.SegGrp15.SegGrp29 withSegGrp32(Collection<CUSPED.SegGrp7.SegGrp15.SegGrp29.SegGrp32> values)
public CUSPED.SegGrp7.SegGrp15.SegGrp29 withSegGrp33(CUSPED.SegGrp7.SegGrp15.SegGrp29.SegGrp33... values)
public CUSPED.SegGrp7.SegGrp15.SegGrp29 withSegGrp33(Collection<CUSPED.SegGrp7.SegGrp15.SegGrp29.SegGrp33> values)
Copyright © 2020. All rights reserved.