public class ParticipanteItemLicitacaoT
extends java.lang.Object
Java class for ParticipanteItemLicitacao_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParticipanteItemLicitacao_t"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cd_CpfCnpjParticipante" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}cd_CpfCnpjParticipante_t"/> <element name="nm_MarcaItemMatServ" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}nm_MarcaItemMatServ_t"/> <element name="dt_Homologacao" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}dt_Homologacao_t"/> <element name="qt_Item" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}qt_Item_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 |
cdCpfCnpjParticipante |
protected javax.xml.datatype.XMLGregorianCalendar |
dtHomologacao |
protected java.lang.String |
nmMarcaItemMatServ |
protected java.math.BigDecimal |
qtItem |
protected java.math.BigDecimal |
vlUnitarioLicitado |
Constructor and Description |
---|
ParticipanteItemLicitacaoT() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCdCpfCnpjParticipante()
Gets the value of the cdCpfCnpjParticipante property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDtHomologacao()
Gets the value of the dtHomologacao property.
|
java.lang.String |
getNmMarcaItemMatServ()
Gets the value of the nmMarcaItemMatServ property.
|
java.math.BigDecimal |
getQtItem()
Gets the value of the qtItem property.
|
java.math.BigDecimal |
getVlUnitarioLicitado()
Gets the value of the vlUnitarioLicitado property.
|
void |
setCdCpfCnpjParticipante(java.lang.String value)
Sets the value of the cdCpfCnpjParticipante property.
|
void |
setDtHomologacao(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dtHomologacao property.
|
void |
setNmMarcaItemMatServ(java.lang.String value)
Sets the value of the nmMarcaItemMatServ property.
|
void |
setQtItem(java.math.BigDecimal value)
Sets the value of the qtItem property.
|
void |
setVlUnitarioLicitado(java.math.BigDecimal value)
Sets the value of the vlUnitarioLicitado property.
|
protected java.lang.String cdCpfCnpjParticipante
protected java.lang.String nmMarcaItemMatServ
protected javax.xml.datatype.XMLGregorianCalendar dtHomologacao
protected java.math.BigDecimal qtItem
protected java.math.BigDecimal vlUnitarioLicitado
public java.lang.String getCdCpfCnpjParticipante()
String
public void setCdCpfCnpjParticipante(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNmMarcaItemMatServ()
String
public void setNmMarcaItemMatServ(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getDtHomologacao()
XMLGregorianCalendar
public void setDtHomologacao(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.math.BigDecimal getQtItem()
BigDecimal
public void setQtItem(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getVlUnitarioLicitado()
BigDecimal
public void setVlUnitarioLicitado(java.math.BigDecimal value)
value
- allowed object is
BigDecimal