public class AddressesModel
extends java.lang.Object
Constructor and Description |
---|
AddressesModel() |
Modifier and Type | Method and Description |
---|---|
AddressLocationInfo |
getPointOfOrderAcceptance()
Getter for pointOfOrderAcceptance - A series of addresses information in a GetTax call
|
AddressLocationInfo |
getPointOfOrderOrigin()
Getter for pointOfOrderOrigin - A series of addresses information in a GetTax call
|
AddressLocationInfo |
getShipFrom()
Getter for shipFrom - A series of addresses information in a GetTax call
|
AddressLocationInfo |
getShipTo()
Getter for shipTo - A series of addresses information in a GetTax call
|
AddressLocationInfo |
getSingleLocation()
Getter for singleLocation - A series of addresses information in a GetTax call
|
void |
setPointOfOrderAcceptance(AddressLocationInfo pointOfOrderAcceptance)
Setter for pointOfOrderAcceptance - A series of addresses information in a GetTax call
|
void |
setPointOfOrderOrigin(AddressLocationInfo pointOfOrderOrigin)
Setter for pointOfOrderOrigin - A series of addresses information in a GetTax call
|
void |
setShipFrom(AddressLocationInfo shipFrom)
Setter for shipFrom - A series of addresses information in a GetTax call
|
void |
setShipTo(AddressLocationInfo shipTo)
Setter for shipTo - A series of addresses information in a GetTax call
|
void |
setSingleLocation(AddressLocationInfo singleLocation)
Setter for singleLocation - A series of addresses information in a GetTax call
|
java.lang.String |
toString()
Returns a JSON string representation of AddressesModel.
|
public AddressLocationInfo getShipTo()
public void setShipTo(AddressLocationInfo shipTo)
public AddressLocationInfo getSingleLocation()
public void setSingleLocation(AddressLocationInfo singleLocation)
public AddressLocationInfo getPointOfOrderOrigin()
public void setPointOfOrderOrigin(AddressLocationInfo pointOfOrderOrigin)
public AddressLocationInfo getShipFrom()
public void setShipFrom(AddressLocationInfo shipFrom)
public AddressLocationInfo getPointOfOrderAcceptance()
public void setPointOfOrderAcceptance(AddressLocationInfo pointOfOrderAcceptance)
public java.lang.String toString()
toString
in class java.lang.Object