public static class CONITT.SegGrp22.SegGrp32 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="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
<element name="RNG" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RNG-RangeDetails" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="10" minOccurs="0"/>
</sequence>
<element name="SegGrp-33" maxOccurs="20" 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="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CONITT.SegGrp22.SegGrp32.SegGrp33
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp32() |
public ALCAllowanceOrCharge getALC()
ALCAllowanceOrChargepublic void setALC(ALCAllowanceOrCharge value)
value - allowed object is
ALCAllowanceOrChargepublic RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic RNGRangeDetails getRNG()
RNGRangeDetailspublic void setRNG(RNGRangeDetails value)
value - allowed object is
RNGRangeDetailspublic List<FTXFreeText> getFTX()
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 ftx property.
For example, to add a new item, do as follows:
getFTX().add(newItem);
Objects of the following type(s) are allowed in the list
FTXFreeText
public List<CONITT.SegGrp22.SegGrp32.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
.SegGrp32 .SegGrp33
public CONITT.SegGrp22.SegGrp32 withALC(ALCAllowanceOrCharge value)
public CONITT.SegGrp22.SegGrp32 withRFF(RFFReference value)
public CONITT.SegGrp22.SegGrp32 withDTM(DTMDateTimePeriod value)
public CONITT.SegGrp22.SegGrp32 withRNG(RNGRangeDetails value)
public CONITT.SegGrp22.SegGrp32 withFTX(FTXFreeText... values)
public CONITT.SegGrp22.SegGrp32 withFTX(Collection<FTXFreeText> values)
public CONITT.SegGrp22.SegGrp32 withSegGrp33(CONITT.SegGrp22.SegGrp32.SegGrp33... values)
public CONITT.SegGrp22.SegGrp32 withSegGrp33(Collection<CONITT.SegGrp22.SegGrp32.SegGrp33> values)
Copyright © 2020. All rights reserved.