|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.Endereco
public class Endereco
Tipo de elemento destinado a permitir o cadastro de endere�os. Esse tipo tem o atributo opcional 'cep' e os elementos de texto 'logradouro', 'numero', 'complemento', 'bairro', 'cidade', 'estado' e 'pais', todos opcionais. Na implementa��o de valida��o, a presen�a do 'cep' deve dispensar o preenchimento dos elementos 'cidade', 'estado' e 'pais' e poder� dispensar a presen�a dos demais elementos que j� estiverem presentes no diret�rio nacional de endere�os (DNE) como vinculados ao c�digo de endere�amento postal definido.
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>
Field Summary | |
---|---|
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 Summary | |
---|---|
Endereco()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String logradouro
protected String numero
protected String complemento
protected String bairro
protected String cidade
protected String estado
protected String pais
protected String cep
Constructor Detail |
---|
public Endereco()
Method Detail |
---|
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 String getCep()
String
public void setCep(String value)
value
- allowed object is
String
public boolean isSetCep()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |