public class DGRECA extends Object
Java class for DGRECA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DGRECA">
<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" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-1" maxOccurs="9" minOccurs="0">
<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" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-2">
<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="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="2"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="2"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="2" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-3">
<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-4" minOccurs="0">
<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/D12B}CTA-ContactInformation"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" maxOccurs="3" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-5" maxOccurs="999">
<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/D12B}DGS-DangerousGoods"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="99" minOccurs="0"/>
<element name="SGP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SGP-SplitGoodsPlacement" maxOccurs="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DGRECA.SegGrp1
Java class for anonymous complex type.
|
static class |
DGRECA.SegGrp2
Java class for anonymous complex type.
|
static class |
DGRECA.SegGrp3
Java class for anonymous complex type.
|
static class |
DGRECA.SegGrp5
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
DGRECA() |
| Modifier and Type | Method and Description |
|---|---|
BGMBeginningOfMessage |
getBGM()
Gets the value of the bgm property.
|
List<DTMDateTimePeriod> |
getDTM()
Gets the value of the dtm property.
|
List<DGRECA.SegGrp1> |
getSegGrp1()
Gets the value of the segGrp1 property.
|
DGRECA.SegGrp2 |
getSegGrp2()
Gets the value of the segGrp2 property.
|
DGRECA.SegGrp3 |
getSegGrp3()
Gets the value of the segGrp3 property.
|
List<DGRECA.SegGrp5> |
getSegGrp5()
Gets the value of the segGrp5 property.
|
void |
setBGM(BGMBeginningOfMessage value)
Sets the value of the bgm property.
|
void |
setSegGrp2(DGRECA.SegGrp2 value)
Sets the value of the segGrp2 property.
|
void |
setSegGrp3(DGRECA.SegGrp3 value)
Sets the value of the segGrp3 property.
|
DGRECA |
withBGM(BGMBeginningOfMessage value) |
DGRECA |
withDTM(Collection<DTMDateTimePeriod> values) |
DGRECA |
withDTM(DTMDateTimePeriod... values) |
DGRECA |
withSegGrp1(Collection<DGRECA.SegGrp1> values) |
DGRECA |
withSegGrp1(DGRECA.SegGrp1... values) |
DGRECA |
withSegGrp2(DGRECA.SegGrp2 value) |
DGRECA |
withSegGrp3(DGRECA.SegGrp3 value) |
DGRECA |
withSegGrp5(Collection<DGRECA.SegGrp5> values) |
DGRECA |
withSegGrp5(DGRECA.SegGrp5... values) |
public BGMBeginningOfMessage getBGM()
BGMBeginningOfMessagepublic void setBGM(BGMBeginningOfMessage value)
value - allowed object is
BGMBeginningOfMessagepublic List<DTMDateTimePeriod> getDTM()
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 dtm property.
For example, to add a new item, do as follows:
getDTM().add(newItem);
Objects of the following type(s) are allowed in the list
DTMDateTimePeriod
public List<DGRECA.SegGrp1> getSegGrp1()
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 segGrp1 property.
For example, to add a new item, do as follows:
getSegGrp1().add(newItem);
Objects of the following type(s) are allowed in the list
DGRECA.SegGrp1
public DGRECA.SegGrp2 getSegGrp2()
DGRECA.SegGrp2public void setSegGrp2(DGRECA.SegGrp2 value)
value - allowed object is
DGRECA.SegGrp2public DGRECA.SegGrp3 getSegGrp3()
DGRECA.SegGrp3public void setSegGrp3(DGRECA.SegGrp3 value)
value - allowed object is
DGRECA.SegGrp3public List<DGRECA.SegGrp5> getSegGrp5()
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 segGrp5 property.
For example, to add a new item, do as follows:
getSegGrp5().add(newItem);
Objects of the following type(s) are allowed in the list
DGRECA.SegGrp5
public DGRECA withBGM(BGMBeginningOfMessage value)
public DGRECA withDTM(DTMDateTimePeriod... values)
public DGRECA withDTM(Collection<DTMDateTimePeriod> values)
public DGRECA withSegGrp1(DGRECA.SegGrp1... values)
public DGRECA withSegGrp1(Collection<DGRECA.SegGrp1> values)
public DGRECA withSegGrp2(DGRECA.SegGrp2 value)
public DGRECA withSegGrp3(DGRECA.SegGrp3 value)
public DGRECA withSegGrp5(DGRECA.SegGrp5... values)
public DGRECA withSegGrp5(Collection<DGRECA.SegGrp5> values)
Copyright © 2020. All rights reserved.