public class ParticipanteLicitacaoT
extends java.lang.Object
Java class for ParticipanteLicitacao_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParticipanteLicitacao_t"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="nm_Participante" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}nm_Participante_t"/> <element name="cd_CpfCnpjParticipante" type="{http://www.tce.se.gov.br/sagres2017/xml/genericoslicitcontconv}cd_CpfCnpjParticipante_t"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
cdCpfCnpjParticipante |
protected java.lang.String |
nmParticipante |
Constructor and Description |
---|
ParticipanteLicitacaoT() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCdCpfCnpjParticipante()
Gets the value of the cdCpfCnpjParticipante property.
|
java.lang.String |
getNmParticipante()
Gets the value of the nmParticipante property.
|
void |
setCdCpfCnpjParticipante(java.lang.String value)
Sets the value of the cdCpfCnpjParticipante property.
|
void |
setNmParticipante(java.lang.String value)
Sets the value of the nmParticipante property.
|
protected java.lang.String nmParticipante
protected java.lang.String cdCpfCnpjParticipante
public java.lang.String getNmParticipante()
String
public void setNmParticipante(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCdCpfCnpjParticipante()
String
public void setCdCpfCnpjParticipante(java.lang.String value)
value
- allowed object is
String