public class SetShipmentModesForOrder extends Object implements Serializable
Java class for setShipmentModesForOrder complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected long |
arg0 |
protected String |
arg1 |
protected List<ShipmentRequestData> |
arg2 |
Constructor and Description |
---|
SetShipmentModesForOrder() |
Modifier and Type | Method and Description |
---|---|
long |
getArg0()
Gets the value of the arg0 property.
|
String |
getArg1()
Gets the value of the arg1 property.
|
List<ShipmentRequestData> |
getArg2()
Gets the value of the arg2 property.
|
void |
setArg0(long value)
Sets the value of the arg0 property.
|
void |
setArg1(String value)
Sets the value of the arg1 property.
|
protected long arg0
protected String arg1
protected List<ShipmentRequestData> arg2
public long getArg0()
public void setArg0(long value)
public String getArg1()
String
public void setArg1(String value)
value
- allowed object is
String
public List<ShipmentRequestData> getArg2()
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 arg2 property.
For example, to add a new item, do as follows:
getArg2().add(newItem);
Objects of the following type(s) are allowed in the list
ShipmentRequestData
Copyright © 2021. All rights reserved.