public static class RECADV.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"/>
</sequence>
<element name="SegGrp-12" maxOccurs="10" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="CDI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CDI-PhysicalOrLogicalState"/>
<element name="INP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}INP-PartiesAndInstruction" maxOccurs="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-13" maxOccurs="25" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="SEL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEL-SealNumber"/>
<element name="CDI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CDI-PhysicalOrLogicalState" maxOccurs="10"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-14" maxOccurs="10" 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/D12B}EQA-AttachedEquipment"/>
</sequence>
<element name="SegGrp-15" maxOccurs="10" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="CDI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CDI-PhysicalOrLogicalState"/>
<element name="INP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}INP-PartiesAndInstruction" maxOccurs="5" 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 |
RECADV.SegGrp11.SegGrp12
Java class for anonymous complex type.
|
static class |
RECADV.SegGrp11.SegGrp13
Java class for anonymous complex type.
|
static class |
RECADV.SegGrp11.SegGrp14
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp11() |
| Modifier and Type | Method and Description |
|---|---|
EQDEquipmentDetails |
getEQD()
Gets the value of the eqd property.
|
List<RECADV.SegGrp11.SegGrp12> |
getSegGrp12()
Gets the value of the segGrp12 property.
|
List<RECADV.SegGrp11.SegGrp13> |
getSegGrp13()
Gets the value of the segGrp13 property.
|
List<RECADV.SegGrp11.SegGrp14> |
getSegGrp14()
Gets the value of the segGrp14 property.
|
void |
setEQD(EQDEquipmentDetails value)
Sets the value of the eqd property.
|
RECADV.SegGrp11 |
withEQD(EQDEquipmentDetails value) |
RECADV.SegGrp11 |
withSegGrp12(Collection<RECADV.SegGrp11.SegGrp12> values) |
RECADV.SegGrp11 |
withSegGrp12(RECADV.SegGrp11.SegGrp12... values) |
RECADV.SegGrp11 |
withSegGrp13(Collection<RECADV.SegGrp11.SegGrp13> values) |
RECADV.SegGrp11 |
withSegGrp13(RECADV.SegGrp11.SegGrp13... values) |
RECADV.SegGrp11 |
withSegGrp14(Collection<RECADV.SegGrp11.SegGrp14> values) |
RECADV.SegGrp11 |
withSegGrp14(RECADV.SegGrp11.SegGrp14... values) |
public EQDEquipmentDetails getEQD()
EQDEquipmentDetailspublic void setEQD(EQDEquipmentDetails value)
value - allowed object is
EQDEquipmentDetailspublic List<RECADV.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<RECADV.SegGrp11.SegGrp13> getSegGrp13()
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 segGrp13 property.
For example, to add a new item, do as follows:
getSegGrp13().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp13
public List<RECADV.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 RECADV.SegGrp11 withEQD(EQDEquipmentDetails value)
public RECADV.SegGrp11 withSegGrp12(RECADV.SegGrp11.SegGrp12... values)
public RECADV.SegGrp11 withSegGrp12(Collection<RECADV.SegGrp11.SegGrp12> values)
public RECADV.SegGrp11 withSegGrp13(RECADV.SegGrp11.SegGrp13... values)
public RECADV.SegGrp11 withSegGrp13(Collection<RECADV.SegGrp11.SegGrp13> values)
public RECADV.SegGrp11 withSegGrp14(RECADV.SegGrp11.SegGrp14... values)
public RECADV.SegGrp11 withSegGrp14(Collection<RECADV.SegGrp11.SegGrp14> values)
Copyright © 2020. All rights reserved.