public class ContratoT
extends java.lang.Object
Java class for Contrato_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Contrato_t"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nrContrato" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}nrContrato_t"/> <element name="nrAnoContrato" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}nrAnoContrato_t"/> <element name="tipoContrato" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}tipoContrato_t"/> <element name="deObjetoContrato" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}deObjetoContrato_t"/> <element name="dtInicioVigenciaContrato" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}dtInicioVigenciaContrato_t"/> <element name="dtFimVigenciaContrato" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}dtFimVigenciaContrato_t"/> <element name="dtAssinaturaContrato" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}dtAssinaturaContrato_t"/> <element name="dtAnulacaoContrato" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}dtAnulacaoContrato_t"/> <element name="deMotivoAnulacaoContrato" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}deMotivoAnulacaoContrato_t"/> <element name="dtPublicacaoContrato" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}dtPublicacaoContrato_t"/> <element name="arqTextoContrato" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}arqTextoContrato_t"/> <element name="arqTextoAnulacaoContrato" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}arqTextoAnulacaoContrato_t"/> <element name="ProcedimentoOrigemContrato" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}ProcedimentoOrigemContrato_t"/> <element name="ParticipanteContrato" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}ParticipanteContrato_t" maxOccurs="unbounded"/> <element name="EmpenhoContrato" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}EmpenhoContrato_t" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected byte[] |
arqTextoAnulacaoContrato |
protected byte[] |
arqTextoContrato |
protected java.lang.String |
deMotivoAnulacaoContrato |
protected java.lang.String |
deObjetoContrato |
protected javax.xml.datatype.XMLGregorianCalendar |
dtAnulacaoContrato |
protected javax.xml.datatype.XMLGregorianCalendar |
dtAssinaturaContrato |
protected javax.xml.datatype.XMLGregorianCalendar |
dtFimVigenciaContrato |
protected javax.xml.datatype.XMLGregorianCalendar |
dtInicioVigenciaContrato |
protected javax.xml.datatype.XMLGregorianCalendar |
dtPublicacaoContrato |
protected java.util.List<EmpenhoContratoT> |
empenhoContrato |
protected int |
nrAnoContrato |
protected java.math.BigInteger |
nrContrato |
protected java.util.List<ParticipanteContratoT> |
participanteContrato |
protected ProcedimentoOrigemContratoT |
procedimentoOrigemContrato |
protected java.math.BigInteger |
tipoContrato |
Constructor and Description |
---|
ContratoT() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getArqTextoAnulacaoContrato()
Gets the value of the arqTextoAnulacaoContrato property.
|
byte[] |
getArqTextoContrato()
Gets the value of the arqTextoContrato property.
|
java.lang.String |
getDeMotivoAnulacaoContrato()
Gets the value of the deMotivoAnulacaoContrato property.
|
java.lang.String |
getDeObjetoContrato()
Gets the value of the deObjetoContrato property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDtAnulacaoContrato()
Gets the value of the dtAnulacaoContrato property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDtAssinaturaContrato()
Gets the value of the dtAssinaturaContrato property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDtFimVigenciaContrato()
Gets the value of the dtFimVigenciaContrato property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDtInicioVigenciaContrato()
Gets the value of the dtInicioVigenciaContrato property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDtPublicacaoContrato()
Gets the value of the dtPublicacaoContrato property.
|
java.util.List<EmpenhoContratoT> |
getEmpenhoContrato()
Gets the value of the empenhoContrato property.
|
int |
getNrAnoContrato()
Gets the value of the nrAnoContrato property.
|
java.math.BigInteger |
getNrContrato()
Gets the value of the nrContrato property.
|
java.util.List<ParticipanteContratoT> |
getParticipanteContrato()
Gets the value of the participanteContrato property.
|
ProcedimentoOrigemContratoT |
getProcedimentoOrigemContrato()
Gets the value of the procedimentoOrigemContrato property.
|
java.math.BigInteger |
getTipoContrato()
Gets the value of the tipoContrato property.
|
void |
setArqTextoAnulacaoContrato(byte[] value)
Sets the value of the arqTextoAnulacaoContrato property.
|
void |
setArqTextoContrato(byte[] value)
Sets the value of the arqTextoContrato property.
|
void |
setDeMotivoAnulacaoContrato(java.lang.String value)
Sets the value of the deMotivoAnulacaoContrato property.
|
void |
setDeObjetoContrato(java.lang.String value)
Sets the value of the deObjetoContrato property.
|
void |
setDtAnulacaoContrato(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dtAnulacaoContrato property.
|
void |
setDtAssinaturaContrato(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dtAssinaturaContrato property.
|
void |
setDtFimVigenciaContrato(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dtFimVigenciaContrato property.
|
void |
setDtInicioVigenciaContrato(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dtInicioVigenciaContrato property.
|
void |
setDtPublicacaoContrato(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dtPublicacaoContrato property.
|
void |
setNrAnoContrato(int value)
Sets the value of the nrAnoContrato property.
|
void |
setNrContrato(java.math.BigInteger value)
Sets the value of the nrContrato property.
|
void |
setProcedimentoOrigemContrato(ProcedimentoOrigemContratoT value)
Sets the value of the procedimentoOrigemContrato property.
|
void |
setTipoContrato(java.math.BigInteger value)
Sets the value of the tipoContrato property.
|
protected java.math.BigInteger nrContrato
protected int nrAnoContrato
protected java.math.BigInteger tipoContrato
protected java.lang.String deObjetoContrato
protected javax.xml.datatype.XMLGregorianCalendar dtInicioVigenciaContrato
protected javax.xml.datatype.XMLGregorianCalendar dtFimVigenciaContrato
protected javax.xml.datatype.XMLGregorianCalendar dtAssinaturaContrato
protected javax.xml.datatype.XMLGregorianCalendar dtAnulacaoContrato
protected java.lang.String deMotivoAnulacaoContrato
protected javax.xml.datatype.XMLGregorianCalendar dtPublicacaoContrato
protected byte[] arqTextoContrato
protected byte[] arqTextoAnulacaoContrato
protected ProcedimentoOrigemContratoT procedimentoOrigemContrato
protected java.util.List<ParticipanteContratoT> participanteContrato
protected java.util.List<EmpenhoContratoT> empenhoContrato
public java.math.BigInteger getNrContrato()
BigInteger
public void setNrContrato(java.math.BigInteger value)
value
- allowed object is
BigInteger
public int getNrAnoContrato()
public void setNrAnoContrato(int value)
public java.math.BigInteger getTipoContrato()
BigInteger
public void setTipoContrato(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getDeObjetoContrato()
String
public void setDeObjetoContrato(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getDtInicioVigenciaContrato()
XMLGregorianCalendar
public void setDtInicioVigenciaContrato(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDtFimVigenciaContrato()
XMLGregorianCalendar
public void setDtFimVigenciaContrato(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDtAssinaturaContrato()
XMLGregorianCalendar
public void setDtAssinaturaContrato(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDtAnulacaoContrato()
XMLGregorianCalendar
public void setDtAnulacaoContrato(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getDeMotivoAnulacaoContrato()
String
public void setDeMotivoAnulacaoContrato(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getDtPublicacaoContrato()
XMLGregorianCalendar
public void setDtPublicacaoContrato(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public byte[] getArqTextoContrato()
public void setArqTextoContrato(byte[] value)
value
- allowed object is
byte[]public byte[] getArqTextoAnulacaoContrato()
public void setArqTextoAnulacaoContrato(byte[] value)
value
- allowed object is
byte[]public ProcedimentoOrigemContratoT getProcedimentoOrigemContrato()
ProcedimentoOrigemContratoT
public void setProcedimentoOrigemContrato(ProcedimentoOrigemContratoT value)
value
- allowed object is
ProcedimentoOrigemContratoT
public java.util.List<ParticipanteContratoT> getParticipanteContrato()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the participanteContrato property.
For example, to add a new item, do as follows:
getParticipanteContrato().add(newItem);
Objects of the following type(s) are allowed in the list
ParticipanteContratoT
public java.util.List<EmpenhoContratoT> getEmpenhoContrato()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the empenhoContrato property.
For example, to add a new item, do as follows:
getEmpenhoContrato().add(newItem);
Objects of the following type(s) are allowed in the list
EmpenhoContratoT