public class ShipmentResourceType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para ShipmentResourceType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<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()
Obtiene el valor de la propiedad messageID.
|
String |
getReceiverID()
Obtiene el valor de la propiedad receiverID.
|
String |
getSenderID()
Obtiene el valor de la propiedad senderID.
|
String |
getShipmentID()
Obtiene el valor de la propiedad shipmentID.
|
String |
getShipmentUrl()
Obtiene el valor de la propiedad shipmentUrl.
|
boolean |
isSetMessageID() |
boolean |
isSetReceiverID() |
boolean |
isSetSenderID() |
boolean |
isSetShipmentID() |
boolean |
isSetShipmentUrl() |
void |
setMessageID(String value)
Define el valor de la propiedad messageID.
|
void |
setReceiverID(String value)
Define el valor de la propiedad receiverID.
|
void |
setSenderID(String value)
Define el valor de la propiedad senderID.
|
void |
setShipmentID(String value)
Define el valor de la propiedad shipmentID.
|
void |
setShipmentUrl(String value)
Define el valor de la propiedad shipmentUrl.
|
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 boolean isSetMessageID()
public String getSenderID()
Stringpublic void setSenderID(String value)
value - allowed object is
Stringpublic boolean isSetSenderID()
public String getReceiverID()
Stringpublic void setReceiverID(String value)
value - allowed object is
Stringpublic boolean isSetReceiverID()
public String getShipmentID()
Stringpublic void setShipmentID(String value)
value - allowed object is
Stringpublic boolean isSetShipmentID()
public String getShipmentUrl()
Stringpublic void setShipmentUrl(String value)
value - allowed object is
Stringpublic boolean isSetShipmentUrl()
public 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 © 2015. All Rights Reserved.