public class ItemLoteLicitacaoT
extends java.lang.Object
Java class for ItemLoteLicitacao_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemLoteLicitacao_t"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="de_ItemMatServ" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}de_ItemMatServ_t"/> <element name="de_UnidadeMedida" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}de_UnidadeMedida_t"/> <element name="qt_ItemMatServ" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}qt_ItemMatServ_t"/> <element name="vl_UnitarioEstimado" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}vl_UnitarioEstimado_t"/> <element name="nm_MarcaItemMatServ" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}nm_MarcaItemMatServ_t"/> <element name="vl_UnitarioLicitado" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}vl_UnitarioLicitado_t"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
deItemMatServ |
protected java.lang.String |
deUnidadeMedida |
protected java.lang.String |
nmMarcaItemMatServ |
protected java.math.BigDecimal |
qtItemMatServ |
protected java.math.BigDecimal |
vlUnitarioEstimado |
protected java.math.BigDecimal |
vlUnitarioLicitado |
Constructor and Description |
---|
ItemLoteLicitacaoT() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeItemMatServ()
Gets the value of the deItemMatServ property.
|
java.lang.String |
getDeUnidadeMedida()
Gets the value of the deUnidadeMedida property.
|
java.lang.String |
getNmMarcaItemMatServ()
Gets the value of the nmMarcaItemMatServ property.
|
java.math.BigDecimal |
getQtItemMatServ()
Gets the value of the qtItemMatServ property.
|
java.math.BigDecimal |
getVlUnitarioEstimado()
Gets the value of the vlUnitarioEstimado property.
|
java.math.BigDecimal |
getVlUnitarioLicitado()
Gets the value of the vlUnitarioLicitado property.
|
void |
setDeItemMatServ(java.lang.String value)
Sets the value of the deItemMatServ property.
|
void |
setDeUnidadeMedida(java.lang.String value)
Sets the value of the deUnidadeMedida property.
|
void |
setNmMarcaItemMatServ(java.lang.String value)
Sets the value of the nmMarcaItemMatServ property.
|
void |
setQtItemMatServ(java.math.BigDecimal value)
Sets the value of the qtItemMatServ property.
|
void |
setVlUnitarioEstimado(java.math.BigDecimal value)
Sets the value of the vlUnitarioEstimado property.
|
void |
setVlUnitarioLicitado(java.math.BigDecimal value)
Sets the value of the vlUnitarioLicitado property.
|
protected java.lang.String deItemMatServ
protected java.lang.String deUnidadeMedida
protected java.math.BigDecimal qtItemMatServ
protected java.math.BigDecimal vlUnitarioEstimado
protected java.lang.String nmMarcaItemMatServ
protected java.math.BigDecimal vlUnitarioLicitado
public java.lang.String getDeItemMatServ()
String
public void setDeItemMatServ(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDeUnidadeMedida()
String
public void setDeUnidadeMedida(java.lang.String value)
value
- allowed object is
String
public java.math.BigDecimal getQtItemMatServ()
BigDecimal
public void setQtItemMatServ(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getVlUnitarioEstimado()
BigDecimal
public void setVlUnitarioEstimado(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.lang.String getNmMarcaItemMatServ()
String
public void setNmMarcaItemMatServ(java.lang.String value)
value
- allowed object is
String
public java.math.BigDecimal getVlUnitarioLicitado()
BigDecimal
public void setVlUnitarioLicitado(java.math.BigDecimal value)
value
- allowed object is
BigDecimal