public static class CONEST.SegGrp22.SegGrp24 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="DIM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DIM-Dimensions"/>
<element name="APR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}APR-AdditionalPriceInformation" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp24() |
| Modifier and Type | Method and Description |
|---|---|
APRAdditionalPriceInformation |
getAPR()
Gets the value of the apr property.
|
DIMDimensions |
getDIM()
Gets the value of the dim property.
|
FTXFreeText |
getFTX()
Gets the value of the ftx property.
|
void |
setAPR(APRAdditionalPriceInformation value)
Sets the value of the apr property.
|
void |
setDIM(DIMDimensions value)
Sets the value of the dim property.
|
void |
setFTX(FTXFreeText value)
Sets the value of the ftx property.
|
CONEST.SegGrp22.SegGrp24 |
withAPR(APRAdditionalPriceInformation value) |
CONEST.SegGrp22.SegGrp24 |
withDIM(DIMDimensions value) |
CONEST.SegGrp22.SegGrp24 |
withFTX(FTXFreeText value) |
public DIMDimensions getDIM()
DIMDimensionspublic void setDIM(DIMDimensions value)
value - allowed object is
DIMDimensionspublic APRAdditionalPriceInformation getAPR()
APRAdditionalPriceInformationpublic void setAPR(APRAdditionalPriceInformation value)
value - allowed object is
APRAdditionalPriceInformationpublic FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic CONEST.SegGrp22.SegGrp24 withDIM(DIMDimensions value)
public CONEST.SegGrp22.SegGrp24 withAPR(APRAdditionalPriceInformation value)
public CONEST.SegGrp22.SegGrp24 withFTX(FTXFreeText value)
Copyright © 2020. All rights reserved.