public class ParticipanteContratoT
extends java.lang.Object
Java class for ParticipanteContrato_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParticipanteContrato_t"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cpfCnpjParticipante" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}cpfCnpjFornecedor_t"/> <element name="nomeParticipante" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}nomeParticipanteContrato_t"/> <element name="valorParticipacao" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}valorParticipacaoContrato_t"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
cpfCnpjParticipante |
protected java.lang.String |
nomeParticipante |
protected java.math.BigDecimal |
valorParticipacao |
Constructor and Description |
---|
ParticipanteContratoT() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCpfCnpjParticipante()
Gets the value of the cpfCnpjParticipante property.
|
java.lang.String |
getNomeParticipante()
Gets the value of the nomeParticipante property.
|
java.math.BigDecimal |
getValorParticipacao()
Gets the value of the valorParticipacao property.
|
void |
setCpfCnpjParticipante(java.lang.String value)
Sets the value of the cpfCnpjParticipante property.
|
void |
setNomeParticipante(java.lang.String value)
Sets the value of the nomeParticipante property.
|
void |
setValorParticipacao(java.math.BigDecimal value)
Sets the value of the valorParticipacao property.
|
protected java.lang.String cpfCnpjParticipante
protected java.lang.String nomeParticipante
protected java.math.BigDecimal valorParticipacao
public java.lang.String getCpfCnpjParticipante()
String
public void setCpfCnpjParticipante(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNomeParticipante()
String
public void setNomeParticipante(java.lang.String value)
value
- allowed object is
String
public java.math.BigDecimal getValorParticipacao()
BigDecimal
public void setValorParticipacao(java.math.BigDecimal value)
value
- allowed object is
BigDecimal