public class ProductInfoType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para ProductInfoType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="ProductInfoType">
<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="productID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="productInfoUrl" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
messageID |
protected String |
productID |
protected String |
productInfoUrl |
protected String |
receiverID |
protected String |
senderID |
| Constructor and Description |
|---|
ProductInfoType() |
| 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 |
getProductID()
Obtiene el valor de la propiedad productID.
|
String |
getProductInfoUrl()
Obtiene el valor de la propiedad productInfoUrl.
|
String |
getReceiverID()
Obtiene el valor de la propiedad receiverID.
|
String |
getSenderID()
Obtiene el valor de la propiedad senderID.
|
boolean |
isSetMessageID() |
boolean |
isSetProductID() |
boolean |
isSetProductInfoUrl() |
boolean |
isSetReceiverID() |
boolean |
isSetSenderID() |
void |
setMessageID(String value)
Define el valor de la propiedad messageID.
|
void |
setProductID(String value)
Define el valor de la propiedad productID.
|
void |
setProductInfoUrl(String value)
Define el valor de la propiedad productInfoUrl.
|
void |
setReceiverID(String value)
Define el valor de la propiedad receiverID.
|
void |
setSenderID(String value)
Define el valor de la propiedad senderID.
|
String |
toString() |
ProductInfoType |
withMessageID(String value) |
ProductInfoType |
withProductID(String value) |
ProductInfoType |
withProductInfoUrl(String value) |
ProductInfoType |
withReceiverID(String value) |
ProductInfoType |
withSenderID(String value) |
protected String messageID
protected String senderID
protected String receiverID
protected String productID
protected String productInfoUrl
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 getProductID()
Stringpublic void setProductID(String value)
value - allowed object is
Stringpublic boolean isSetProductID()
public String getProductInfoUrl()
Stringpublic void setProductInfoUrl(String value)
value - allowed object is
Stringpublic boolean isSetProductInfoUrl()
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 ProductInfoType withMessageID(String value)
public ProductInfoType withSenderID(String value)
public ProductInfoType withReceiverID(String value)
public ProductInfoType withProductID(String value)
public ProductInfoType withProductInfoUrl(String value)
Copyright © 2015. All Rights Reserved.