public class ContratoRegistroPrecosT
extends java.lang.Object
Java class for ContratoRegistroPrecos_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContratoRegistroPrecos_t"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nrRegPrecos" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}nrLicitacao_t"/> <element name="anoRegPrecos" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}anoLicitacao_t"/> <element name="modalidadeRegPrecos" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}modalidadeLicitacao_t"/> <element name="nomeMunicipioRegPrecos" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}nomeMunicipioRegPrecos_t"/> <element name="unidadeFederativaRegPrecos" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}unidadeFederativa_t"/> <element name="orgaoResponsavelRegPrecos" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}orgaoResponsavel_t"/> <element name="cnpjOrgaoResponsavelRegPrecos" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}nrCnpjOrgaoResp_t"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
anoRegPrecos |
protected java.lang.String |
cnpjOrgaoResponsavelRegPrecos |
protected java.math.BigInteger |
modalidadeRegPrecos |
protected java.lang.String |
nomeMunicipioRegPrecos |
protected int |
nrRegPrecos |
protected java.lang.String |
orgaoResponsavelRegPrecos |
protected UnidadeFederativaT |
unidadeFederativaRegPrecos |
Constructor and Description |
---|
ContratoRegistroPrecosT() |
Modifier and Type | Method and Description |
---|---|
int |
getAnoRegPrecos()
Gets the value of the anoRegPrecos property.
|
java.lang.String |
getCnpjOrgaoResponsavelRegPrecos()
Gets the value of the cnpjOrgaoResponsavelRegPrecos property.
|
java.math.BigInteger |
getModalidadeRegPrecos()
Gets the value of the modalidadeRegPrecos property.
|
java.lang.String |
getNomeMunicipioRegPrecos()
Gets the value of the nomeMunicipioRegPrecos property.
|
int |
getNrRegPrecos()
Gets the value of the nrRegPrecos property.
|
java.lang.String |
getOrgaoResponsavelRegPrecos()
Gets the value of the orgaoResponsavelRegPrecos property.
|
UnidadeFederativaT |
getUnidadeFederativaRegPrecos()
Gets the value of the unidadeFederativaRegPrecos property.
|
void |
setAnoRegPrecos(int value)
Sets the value of the anoRegPrecos property.
|
void |
setCnpjOrgaoResponsavelRegPrecos(java.lang.String value)
Sets the value of the cnpjOrgaoResponsavelRegPrecos property.
|
void |
setModalidadeRegPrecos(java.math.BigInteger value)
Sets the value of the modalidadeRegPrecos property.
|
void |
setNomeMunicipioRegPrecos(java.lang.String value)
Sets the value of the nomeMunicipioRegPrecos property.
|
void |
setNrRegPrecos(int value)
Sets the value of the nrRegPrecos property.
|
void |
setOrgaoResponsavelRegPrecos(java.lang.String value)
Sets the value of the orgaoResponsavelRegPrecos property.
|
void |
setUnidadeFederativaRegPrecos(UnidadeFederativaT value)
Sets the value of the unidadeFederativaRegPrecos property.
|
protected int nrRegPrecos
protected int anoRegPrecos
protected java.math.BigInteger modalidadeRegPrecos
protected java.lang.String nomeMunicipioRegPrecos
protected UnidadeFederativaT unidadeFederativaRegPrecos
protected java.lang.String orgaoResponsavelRegPrecos
protected java.lang.String cnpjOrgaoResponsavelRegPrecos
public int getNrRegPrecos()
public void setNrRegPrecos(int value)
public int getAnoRegPrecos()
public void setAnoRegPrecos(int value)
public java.math.BigInteger getModalidadeRegPrecos()
BigInteger
public void setModalidadeRegPrecos(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getNomeMunicipioRegPrecos()
String
public void setNomeMunicipioRegPrecos(java.lang.String value)
value
- allowed object is
String
public UnidadeFederativaT getUnidadeFederativaRegPrecos()
UnidadeFederativaT
public void setUnidadeFederativaRegPrecos(UnidadeFederativaT value)
value
- allowed object is
UnidadeFederativaT
public java.lang.String getOrgaoResponsavelRegPrecos()
String
public void setOrgaoResponsavelRegPrecos(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCnpjOrgaoResponsavelRegPrecos()
String
public void setCnpjOrgaoResponsavelRegPrecos(java.lang.String value)
value
- allowed object is
String