public class ShipmentResourceType extends Object implements org.jvnet.jaxb2_commons.lang.ToString
Java class for ShipmentResourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShipmentResourceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="messageID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="senderID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="receiverID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="shipmentID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="shipmentUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
messageID |
protected String |
receiverID |
protected String |
senderID |
protected String |
shipmentID |
protected String |
shipmentUrl |
| Constructor and Description |
|---|
ShipmentResourceType() |
| 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) |
String |
getMessageID()
Gets the value of the messageID property.
|
String |
getReceiverID()
Gets the value of the receiverID property.
|
String |
getSenderID()
Gets the value of the senderID property.
|
String |
getShipmentID()
Gets the value of the shipmentID property.
|
String |
getShipmentUrl()
Gets the value of the shipmentUrl property.
|
void |
setMessageID(String value)
Sets the value of the messageID property.
|
void |
setReceiverID(String value)
Sets the value of the receiverID property.
|
void |
setSenderID(String value)
Sets the value of the senderID property.
|
void |
setShipmentID(String value)
Sets the value of the shipmentID property.
|
void |
setShipmentUrl(String value)
Sets the value of the shipmentUrl property.
|
String |
toString() |
ShipmentResourceType |
withMessageID(String value) |
ShipmentResourceType |
withReceiverID(String value) |
ShipmentResourceType |
withSenderID(String value) |
ShipmentResourceType |
withShipmentID(String value) |
ShipmentResourceType |
withShipmentUrl(String value) |
protected String messageID
protected String senderID
protected String receiverID
protected String shipmentID
protected String shipmentUrl
public String getMessageID()
Stringpublic void setMessageID(String value)
value - allowed object is
Stringpublic String getSenderID()
Stringpublic void setSenderID(String value)
value - allowed object is
Stringpublic String getReceiverID()
Stringpublic void setReceiverID(String value)
value - allowed object is
Stringpublic String getShipmentID()
Stringpublic void setShipmentID(String value)
value - allowed object is
Stringpublic String getShipmentUrl()
Stringpublic void setShipmentUrl(String value)
value - allowed object is
Stringpublic 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 ShipmentResourceType withMessageID(String value)
public ShipmentResourceType withSenderID(String value)
public ShipmentResourceType withReceiverID(String value)
public ShipmentResourceType withShipmentID(String value)
public ShipmentResourceType withShipmentUrl(String value)
Copyright © 2014. All Rights Reserved.