public class ItemLicitacaoT
extends java.lang.Object
Java class for ItemLicitacao_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemLicitacao_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="fl_Fracassado" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}fl_Fracassado_t"/> <sequence> <element name="ParticipanteItemLicitacao" type="{http://www.tce.se.gov.br/sagres2017/xml/Licitacao}ParticipanteItemLicitacao_t" maxOccurs="unbounded" minOccurs="0"/> </sequence> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
deItemMatServ |
protected java.lang.String |
deUnidadeMedida |
protected FlFracassadoT |
flFracassado |
protected java.util.List<ParticipanteItemLicitacaoT> |
participanteItemLicitacao |
protected java.math.BigDecimal |
qtItemMatServ |
protected java.math.BigDecimal |
vlUnitarioEstimado |
Constructor and Description |
---|
ItemLicitacaoT() |
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.
|
FlFracassadoT |
getFlFracassado()
Gets the value of the flFracassado property.
|
java.util.List<ParticipanteItemLicitacaoT> |
getParticipanteItemLicitacao()
Gets the value of the participanteItemLicitacao property.
|
java.math.BigDecimal |
getQtItemMatServ()
Gets the value of the qtItemMatServ property.
|
java.math.BigDecimal |
getVlUnitarioEstimado()
Gets the value of the vlUnitarioEstimado 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 |
setFlFracassado(FlFracassadoT value)
Sets the value of the flFracassado 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.
|
protected java.lang.String deItemMatServ
protected java.lang.String deUnidadeMedida
protected java.math.BigDecimal qtItemMatServ
protected java.math.BigDecimal vlUnitarioEstimado
protected FlFracassadoT flFracassado
protected java.util.List<ParticipanteItemLicitacaoT> participanteItemLicitacao
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 FlFracassadoT getFlFracassado()
FlFracassadoT
public void setFlFracassado(FlFracassadoT value)
value
- allowed object is
FlFracassadoT
public java.util.List<ParticipanteItemLicitacaoT> getParticipanteItemLicitacao()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the participanteItemLicitacao property.
For example, to add a new item, do as follows:
getParticipanteItemLicitacao().add(newItem);
Objects of the following type(s) are allowed in the list
ParticipanteItemLicitacaoT