public class ContratoLicitacaoPropriaT
extends java.lang.Object
Java class for ContratoLicitacaoPropria_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContratoLicitacaoPropria_t"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nrLicitacao" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}nrLicitacao_t"/> <element name="anoLicitacao" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}anoLicitacao_t"/> <element name="modalidadeLicitacao" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}modalidadeLicitacao_t"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
anoLicitacao |
protected java.math.BigInteger |
modalidadeLicitacao |
protected int |
nrLicitacao |
Constructor and Description |
---|
ContratoLicitacaoPropriaT() |
Modifier and Type | Method and Description |
---|---|
int |
getAnoLicitacao()
Gets the value of the anoLicitacao property.
|
java.math.BigInteger |
getModalidadeLicitacao()
Gets the value of the modalidadeLicitacao property.
|
int |
getNrLicitacao()
Gets the value of the nrLicitacao property.
|
void |
setAnoLicitacao(int value)
Sets the value of the anoLicitacao property.
|
void |
setModalidadeLicitacao(java.math.BigInteger value)
Sets the value of the modalidadeLicitacao property.
|
void |
setNrLicitacao(int value)
Sets the value of the nrLicitacao property.
|
protected int nrLicitacao
protected int anoLicitacao
protected java.math.BigInteger modalidadeLicitacao
public int getNrLicitacao()
public void setNrLicitacao(int value)
public int getAnoLicitacao()
public void setAnoLicitacao(int value)
public java.math.BigInteger getModalidadeLicitacao()
BigInteger
public void setModalidadeLicitacao(java.math.BigInteger value)
value
- allowed object is
BigInteger