public class ContratoLicitacaoOutraUGT
extends java.lang.Object
Java class for ContratoLicitacaoOutraUG_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContratoLicitacaoOutraUG_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"/> <element name="unidadeResponsavel" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}codigoUnidGestora_t"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
anoLicitacao |
protected java.math.BigInteger |
modalidadeLicitacao |
protected int |
nrLicitacao |
protected java.lang.String |
unidadeResponsavel |
Constructor and Description |
---|
ContratoLicitacaoOutraUGT() |
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.
|
java.lang.String |
getUnidadeResponsavel()
Gets the value of the unidadeResponsavel 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.
|
void |
setUnidadeResponsavel(java.lang.String value)
Sets the value of the unidadeResponsavel property.
|
protected int nrLicitacao
protected int anoLicitacao
protected java.math.BigInteger modalidadeLicitacao
protected java.lang.String unidadeResponsavel
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
public java.lang.String getUnidadeResponsavel()
String
public void setUnidadeResponsavel(java.lang.String value)
value
- allowed object is
String