public class SetShipmentModeForTickets extends Object implements Serializable
Java class for setShipmentModeForTickets complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected long |
shipmentModeId |
protected List<Long> |
ticketsId |
Constructor and Description |
---|
SetShipmentModeForTickets() |
Modifier and Type | Method and Description |
---|---|
long |
getShipmentModeId()
Gets the value of the shipmentModeId property.
|
List<Long> |
getTicketsId()
Gets the value of the ticketsId property.
|
void |
setShipmentModeId(long value)
Sets the value of the shipmentModeId property.
|
public long getShipmentModeId()
public void setShipmentModeId(long value)
public List<Long> getTicketsId()
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 ticketsId property.
For example, to add a new item, do as follows:
getTicketsId().add(newItem);
Objects of the following type(s) are allowed in the list
Long
Copyright © 2021. All rights reserved.