public class PGIProductGroupInformation extends Object
Java class for PGI-ProductGroupInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PGI-ProductGroupInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E5379" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5379-ProductGroupTypeCode"/>
<element name="C288" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C288-ProductGroup" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PGIProductGroupInformation() |
| Modifier and Type | Method and Description |
|---|---|
C288ProductGroup |
getC288()
Gets the value of the c288 property.
|
String |
getE5379()
Gets the value of the e5379 property.
|
void |
setC288(C288ProductGroup value)
Sets the value of the c288 property.
|
void |
setE5379(String value)
Sets the value of the e5379 property.
|
PGIProductGroupInformation |
withC288(C288ProductGroup value) |
PGIProductGroupInformation |
withE5379(String value) |
public String getE5379()
Stringpublic void setE5379(String value)
value - allowed object is
Stringpublic C288ProductGroup getC288()
C288ProductGrouppublic void setC288(C288ProductGroup value)
value - allowed object is
C288ProductGrouppublic PGIProductGroupInformation withE5379(String value)
public PGIProductGroupInformation withC288(C288ProductGroup value)
Copyright © 2020. All rights reserved.