public class LoteLicitacaoT
extends java.lang.Object
Java class for LoteLicitacao_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoteLicitacao_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="nu_SequencialLote" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}nu_SequencialLote_t"/> <element name="de_Lote" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}de_Lote_t"/> <element name="dt_HomologacaoLote" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}dt_HomologacaoLote_t"/> <element name="fl_Fracassado" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}fl_Fracassado_t"/> <sequence> <element name="ItemLoteLicitacao" type="{http://www.tce.se.gov.br/sagres2017/xml/Licitacao}ItemLoteLicitacao_t" maxOccurs="unbounded" minOccurs="0"/> </sequence> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
cdCpfCnpjParticipante |
protected java.lang.String |
deLote |
protected javax.xml.datatype.XMLGregorianCalendar |
dtHomologacaoLote |
protected FlFracassadoT |
flFracassado |
protected java.util.List<ItemLoteLicitacaoT> |
itemLoteLicitacao |
protected int |
nuSequencialLote |
Constructor and Description |
---|
LoteLicitacaoT() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCdCpfCnpjParticipante()
Gets the value of the cdCpfCnpjParticipante property.
|
java.lang.String |
getDeLote()
Gets the value of the deLote property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDtHomologacaoLote()
Gets the value of the dtHomologacaoLote property.
|
FlFracassadoT |
getFlFracassado()
Gets the value of the flFracassado property.
|
java.util.List<ItemLoteLicitacaoT> |
getItemLoteLicitacao()
Gets the value of the itemLoteLicitacao property.
|
int |
getNuSequencialLote()
Gets the value of the nuSequencialLote property.
|
void |
setCdCpfCnpjParticipante(java.lang.String value)
Sets the value of the cdCpfCnpjParticipante property.
|
void |
setDeLote(java.lang.String value)
Sets the value of the deLote property.
|
void |
setDtHomologacaoLote(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dtHomologacaoLote property.
|
void |
setFlFracassado(FlFracassadoT value)
Sets the value of the flFracassado property.
|
void |
setNuSequencialLote(int value)
Sets the value of the nuSequencialLote property.
|
protected java.lang.String cdCpfCnpjParticipante
protected int nuSequencialLote
protected java.lang.String deLote
protected javax.xml.datatype.XMLGregorianCalendar dtHomologacaoLote
protected FlFracassadoT flFracassado
protected java.util.List<ItemLoteLicitacaoT> itemLoteLicitacao
public java.lang.String getCdCpfCnpjParticipante()
String
public void setCdCpfCnpjParticipante(java.lang.String value)
value
- allowed object is
String
public int getNuSequencialLote()
public void setNuSequencialLote(int value)
public java.lang.String getDeLote()
String
public void setDeLote(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getDtHomologacaoLote()
XMLGregorianCalendar
public void setDtHomologacaoLote(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public FlFracassadoT getFlFracassado()
FlFracassadoT
public void setFlFracassado(FlFracassadoT value)
value
- allowed object is
FlFracassadoT
public java.util.List<ItemLoteLicitacaoT> getItemLoteLicitacao()
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 itemLoteLicitacao property.
For example, to add a new item, do as follows:
getItemLoteLicitacao().add(newItem);
Objects of the following type(s) are allowed in the list
ItemLoteLicitacaoT