public class ProvideShipmentDetailsResponseMessage extends eu.limetri.ygg.api.ResponseMessage implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected List<ShipmentType> |
shipmentDetails |
| Constructor and Description |
|---|
ProvideShipmentDetailsResponseMessage() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
List<ShipmentType> |
getShipmentDetails()
Gets the value of the shipmentDetails property.
|
boolean |
isSetShipmentDetails() |
String |
toString() |
void |
unsetShipmentDetails() |
ProvideShipmentDetailsResponseMessage |
withShipmentDetails(Collection<ShipmentType> values) |
ProvideShipmentDetailsResponseMessage |
withShipmentDetails(ShipmentType... values) |
protected List<ShipmentType> shipmentDetails
public ProvideShipmentDetailsResponseMessage()
public List<ShipmentType> getShipmentDetails()
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 shipmentDetails property.
For example, to add a new item, do as follows:
getShipmentDetails().add(newItem);
Objects of the following type(s) are allowed in the list
ShipmentType
public boolean isSetShipmentDetails()
public void unsetShipmentDetails()
public String toString()
toString in class eu.limetri.ygg.api.ResponseMessagepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class eu.limetri.ygg.api.ResponseMessagepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class eu.limetri.ygg.api.ResponseMessagepublic ProvideShipmentDetailsResponseMessage withShipmentDetails(ShipmentType... values)
public ProvideShipmentDetailsResponseMessage withShipmentDetails(Collection<ShipmentType> values)
Copyright © 2015. All Rights Reserved.