public static class IFCSUM.SegGrp22 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="EQD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}EQD-EquipmentDetails"/>
<element name="EQN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}EQN-NumberOfUnits" minOccurs="0"/>
<element name="TPL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}TPL-TransportPlacement" minOccurs="0"/>
<element name="TMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}TMD-TransportMovementDetails" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}MEA-Measurements" maxOccurs="9" minOccurs="0"/>
<element name="DIM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}DIM-Dimensions" maxOccurs="9" minOccurs="0"/>
<element name="SEL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}SEL-SealNumber" maxOccurs="9" minOccurs="0"/>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}NAD-NameAndAddress" maxOccurs="9" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}LOC-PlaceLocationIdentification" maxOccurs="9" minOccurs="0"/>
<element name="HAN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}HAN-HandlingInstructions" minOccurs="0"/>
<element name="TMP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}TMP-Temperature" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}RFF-Reference" maxOccurs="9" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}PCD-PercentageDetails" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-23" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="EQA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}EQA-AttachedEquipment"/>
<element name="EQN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}EQN-NumberOfUnits" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-24" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="DGS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}DGS-DangerousGoods"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-25">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="CTA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}CTA-ContactInformation"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}COM-CommunicationContact" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
IFCSUM.SegGrp22.SegGrp23
Java class for anonymous complex type.
|
static class |
IFCSUM.SegGrp22.SegGrp24
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp22() |
public EQDEquipmentDetails getEQD()
EQDEquipmentDetailspublic void setEQD(EQDEquipmentDetails value)
value - allowed object is
EQDEquipmentDetailspublic EQNNumberOfUnits getEQN()
EQNNumberOfUnitspublic void setEQN(EQNNumberOfUnits value)
value - allowed object is
EQNNumberOfUnitspublic TPLTransportPlacement getTPL()
TPLTransportPlacementpublic void setTPL(TPLTransportPlacement value)
value - allowed object is
TPLTransportPlacementpublic TMDTransportMovementDetails getTMD()
TMDTransportMovementDetailspublic void setTMD(TMDTransportMovementDetails value)
value - allowed object is
TMDTransportMovementDetailspublic 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<DIMDimensions> getDIM()
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 dim property.
For example, to add a new item, do as follows:
getDIM().add(newItem);
Objects of the following type(s) are allowed in the list
DIMDimensions
public List<SELSealNumber> getSEL()
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 sel property.
For example, to add a new item, do as follows:
getSEL().add(newItem);
Objects of the following type(s) are allowed in the list
SELSealNumber
public List<NADNameAndAddress> getNAD()
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 nad property.
For example, to add a new item, do as follows:
getNAD().add(newItem);
Objects of the following type(s) are allowed in the list
NADNameAndAddress
public List<LOCPlaceLocationIdentification> getLOC()
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 loc property.
For example, to add a new item, do as follows:
getLOC().add(newItem);
Objects of the following type(s) are allowed in the list
LOCPlaceLocationIdentification
public HANHandlingInstructions getHAN()
HANHandlingInstructionspublic void setHAN(HANHandlingInstructions value)
value - allowed object is
HANHandlingInstructionspublic TMPTemperature getTMP()
TMPTemperaturepublic void setTMP(TMPTemperature value)
value - allowed object is
TMPTemperaturepublic 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<RFFReference> getRFF()
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 rff property.
For example, to add a new item, do as follows:
getRFF().add(newItem);
Objects of the following type(s) are allowed in the list
RFFReference
public List<PCDPercentageDetails> getPCD()
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 pcd property.
For example, to add a new item, do as follows:
getPCD().add(newItem);
Objects of the following type(s) are allowed in the list
PCDPercentageDetails
public List<IFCSUM.SegGrp22.SegGrp23> getSegGrp23()
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 segGrp23 property.
For example, to add a new item, do as follows:
getSegGrp23().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp23
public List<IFCSUM.SegGrp22.SegGrp24> getSegGrp24()
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 segGrp24 property.
For example, to add a new item, do as follows:
getSegGrp24().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp24
public IFCSUM.SegGrp22 withEQD(EQDEquipmentDetails value)
public IFCSUM.SegGrp22 withEQN(EQNNumberOfUnits value)
public IFCSUM.SegGrp22 withTPL(TPLTransportPlacement value)
public IFCSUM.SegGrp22 withTMD(TMDTransportMovementDetails value)
public IFCSUM.SegGrp22 withMEA(MEAMeasurements... values)
public IFCSUM.SegGrp22 withMEA(Collection<MEAMeasurements> values)
public IFCSUM.SegGrp22 withDIM(DIMDimensions... values)
public IFCSUM.SegGrp22 withDIM(Collection<DIMDimensions> values)
public IFCSUM.SegGrp22 withSEL(SELSealNumber... values)
public IFCSUM.SegGrp22 withSEL(Collection<SELSealNumber> values)
public IFCSUM.SegGrp22 withNAD(NADNameAndAddress... values)
public IFCSUM.SegGrp22 withNAD(Collection<NADNameAndAddress> values)
public IFCSUM.SegGrp22 withLOC(LOCPlaceLocationIdentification... values)
public IFCSUM.SegGrp22 withLOC(Collection<LOCPlaceLocationIdentification> values)
public IFCSUM.SegGrp22 withHAN(HANHandlingInstructions value)
public IFCSUM.SegGrp22 withTMP(TMPTemperature value)
public IFCSUM.SegGrp22 withFTX(FTXFreeText... values)
public IFCSUM.SegGrp22 withFTX(Collection<FTXFreeText> values)
public IFCSUM.SegGrp22 withRFF(RFFReference... values)
public IFCSUM.SegGrp22 withRFF(Collection<RFFReference> values)
public IFCSUM.SegGrp22 withPCD(PCDPercentageDetails... values)
public IFCSUM.SegGrp22 withPCD(Collection<PCDPercentageDetails> values)
public IFCSUM.SegGrp22 withSegGrp23(IFCSUM.SegGrp22.SegGrp23... values)
public IFCSUM.SegGrp22 withSegGrp23(Collection<IFCSUM.SegGrp22.SegGrp23> values)
public IFCSUM.SegGrp22 withSegGrp24(IFCSUM.SegGrp22.SegGrp24... values)
public IFCSUM.SegGrp22 withSegGrp24(Collection<IFCSUM.SegGrp22.SegGrp24> values)
Copyright © 2020. All rights reserved.