public class Item extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para Item complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="Item">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="count" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="price" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="vat" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
count |
protected BigDecimal |
price |
protected String |
title |
protected String |
vat |
| Constructor and Description |
|---|
Item() |
| 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) |
int |
getCount()
Obtiene el valor de la propiedad count.
|
BigDecimal |
getPrice()
Obtiene el valor de la propiedad price.
|
String |
getTitle()
Obtiene el valor de la propiedad title.
|
String |
getVat()
Obtiene el valor de la propiedad vat.
|
boolean |
isSetCount() |
boolean |
isSetPrice() |
boolean |
isSetTitle() |
boolean |
isSetVat() |
void |
setCount(int value)
Define el valor de la propiedad count.
|
void |
setPrice(BigDecimal value)
Define el valor de la propiedad price.
|
void |
setTitle(String value)
Define el valor de la propiedad title.
|
void |
setVat(String value)
Define el valor de la propiedad vat.
|
String |
toString() |
Item |
withCount(int value) |
Item |
withPrice(BigDecimal value) |
Item |
withTitle(String value) |
Item |
withVat(String value) |
protected int count
protected BigDecimal price
protected String vat
protected String title
public int getCount()
public void setCount(int value)
public boolean isSetCount()
public BigDecimal getPrice()
BigDecimalpublic void setPrice(BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isSetPrice()
public String getVat()
Stringpublic void setVat(String value)
value - allowed object is
Stringpublic boolean isSetVat()
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic boolean isSetTitle()
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 Item withCount(int value)
public Item withPrice(BigDecimal value)
Copyright © 2016. All Rights Reserved.