public class SupplierSelector
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
matchingType |
protected java.util.List<SupplierInvitation> |
supplierInvitation |
| Constructor and Description |
|---|
SupplierSelector() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMatchingType()
Gets the value of the matchingType property.
|
java.util.List<SupplierInvitation> |
getSupplierInvitation()
Gets the value of the supplierInvitation property.
|
void |
setMatchingType(java.lang.String value)
Sets the value of the matchingType property.
|
protected java.lang.String matchingType
protected java.util.List<SupplierInvitation> supplierInvitation
public java.lang.String getMatchingType()
Stringpublic void setMatchingType(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<SupplierInvitation> getSupplierInvitation()
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 supplierInvitation property.
For example, to add a new item, do as follows:
getSupplierInvitation().add(newItem);
Objects of the following type(s) are allowed in the list
SupplierInvitation
Copyright © 2018 SAP SE. All Rights Reserved.