public class ShipmentRequestData extends Object implements Serializable
Java class for shipmentRequestData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected Long |
contactAddressId |
protected String |
email |
protected List<Integer> |
opearationIds |
protected Long |
shipmentId |
protected long |
shipmentModeId |
| Constructor and Description |
|---|
ShipmentRequestData() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getContactAddressId()
Gets the value of the contactAddressId property.
|
String |
getEmail()
Gets the value of the email property.
|
List<Integer> |
getOpearationIds()
Gets the value of the opearationIds property.
|
Long |
getShipmentId()
Gets the value of the shipmentId property.
|
long |
getShipmentModeId()
Gets the value of the shipmentModeId property.
|
void |
setContactAddressId(Long value)
Sets the value of the contactAddressId property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setShipmentId(Long value)
Sets the value of the shipmentId property.
|
void |
setShipmentModeId(long value)
Sets the value of the shipmentModeId property.
|
protected Long contactAddressId
protected String email
protected Long shipmentId
protected long shipmentModeId
public Long getContactAddressId()
Longpublic void setContactAddressId(Long value)
value - allowed object is
Longpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic List<Integer> getOpearationIds()
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 opearationIds property.
For example, to add a new item, do as follows:
getOpearationIds().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public Long getShipmentId()
Longpublic void setShipmentId(Long value)
value - allowed object is
Longpublic long getShipmentModeId()
public void setShipmentModeId(long value)
Copyright © 2021. All rights reserved.