public class OrderMethods
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Contact |
contact |
protected java.util.List<OrderMethod> |
orderMethod |
| Constructor and Description |
|---|
OrderMethods() |
| Modifier and Type | Method and Description |
|---|---|
Contact |
getContact()
Gets the value of the contact property.
|
java.util.List<OrderMethod> |
getOrderMethod()
Gets the value of the orderMethod property.
|
void |
setContact(Contact value)
Sets the value of the contact property.
|
protected java.util.List<OrderMethod> orderMethod
protected Contact contact
public java.util.List<OrderMethod> getOrderMethod()
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 orderMethod property.
For example, to add a new item, do as follows:
getOrderMethod().add(newItem);
Objects of the following type(s) are allowed in the list
OrderMethod
public Contact getContact()
ContactCopyright © 2018 SAP SE. All Rights Reserved.