public static class CONEST.SegGrp1.SegGrp2.SegGrp3 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="BII" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}BII-StructureIdentification"/>
<element name="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription" maxOccurs="9"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp3() |
| Modifier and Type | Method and Description |
|---|---|
BIIStructureIdentification |
getBII()
Gets the value of the bii property.
|
List<IMDItemDescription> |
getIMD()
Gets the value of the imd property.
|
void |
setBII(BIIStructureIdentification value)
Sets the value of the bii property.
|
CONEST.SegGrp1.SegGrp2.SegGrp3 |
withBII(BIIStructureIdentification value) |
CONEST.SegGrp1.SegGrp2.SegGrp3 |
withIMD(Collection<IMDItemDescription> values) |
CONEST.SegGrp1.SegGrp2.SegGrp3 |
withIMD(IMDItemDescription... values) |
public BIIStructureIdentification getBII()
BIIStructureIdentificationpublic void setBII(BIIStructureIdentification value)
value - allowed object is
BIIStructureIdentificationpublic List<IMDItemDescription> getIMD()
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 imd property.
For example, to add a new item, do as follows:
getIMD().add(newItem);
Objects of the following type(s) are allowed in the list
IMDItemDescription
public CONEST.SegGrp1.SegGrp2.SegGrp3 withBII(BIIStructureIdentification value)
public CONEST.SegGrp1.SegGrp2.SegGrp3 withIMD(IMDItemDescription... values)
public CONEST.SegGrp1.SegGrp2.SegGrp3 withIMD(Collection<IMDItemDescription> values)
Copyright © 2020. All rights reserved.