public class Vendor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address |
protected java.lang.String |
preferred |
protected java.util.List<SupplierID> |
supplierID |
| Constructor and Description |
|---|
Vendor() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Gets the value of the address property.
|
java.lang.String |
getPreferred()
Gets the value of the preferred property.
|
java.util.List<SupplierID> |
getSupplierID()
Gets the value of the supplierID property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setPreferred(java.lang.String value)
Sets the value of the preferred property.
|
protected java.lang.String preferred
protected Address address
protected java.util.List<SupplierID> supplierID
public java.lang.String getPreferred()
Stringpublic void setPreferred(java.lang.String value)
value - allowed object is
Stringpublic Address getAddress()
Addresspublic void setAddress(Address value)
value - allowed object is
Addresspublic java.util.List<SupplierID> getSupplierID()
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 supplierID property.
For example, to add a new item, do as follows:
getSupplierID().add(newItem);
Objects of the following type(s) are allowed in the list
SupplierID
Copyright © 2018 SAP SE. All Rights Reserved.