public class ConfirmacaoRecebimento extends Object implements Serializable
Java class for tipoConfirmarRecebimento complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoConfirmarRecebimento"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="idRecebedor" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="senhaRecebedor" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="protocolo" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
idRecebedor |
protected String |
protocolo |
protected String |
senhaRecebedor |
Constructor and Description |
---|
ConfirmacaoRecebimento() |
Modifier and Type | Method and Description |
---|---|
String |
getIdRecebedor()
Gets the value of the idRecebedor property.
|
String |
getProtocolo()
Gets the value of the protocolo property.
|
String |
getSenhaRecebedor()
Gets the value of the senhaRecebedor property.
|
boolean |
isSetIdRecebedor() |
boolean |
isSetProtocolo() |
boolean |
isSetSenhaRecebedor() |
void |
setIdRecebedor(String value)
Sets the value of the idRecebedor property.
|
void |
setProtocolo(String value)
Sets the value of the protocolo property.
|
void |
setSenhaRecebedor(String value)
Sets the value of the senhaRecebedor property.
|
protected String idRecebedor
protected String senhaRecebedor
protected String protocolo
public String getIdRecebedor()
String
public void setIdRecebedor(String value)
value
- allowed object is
String
public boolean isSetIdRecebedor()
public String getSenhaRecebedor()
String
public void setSenhaRecebedor(String value)
value
- allowed object is
String
public boolean isSetSenhaRecebedor()
public String getProtocolo()
String
public void setProtocolo(String value)
value
- allowed object is
String
public boolean isSetProtocolo()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.