public static class CUSDEC.SegGrp32.SegGrp37 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="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
<element name="GIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIN-GoodsIdentityNumber" maxOccurs="99" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" minOccurs="0"/>
</sequence>
<element name="SegGrp-38" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CUSDEC.SegGrp32.SegGrp37.SegGrp38
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp37() |
public RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic List<GINGoodsIdentityNumber> getGIN()
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 gin property.
For example, to add a new item, do as follows:
getGIN().add(newItem);
Objects of the following type(s) are allowed in the list
GINGoodsIdentityNumber
public MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic CUSDEC.SegGrp32.SegGrp37.SegGrp38 getSegGrp38()
.SegGrp37 .SegGrp38 public void setSegGrp38(CUSDEC.SegGrp32.SegGrp37.SegGrp38 value)
value - allowed object is
.SegGrp37 .SegGrp38 public CUSDEC.SegGrp32.SegGrp37 withRFF(RFFReference value)
public CUSDEC.SegGrp32.SegGrp37 withDTM(DTMDateTimePeriod value)
public CUSDEC.SegGrp32.SegGrp37 withGIN(GINGoodsIdentityNumber... values)
public CUSDEC.SegGrp32.SegGrp37 withGIN(Collection<GINGoodsIdentityNumber> values)
public CUSDEC.SegGrp32.SegGrp37 withMOA(MOAMonetaryAmount value)
public CUSDEC.SegGrp32.SegGrp37 withSegGrp38(CUSDEC.SegGrp32.SegGrp37.SegGrp38 value)
Copyright © 2020. All rights reserved.