public static class PROTAP.SegGrp1 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="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference"/>
<element name="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription" maxOccurs="9" minOccurs="0"/>
<element name="BII" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}BII-StructureIdentification" maxOccurs="99" minOccurs="0"/>
</sequence>
<element name="SegGrp-2" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="GIR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIR-RelatedIdentificationNumbers"/>
<element name="REL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}REL-Relationship" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PROTAP.SegGrp1.SegGrp2
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp1() |
| Modifier and Type | Method and Description |
|---|---|
List<BIIStructureIdentification> |
getBII()
Gets the value of the bii property.
|
List<IMDItemDescription> |
getIMD()
Gets the value of the imd property.
|
RFFReference |
getRFF()
Gets the value of the rff property.
|
List<PROTAP.SegGrp1.SegGrp2> |
getSegGrp2()
Gets the value of the segGrp2 property.
|
void |
setRFF(RFFReference value)
Sets the value of the rff property.
|
PROTAP.SegGrp1 |
withBII(BIIStructureIdentification... values) |
PROTAP.SegGrp1 |
withBII(Collection<BIIStructureIdentification> values) |
PROTAP.SegGrp1 |
withIMD(Collection<IMDItemDescription> values) |
PROTAP.SegGrp1 |
withIMD(IMDItemDescription... values) |
PROTAP.SegGrp1 |
withRFF(RFFReference value) |
PROTAP.SegGrp1 |
withSegGrp2(Collection<PROTAP.SegGrp1.SegGrp2> values) |
PROTAP.SegGrp1 |
withSegGrp2(PROTAP.SegGrp1.SegGrp2... values) |
public RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic 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 List<BIIStructureIdentification> getBII()
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 bii property.
For example, to add a new item, do as follows:
getBII().add(newItem);
Objects of the following type(s) are allowed in the list
BIIStructureIdentification
public List<PROTAP.SegGrp1.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
.SegGrp2
public PROTAP.SegGrp1 withRFF(RFFReference value)
public PROTAP.SegGrp1 withIMD(IMDItemDescription... values)
public PROTAP.SegGrp1 withIMD(Collection<IMDItemDescription> values)
public PROTAP.SegGrp1 withBII(BIIStructureIdentification... values)
public PROTAP.SegGrp1 withBII(Collection<BIIStructureIdentification> values)
public PROTAP.SegGrp1 withSegGrp2(PROTAP.SegGrp1.SegGrp2... values)
public PROTAP.SegGrp1 withSegGrp2(Collection<PROTAP.SegGrp1.SegGrp2> values)
Copyright © 2020. All rights reserved.