public static class CODENO.SegGrp11 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/D12B}EQD-EquipmentDetails"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-12" 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/D12B}DGS-DangerousGoods"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-13" maxOccurs="9" 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="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-14" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="TMP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TMP-Temperature"/>
<element name="RNG" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RNG-RangeDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CODENO.SegGrp11.SegGrp12
Java class for anonymous complex type.
|
static class |
CODENO.SegGrp11.SegGrp14
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp11() |
public EQDEquipmentDetails getEQD()
EQDEquipmentDetailspublic void setEQD(EQDEquipmentDetails value)
value - allowed object is
EQDEquipmentDetailspublic RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic 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<CODENO.SegGrp11.SegGrp12> getSegGrp12()
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 segGrp12 property.
For example, to add a new item, do as follows:
getSegGrp12().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp12
public List<CODENO.SegGrp11.SegGrp14> getSegGrp14()
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 segGrp14 property.
For example, to add a new item, do as follows:
getSegGrp14().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp14
public CODENO.SegGrp11 withEQD(EQDEquipmentDetails value)
public CODENO.SegGrp11 withRFF(RFFReference value)
public CODENO.SegGrp11 withNAD(NADNameAndAddress... values)
public CODENO.SegGrp11 withNAD(Collection<NADNameAndAddress> values)
public CODENO.SegGrp11 withSegGrp12(CODENO.SegGrp11.SegGrp12... values)
public CODENO.SegGrp11 withSegGrp12(Collection<CODENO.SegGrp11.SegGrp12> values)
public CODENO.SegGrp11 withSegGrp14(CODENO.SegGrp11.SegGrp14... values)
public CODENO.SegGrp11 withSegGrp14(Collection<CODENO.SegGrp11.SegGrp14> values)
Copyright © 2020. All rights reserved.