public class Endereco extends Object implements Serializable
Java class for tipoEndereco complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoEndereco"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="logradouro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="numero" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="complemento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="bairro" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="cidade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="estado" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="pais" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="cep"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="\d{8}"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
bairro |
protected String |
cep |
protected String |
cidade |
protected String |
complemento |
protected String |
estado |
protected String |
logradouro |
protected String |
numero |
protected String |
pais |
Constructor and Description |
---|
Endereco() |
Modifier and Type | Method and Description |
---|---|
String |
getBairro()
Gets the value of the bairro property.
|
String |
getCep()
Gets the value of the cep property.
|
String |
getCidade()
Gets the value of the cidade property.
|
String |
getComplemento()
Gets the value of the complemento property.
|
String |
getEstado()
Gets the value of the estado property.
|
String |
getLogradouro()
Gets the value of the logradouro property.
|
String |
getNumero()
Gets the value of the numero property.
|
String |
getPais()
Gets the value of the pais property.
|
boolean |
isSetBairro() |
boolean |
isSetCep() |
boolean |
isSetCidade() |
boolean |
isSetComplemento() |
boolean |
isSetEstado() |
boolean |
isSetLogradouro() |
boolean |
isSetNumero() |
boolean |
isSetPais() |
void |
setBairro(String value)
Sets the value of the bairro property.
|
void |
setCep(String value)
Sets the value of the cep property.
|
void |
setCidade(String value)
Sets the value of the cidade property.
|
void |
setComplemento(String value)
Sets the value of the complemento property.
|
void |
setEstado(String value)
Sets the value of the estado property.
|
void |
setLogradouro(String value)
Sets the value of the logradouro property.
|
void |
setNumero(String value)
Sets the value of the numero property.
|
void |
setPais(String value)
Sets the value of the pais property.
|
protected String logradouro
protected String numero
protected String complemento
protected String bairro
protected String cidade
protected String estado
protected String pais
protected String cep
public String getLogradouro()
String
public void setLogradouro(String value)
value
- allowed object is
String
public boolean isSetLogradouro()
public String getNumero()
String
public void setNumero(String value)
value
- allowed object is
String
public boolean isSetNumero()
public String getComplemento()
String
public void setComplemento(String value)
value
- allowed object is
String
public boolean isSetComplemento()
public String getBairro()
String
public void setBairro(String value)
value
- allowed object is
String
public boolean isSetBairro()
public String getCidade()
String
public void setCidade(String value)
value
- allowed object is
String
public boolean isSetCidade()
public String getEstado()
String
public void setEstado(String value)
value
- allowed object is
String
public boolean isSetEstado()
public String getPais()
String
public void setPais(String value)
value
- allowed object is
String
public boolean isSetPais()
public void setCep(String value)
value
- allowed object is
String
public boolean isSetCep()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.