public class PIAAdditionalProductId extends Object
Java class for PIA-AdditionalProductId complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PIA-AdditionalProductId">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E4347" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4347-ProductIdentifierCodeQualifier"/>
<sequence>
<element name="C212" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C212-ItemNumberIdentification" maxOccurs="4"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PIAAdditionalProductId() |
| Modifier and Type | Method and Description |
|---|---|
List<C212ItemNumberIdentification> |
getC212()
Gets the value of the c212 property.
|
String |
getE4347()
Gets the value of the e4347 property.
|
void |
setE4347(String value)
Sets the value of the e4347 property.
|
PIAAdditionalProductId |
withC212(C212ItemNumberIdentification... values) |
PIAAdditionalProductId |
withC212(Collection<C212ItemNumberIdentification> values) |
PIAAdditionalProductId |
withE4347(String value) |
public String getE4347()
Stringpublic void setE4347(String value)
value - allowed object is
Stringpublic List<C212ItemNumberIdentification> getC212()
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 c212 property.
For example, to add a new item, do as follows:
getC212().add(newItem);
Objects of the following type(s) are allowed in the list
C212ItemNumberIdentification
public PIAAdditionalProductId withE4347(String value)
public PIAAdditionalProductId withC212(C212ItemNumberIdentification... values)
public PIAAdditionalProductId withC212(Collection<C212ItemNumberIdentification> values)
Copyright © 2020. All rights reserved.