public class Route
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Contact> |
contact |
protected java.lang.String |
endDate |
protected java.lang.String |
method |
protected java.lang.String |
startDate |
| Constructor and Description |
|---|
Route() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Contact> |
getContact()
Gets the value of the contact property.
|
java.lang.String |
getEndDate()
Gets the value of the endDate property.
|
java.lang.String |
getMethod()
Gets the value of the method property.
|
java.lang.String |
getStartDate()
Gets the value of the startDate property.
|
void |
setEndDate(java.lang.String value)
Sets the value of the endDate property.
|
void |
setMethod(java.lang.String value)
Sets the value of the method property.
|
void |
setStartDate(java.lang.String value)
Sets the value of the startDate property.
|
protected java.lang.String method
protected java.lang.String startDate
protected java.lang.String endDate
protected java.util.List<Contact> contact
public java.lang.String getMethod()
Stringpublic void setMethod(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStartDate()
Stringpublic void setStartDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEndDate()
Stringpublic void setEndDate(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Contact> getContact()
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 contact property.
For example, to add a new item, do as follows:
getContact().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
Copyright © 2018 SAP SE. All Rights Reserved.