public class GetAvailableShipmentModes extends Object implements Serializable
Java class for getAvailableShipmentModes 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 |
destinationCountryCode |
protected Long |
orderId |
protected long |
pointOfSalesId |
protected List<Long> |
productFamilyIds |
protected ShipmentContents |
shipmentContents |
Constructor and Description |
---|
GetAvailableShipmentModes() |
Modifier and Type | Method and Description |
---|---|
Long |
getContactAddressId()
Gets the value of the contactAddressId property.
|
String |
getDestinationCountryCode()
Gets the value of the destinationCountryCode property.
|
Long |
getOrderId()
Gets the value of the orderId property.
|
long |
getPointOfSalesId()
Gets the value of the pointOfSalesId property.
|
List<Long> |
getProductFamilyIds()
Gets the value of the productFamilyIds property.
|
ShipmentContents |
getShipmentContents()
Gets the value of the shipmentContents property.
|
void |
setContactAddressId(Long value)
Sets the value of the contactAddressId property.
|
void |
setDestinationCountryCode(String value)
Sets the value of the destinationCountryCode property.
|
void |
setOrderId(Long value)
Sets the value of the orderId property.
|
void |
setPointOfSalesId(long value)
Sets the value of the pointOfSalesId property.
|
void |
setShipmentContents(ShipmentContents value)
Sets the value of the shipmentContents property.
|
protected long pointOfSalesId
protected ShipmentContents shipmentContents
protected String destinationCountryCode
protected Long contactAddressId
protected Long orderId
public long getPointOfSalesId()
public void setPointOfSalesId(long value)
public ShipmentContents getShipmentContents()
ShipmentContents
public void setShipmentContents(ShipmentContents value)
value
- allowed object is
ShipmentContents
public String getDestinationCountryCode()
String
public void setDestinationCountryCode(String value)
value
- allowed object is
String
public Long getContactAddressId()
Long
public void setContactAddressId(Long value)
value
- allowed object is
Long
public Long getOrderId()
Long
public void setOrderId(Long value)
value
- allowed object is
Long
public List<Long> getProductFamilyIds()
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 productFamilyIds property.
For example, to add a new item, do as follows:
getProductFamilyIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
Copyright © 2021. All rights reserved.