public class LicitacaoT
extends java.lang.Object
Java class for Licitacao_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Licitacao_t"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nr_Licitacao" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}nrLicitacao_t"/> <element name="nr_AnoLicitacao" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}anoLicitacao_t"/> <element name="nr_CodigoUnidGestora" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}codigoUnidGestora_t"/> <element name="id_Modalidade" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}modalidadeLicitacao_t"/> <element name="de_ObjetoLicitacao" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}de_ObjetoLicitacao_t"/> <element name="id_ReferenciaLegal" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}referenciaLegal_t"/> <element name="id_CritJulgamento" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}criterioJulgamento_t"/> <element name="id_NaturezaObjeto" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}naturezaObjeto_t"/> <element name="id_NaturezaObra" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}naturezaObra_t"/> <element name="dt_SessaoInaugural" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}dt_SessaoInaugural_t"/> <element name="dt_PublicacaoEdital" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}dt_PublicacaoEdital_t"/> <element name="dt_Adjudicacao" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}dt_Adjudicacao_t"/> <element name="dt_Homologacao" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}dt_Homologacao_t"/> <element name="dt_AnulacaoCertame" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}dt_AnulacaoCertame_t"/> <element name="de_MotivoAnulCertame" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}de_MotivoAnulCertame_t"/> <element name="dt_RevogacaoCertame" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}dt_RevogacaoCertame_t"/> <element name="de_MotivoRevogCertame" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}de_MotivoRevogCertame_t"/> <element name="fl_HomologParcial" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}fl_HomologParcial_t"/> <element name="de_NrProcessoAdmin" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}de_NrProcessoAdmin_t"/> <element name="arq_Edital" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}arq_Edital_t"/> <sequence> <element name="ParticipanteLicitacao" type="{http://www.tce.se.gov.br/sagres2017/xml/Licitacao}ParticipanteLicitacao_t" maxOccurs="unbounded" minOccurs="0"/> </sequence> <choice> <element name="ItemLicitacao" type="{http://www.tce.se.gov.br/sagres2017/xml/Licitacao}ItemLicitacao_t" maxOccurs="unbounded" minOccurs="0"/> <element name="LoteLicitacao" type="{http://www.tce.se.gov.br/sagres2017/xml/Licitacao}LoteLicitacao_t" maxOccurs="unbounded" minOccurs="0"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected byte[] |
arqEdital |
protected java.lang.String |
deMotivoAnulCertame |
protected java.lang.String |
deMotivoRevogCertame |
protected java.lang.String |
deNrProcessoAdmin |
protected java.lang.String |
deObjetoLicitacao |
protected javax.xml.datatype.XMLGregorianCalendar |
dtAdjudicacao |
protected javax.xml.datatype.XMLGregorianCalendar |
dtAnulacaoCertame |
protected javax.xml.datatype.XMLGregorianCalendar |
dtHomologacao |
protected javax.xml.datatype.XMLGregorianCalendar |
dtPublicacaoEdital |
protected javax.xml.datatype.XMLGregorianCalendar |
dtRevogacaoCertame |
protected javax.xml.datatype.XMLGregorianCalendar |
dtSessaoInaugural |
protected FlHomologParcialT |
flHomologParcial |
protected java.math.BigInteger |
idCritJulgamento |
protected java.math.BigInteger |
idModalidade |
protected java.math.BigInteger |
idNaturezaObjeto |
protected java.math.BigInteger |
idNaturezaObra |
protected java.math.BigInteger |
idReferenciaLegal |
protected java.util.List<ItemLicitacaoT> |
itemLicitacao |
protected java.util.List<LoteLicitacaoT> |
loteLicitacao |
protected int |
nrAnoLicitacao |
protected java.lang.String |
nrCodigoUnidGestora |
protected int |
nrLicitacao |
protected java.util.List<ParticipanteLicitacaoT> |
participanteLicitacao |
Constructor and Description |
---|
LicitacaoT() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getArqEdital()
Gets the value of the arqEdital property.
|
java.lang.String |
getDeMotivoAnulCertame()
Gets the value of the deMotivoAnulCertame property.
|
java.lang.String |
getDeMotivoRevogCertame()
Gets the value of the deMotivoRevogCertame property.
|
java.lang.String |
getDeNrProcessoAdmin()
Gets the value of the deNrProcessoAdmin property.
|
java.lang.String |
getDeObjetoLicitacao()
Gets the value of the deObjetoLicitacao property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDtAdjudicacao()
Gets the value of the dtAdjudicacao property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDtAnulacaoCertame()
Gets the value of the dtAnulacaoCertame property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDtHomologacao()
Gets the value of the dtHomologacao property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDtPublicacaoEdital()
Gets the value of the dtPublicacaoEdital property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDtRevogacaoCertame()
Gets the value of the dtRevogacaoCertame property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDtSessaoInaugural()
Gets the value of the dtSessaoInaugural property.
|
FlHomologParcialT |
getFlHomologParcial()
Gets the value of the flHomologParcial property.
|
java.math.BigInteger |
getIdCritJulgamento()
Gets the value of the idCritJulgamento property.
|
java.math.BigInteger |
getIdModalidade()
Gets the value of the idModalidade property.
|
java.math.BigInteger |
getIdNaturezaObjeto()
Gets the value of the idNaturezaObjeto property.
|
java.math.BigInteger |
getIdNaturezaObra()
Gets the value of the idNaturezaObra property.
|
java.math.BigInteger |
getIdReferenciaLegal()
Gets the value of the idReferenciaLegal property.
|
java.util.List<ItemLicitacaoT> |
getItemLicitacao()
Gets the value of the itemLicitacao property.
|
java.util.List<LoteLicitacaoT> |
getLoteLicitacao()
Gets the value of the loteLicitacao property.
|
int |
getNrAnoLicitacao()
Gets the value of the nrAnoLicitacao property.
|
java.lang.String |
getNrCodigoUnidGestora()
Gets the value of the nrCodigoUnidGestora property.
|
int |
getNrLicitacao()
Gets the value of the nrLicitacao property.
|
java.util.List<ParticipanteLicitacaoT> |
getParticipanteLicitacao()
Gets the value of the participanteLicitacao property.
|
void |
setArqEdital(byte[] value)
Sets the value of the arqEdital property.
|
void |
setDeMotivoAnulCertame(java.lang.String value)
Sets the value of the deMotivoAnulCertame property.
|
void |
setDeMotivoRevogCertame(java.lang.String value)
Sets the value of the deMotivoRevogCertame property.
|
void |
setDeNrProcessoAdmin(java.lang.String value)
Sets the value of the deNrProcessoAdmin property.
|
void |
setDeObjetoLicitacao(java.lang.String value)
Sets the value of the deObjetoLicitacao property.
|
void |
setDtAdjudicacao(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dtAdjudicacao property.
|
void |
setDtAnulacaoCertame(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dtAnulacaoCertame property.
|
void |
setDtHomologacao(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dtHomologacao property.
|
void |
setDtPublicacaoEdital(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dtPublicacaoEdital property.
|
void |
setDtRevogacaoCertame(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dtRevogacaoCertame property.
|
void |
setDtSessaoInaugural(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dtSessaoInaugural property.
|
void |
setFlHomologParcial(FlHomologParcialT value)
Sets the value of the flHomologParcial property.
|
void |
setIdCritJulgamento(java.math.BigInteger value)
Sets the value of the idCritJulgamento property.
|
void |
setIdModalidade(java.math.BigInteger value)
Sets the value of the idModalidade property.
|
void |
setIdNaturezaObjeto(java.math.BigInteger value)
Sets the value of the idNaturezaObjeto property.
|
void |
setIdNaturezaObra(java.math.BigInteger value)
Sets the value of the idNaturezaObra property.
|
void |
setIdReferenciaLegal(java.math.BigInteger value)
Sets the value of the idReferenciaLegal property.
|
void |
setNrAnoLicitacao(int value)
Sets the value of the nrAnoLicitacao property.
|
void |
setNrCodigoUnidGestora(java.lang.String value)
Sets the value of the nrCodigoUnidGestora property.
|
void |
setNrLicitacao(int value)
Sets the value of the nrLicitacao property.
|
protected int nrLicitacao
protected int nrAnoLicitacao
protected java.lang.String nrCodigoUnidGestora
protected java.math.BigInteger idModalidade
protected java.lang.String deObjetoLicitacao
protected java.math.BigInteger idReferenciaLegal
protected java.math.BigInteger idCritJulgamento
protected java.math.BigInteger idNaturezaObjeto
protected java.math.BigInteger idNaturezaObra
protected javax.xml.datatype.XMLGregorianCalendar dtSessaoInaugural
protected javax.xml.datatype.XMLGregorianCalendar dtPublicacaoEdital
protected javax.xml.datatype.XMLGregorianCalendar dtAdjudicacao
protected javax.xml.datatype.XMLGregorianCalendar dtHomologacao
protected javax.xml.datatype.XMLGregorianCalendar dtAnulacaoCertame
protected java.lang.String deMotivoAnulCertame
protected javax.xml.datatype.XMLGregorianCalendar dtRevogacaoCertame
protected java.lang.String deMotivoRevogCertame
protected FlHomologParcialT flHomologParcial
protected java.lang.String deNrProcessoAdmin
protected byte[] arqEdital
protected java.util.List<ParticipanteLicitacaoT> participanteLicitacao
protected java.util.List<ItemLicitacaoT> itemLicitacao
protected java.util.List<LoteLicitacaoT> loteLicitacao
public int getNrLicitacao()
public void setNrLicitacao(int value)
public int getNrAnoLicitacao()
public void setNrAnoLicitacao(int value)
public java.lang.String getNrCodigoUnidGestora()
String
public void setNrCodigoUnidGestora(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getIdModalidade()
BigInteger
public void setIdModalidade(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getDeObjetoLicitacao()
String
public void setDeObjetoLicitacao(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getIdReferenciaLegal()
BigInteger
public void setIdReferenciaLegal(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getIdCritJulgamento()
BigInteger
public void setIdCritJulgamento(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getIdNaturezaObjeto()
BigInteger
public void setIdNaturezaObjeto(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getIdNaturezaObra()
BigInteger
public void setIdNaturezaObra(java.math.BigInteger value)
value
- allowed object is
BigInteger
public javax.xml.datatype.XMLGregorianCalendar getDtSessaoInaugural()
XMLGregorianCalendar
public void setDtSessaoInaugural(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDtPublicacaoEdital()
XMLGregorianCalendar
public void setDtPublicacaoEdital(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDtAdjudicacao()
XMLGregorianCalendar
public void setDtAdjudicacao(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDtHomologacao()
XMLGregorianCalendar
public void setDtHomologacao(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDtAnulacaoCertame()
XMLGregorianCalendar
public void setDtAnulacaoCertame(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getDeMotivoAnulCertame()
String
public void setDeMotivoAnulCertame(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getDtRevogacaoCertame()
XMLGregorianCalendar
public void setDtRevogacaoCertame(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getDeMotivoRevogCertame()
String
public void setDeMotivoRevogCertame(java.lang.String value)
value
- allowed object is
String
public FlHomologParcialT getFlHomologParcial()
FlHomologParcialT
public void setFlHomologParcial(FlHomologParcialT value)
value
- allowed object is
FlHomologParcialT
public java.lang.String getDeNrProcessoAdmin()
String
public void setDeNrProcessoAdmin(java.lang.String value)
value
- allowed object is
String
public byte[] getArqEdital()
public void setArqEdital(byte[] value)
value
- allowed object is
byte[]public java.util.List<ParticipanteLicitacaoT> getParticipanteLicitacao()
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 participanteLicitacao property.
For example, to add a new item, do as follows:
getParticipanteLicitacao().add(newItem);
Objects of the following type(s) are allowed in the list
ParticipanteLicitacaoT
public java.util.List<ItemLicitacaoT> getItemLicitacao()
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 itemLicitacao property.
For example, to add a new item, do as follows:
getItemLicitacao().add(newItem);
Objects of the following type(s) are allowed in the list
ItemLicitacaoT
public java.util.List<LoteLicitacaoT> getLoteLicitacao()
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 loteLicitacao property.
For example, to add a new item, do as follows:
getLoteLicitacao().add(newItem);
Objects of the following type(s) are allowed in the list
LoteLicitacaoT