public class EmpenhoContratoT
extends java.lang.Object
Java class for EmpenhoContrato_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EmpenhoContrato_t"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nrEmpenho" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}numeroEmpenho_t"/> <element name="anoEmpenho" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}anoEmpenho_t"/> <element name="valorEmpenho" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}valorEmpenhoContrato_t"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.math.BigInteger |
anoEmpenho |
protected int |
nrEmpenho |
protected java.math.BigDecimal |
valorEmpenho |
Constructor and Description |
---|
EmpenhoContratoT() |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getAnoEmpenho()
Gets the value of the anoEmpenho property.
|
int |
getNrEmpenho()
Gets the value of the nrEmpenho property.
|
java.math.BigDecimal |
getValorEmpenho()
Gets the value of the valorEmpenho property.
|
void |
setAnoEmpenho(java.math.BigInteger value)
Sets the value of the anoEmpenho property.
|
void |
setNrEmpenho(int value)
Sets the value of the nrEmpenho property.
|
void |
setValorEmpenho(java.math.BigDecimal value)
Sets the value of the valorEmpenho property.
|
protected int nrEmpenho
protected java.math.BigInteger anoEmpenho
protected java.math.BigDecimal valorEmpenho
public int getNrEmpenho()
public void setNrEmpenho(int value)
public java.math.BigInteger getAnoEmpenho()
BigInteger
public void setAnoEmpenho(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigDecimal getValorEmpenho()
BigDecimal
public void setValorEmpenho(java.math.BigDecimal value)
value
- allowed object is
BigDecimal