public class TPFREP extends Object
Java class for TPFREP complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TPFREP">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="BGM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}BGM-BeginningOfMessage"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-1">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="TDT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TDT-TransportInformation"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-2" maxOccurs="999" minOccurs="0">
<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/D12B}EQD-EquipmentDetails"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="99" minOccurs="0"/>
</sequence>
<element name="SegGrp-3" maxOccurs="999" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-4" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress"/>
</sequence>
<element name="SegGrp-5" maxOccurs="999" minOccurs="0">
<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/D12B}EQD-EquipmentDetails"/>
</sequence>
<element name="SegGrp-6" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TPFREP.SegGrp1
Java class for anonymous complex type.
|
static class |
TPFREP.SegGrp2
Java class for anonymous complex type.
|
static class |
TPFREP.SegGrp4
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
TPFREP() |
| Modifier and Type | Method and Description |
|---|---|
BGMBeginningOfMessage |
getBGM()
Gets the value of the bgm property.
|
DTMDateTimePeriod |
getDTM()
Gets the value of the dtm property.
|
List<FTXFreeText> |
getFTX()
Gets the value of the ftx property.
|
TPFREP.SegGrp1 |
getSegGrp1()
Gets the value of the segGrp1 property.
|
List<TPFREP.SegGrp2> |
getSegGrp2()
Gets the value of the segGrp2 property.
|
List<TPFREP.SegGrp4> |
getSegGrp4()
Gets the value of the segGrp4 property.
|
void |
setBGM(BGMBeginningOfMessage value)
Sets the value of the bgm property.
|
void |
setDTM(DTMDateTimePeriod value)
Sets the value of the dtm property.
|
void |
setSegGrp1(TPFREP.SegGrp1 value)
Sets the value of the segGrp1 property.
|
TPFREP |
withBGM(BGMBeginningOfMessage value) |
TPFREP |
withDTM(DTMDateTimePeriod value) |
TPFREP |
withFTX(Collection<FTXFreeText> values) |
TPFREP |
withFTX(FTXFreeText... values) |
TPFREP |
withSegGrp1(TPFREP.SegGrp1 value) |
TPFREP |
withSegGrp2(Collection<TPFREP.SegGrp2> values) |
TPFREP |
withSegGrp2(TPFREP.SegGrp2... values) |
TPFREP |
withSegGrp4(Collection<TPFREP.SegGrp4> values) |
TPFREP |
withSegGrp4(TPFREP.SegGrp4... values) |
public BGMBeginningOfMessage getBGM()
BGMBeginningOfMessagepublic void setBGM(BGMBeginningOfMessage value)
value - allowed object is
BGMBeginningOfMessagepublic DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic 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 TPFREP.SegGrp1 getSegGrp1()
TPFREP.SegGrp1public void setSegGrp1(TPFREP.SegGrp1 value)
value - allowed object is
TPFREP.SegGrp1public List<TPFREP.SegGrp2> getSegGrp2()
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 segGrp2 property.
For example, to add a new item, do as follows:
getSegGrp2().add(newItem);
Objects of the following type(s) are allowed in the list
TPFREP.SegGrp2
public List<TPFREP.SegGrp4> getSegGrp4()
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 segGrp4 property.
For example, to add a new item, do as follows:
getSegGrp4().add(newItem);
Objects of the following type(s) are allowed in the list
TPFREP.SegGrp4
public TPFREP withBGM(BGMBeginningOfMessage value)
public TPFREP withDTM(DTMDateTimePeriod value)
public TPFREP withFTX(FTXFreeText... values)
public TPFREP withFTX(Collection<FTXFreeText> values)
public TPFREP withSegGrp1(TPFREP.SegGrp1 value)
public TPFREP withSegGrp2(TPFREP.SegGrp2... values)
public TPFREP withSegGrp2(Collection<TPFREP.SegGrp2> values)
public TPFREP withSegGrp4(TPFREP.SegGrp4... values)
public TPFREP withSegGrp4(Collection<TPFREP.SegGrp4> values)
Copyright © 2020. All rights reserved.