public class RefConvenioT
extends java.lang.Object
Java class for RefConvenio_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RefConvenio_t"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nrConvenio" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}nrConvenio_t"/> <element name="nrAnoConvenio" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}nrAnoConvenio_t"/> <element name="tipoConvenio" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}tipoConvenio_t"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
nrAnoConvenio |
protected int |
nrConvenio |
protected java.math.BigInteger |
tipoConvenio |
Constructor and Description |
---|
RefConvenioT() |
Modifier and Type | Method and Description |
---|---|
int |
getNrAnoConvenio()
Gets the value of the nrAnoConvenio property.
|
int |
getNrConvenio()
Gets the value of the nrConvenio property.
|
java.math.BigInteger |
getTipoConvenio()
Gets the value of the tipoConvenio property.
|
void |
setNrAnoConvenio(int value)
Sets the value of the nrAnoConvenio property.
|
void |
setNrConvenio(int value)
Sets the value of the nrConvenio property.
|
void |
setTipoConvenio(java.math.BigInteger value)
Sets the value of the tipoConvenio property.
|
protected int nrConvenio
protected int nrAnoConvenio
protected java.math.BigInteger tipoConvenio
public int getNrConvenio()
public void setNrConvenio(int value)
public int getNrAnoConvenio()
public void setNrAnoConvenio(int value)
public java.math.BigInteger getTipoConvenio()
BigInteger
public void setTipoConvenio(java.math.BigInteger value)
value
- allowed object is
BigInteger