public class ProductPackageServiceInterfacecreateProductPackages extends Object
ProductPackage objects.| Modifier and Type | Field and Description |
|---|---|
protected List<ProductPackage> |
productPackages |
| Constructor and Description |
|---|
ProductPackageServiceInterfacecreateProductPackages() |
| Modifier and Type | Method and Description |
|---|---|
List<ProductPackage> |
getProductPackages()
Gets the value of the productPackages property.
|
protected List<ProductPackage> productPackages
public ProductPackageServiceInterfacecreateProductPackages()
public List<ProductPackage> getProductPackages()
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 productPackages property.
For example, to add a new item, do as follows:
getProductPackages().add(newItem);
Objects of the following type(s) are allowed in the list
ProductPackage
Copyright © 2018. All Rights Reserved.