public class SetShipmentModeForOrder extends Object implements Serializable
Java class for setShipmentModeForOrder 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 |
contactNumber |
protected String |
email |
protected long |
orderId |
protected long |
shipmentModeId |
| Constructor and Description |
|---|
SetShipmentModeForOrder() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getContactAddressId()
Gets the value of the contactAddressId property.
|
String |
getContactNumber()
Gets the value of the contactNumber property.
|
String |
getEmail()
Gets the value of the email property.
|
long |
getOrderId()
Gets the value of the orderId property.
|
long |
getShipmentModeId()
Gets the value of the shipmentModeId property.
|
void |
setContactAddressId(Long value)
Sets the value of the contactAddressId property.
|
void |
setContactNumber(String value)
Sets the value of the contactNumber property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setOrderId(long value)
Sets the value of the orderId property.
|
void |
setShipmentModeId(long value)
Sets the value of the shipmentModeId property.
|
protected long shipmentModeId
protected long orderId
protected String contactNumber
protected Long contactAddressId
protected String email
public long getShipmentModeId()
public void setShipmentModeId(long value)
public long getOrderId()
public void setOrderId(long value)
public String getContactNumber()
Stringpublic void setContactNumber(String value)
value - allowed object is
Stringpublic Long getContactAddressId()
Longpublic void setContactAddressId(Long value)
value - allowed object is
Longpublic String getEmail()
StringCopyright © 2021. All rights reserved.