public class PushShipmentMessage extends Object implements org.jvnet.jaxb2_commons.lang.ToString
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="shipmentResource" type="{http://www.fispace.eu/domain/pi}ShipmentResourceType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ShipmentResourceType |
shipmentResource |
| Constructor and Description |
|---|
PushShipmentMessage() |
| 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) |
ShipmentResourceType |
getShipmentResource()
Gets the value of the shipmentResource property.
|
void |
setShipmentResource(ShipmentResourceType value)
Sets the value of the shipmentResource property.
|
String |
toString() |
PushShipmentMessage |
withShipmentResource(ShipmentResourceType value) |
protected ShipmentResourceType shipmentResource
public ShipmentResourceType getShipmentResource()
ShipmentResourceTypepublic void setShipmentResource(ShipmentResourceType value)
value - allowed object is
ShipmentResourceTypepublic 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.ToStringpublic 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.ToStringpublic PushShipmentMessage withShipmentResource(ShipmentResourceType value)
Copyright © 2014. All Rights Reserved.