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()
Long
public void setContactAddressId(Long value)
value
- allowed object is
Long
public String getEmail()
String
public void setEmail(String value)
value
- allowed object is
String
public 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()
Long
public void setShipmentId(Long value)
value
- allowed object is
Long
public long getShipmentModeId()
public void setShipmentModeId(long value)
Copyright © 2021. All rights reserved.