br.gov.ans.padroes.tiss.schemas
Class CtEndereco

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtEndereco

public class CtEndereco
extends java.lang.Object

Java class for ct_endereco complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ct_endereco">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tipoLogradouro" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tipoLogradouro"/>
         <element name="logradouro" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_logradouro"/>
         <element name="numero" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_numeroLogradouro"/>
         <element name="complemento" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_descricao15" minOccurs="0"/>
         <element name="codigoIBGEMunicipio" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_codigoMunicipioIBGE"/>
         <element name="municipio" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_descricao40" minOccurs="0"/>
         <element name="codigoUF" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_UF"/>
         <element name="cep" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_CEP"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger cep
           
protected  java.lang.String codigoIBGEMunicipio
           
protected  StUF codigoUF
           
protected  javax.xml.bind.JAXBElement<java.lang.String> complemento
           
protected  java.lang.String logradouro
           
protected  java.lang.String municipio
           
protected  java.lang.String numero
           
protected  java.lang.String tipoLogradouro
           
 
Constructor Summary
CtEndereco()
           
 
Method Summary
 java.math.BigInteger getCep()
          Gets the value of the cep property.
 java.lang.String getCodigoIBGEMunicipio()
          Gets the value of the codigoIBGEMunicipio property.
 StUF getCodigoUF()
          Gets the value of the codigoUF property.
 javax.xml.bind.JAXBElement<java.lang.String> getComplemento()
          Gets the value of the complemento property.
 java.lang.String getLogradouro()
          Gets the value of the logradouro property.
 java.lang.String getMunicipio()
          Gets the value of the municipio property.
 java.lang.String getNumero()
          Gets the value of the numero property.
 java.lang.String getTipoLogradouro()
          Gets the value of the tipoLogradouro property.
 void setCep(java.math.BigInteger value)
          Sets the value of the cep property.
 void setCodigoIBGEMunicipio(java.lang.String value)
          Sets the value of the codigoIBGEMunicipio property.
 void setCodigoUF(StUF value)
          Sets the value of the codigoUF property.
 void setComplemento(javax.xml.bind.JAXBElement<java.lang.String> value)
          Sets the value of the complemento property.
 void setLogradouro(java.lang.String value)
          Sets the value of the logradouro property.
 void setMunicipio(java.lang.String value)
          Sets the value of the municipio property.
 void setNumero(java.lang.String value)
          Sets the value of the numero property.
 void setTipoLogradouro(java.lang.String value)
          Sets the value of the tipoLogradouro property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tipoLogradouro

protected java.lang.String tipoLogradouro

logradouro

protected java.lang.String logradouro

numero

protected java.lang.String numero

complemento

protected javax.xml.bind.JAXBElement<java.lang.String> complemento

codigoIBGEMunicipio

protected java.lang.String codigoIBGEMunicipio

municipio

protected java.lang.String municipio

codigoUF

protected StUF codigoUF

cep

protected java.math.BigInteger cep
Constructor Detail

CtEndereco

public CtEndereco()
Method Detail

getTipoLogradouro

public java.lang.String getTipoLogradouro()
Gets the value of the tipoLogradouro property.

Returns:
possible object is String

setTipoLogradouro

public void setTipoLogradouro(java.lang.String value)
Sets the value of the tipoLogradouro property.

Parameters:
value - allowed object is String

getLogradouro

public java.lang.String getLogradouro()
Gets the value of the logradouro property.

Returns:
possible object is String

setLogradouro

public void setLogradouro(java.lang.String value)
Sets the value of the logradouro property.

Parameters:
value - allowed object is String

getNumero

public java.lang.String getNumero()
Gets the value of the numero property.

Returns:
possible object is String

setNumero

public void setNumero(java.lang.String value)
Sets the value of the numero property.

Parameters:
value - allowed object is String

getComplemento

public javax.xml.bind.JAXBElement<java.lang.String> getComplemento()
Gets the value of the complemento property.

Returns:
possible object is JAXBElement<String>

setComplemento

public void setComplemento(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the complemento property.

Parameters:
value - allowed object is JAXBElement<String>

getCodigoIBGEMunicipio

public java.lang.String getCodigoIBGEMunicipio()
Gets the value of the codigoIBGEMunicipio property.

Returns:
possible object is String

setCodigoIBGEMunicipio

public void setCodigoIBGEMunicipio(java.lang.String value)
Sets the value of the codigoIBGEMunicipio property.

Parameters:
value - allowed object is String

getMunicipio

public java.lang.String getMunicipio()
Gets the value of the municipio property.

Returns:
possible object is String

setMunicipio

public void setMunicipio(java.lang.String value)
Sets the value of the municipio property.

Parameters:
value - allowed object is String

getCodigoUF

public StUF getCodigoUF()
Gets the value of the codigoUF property.

Returns:
possible object is StUF

setCodigoUF

public void setCodigoUF(StUF value)
Sets the value of the codigoUF property.

Parameters:
value - allowed object is StUF

getCep

public java.math.BigInteger getCep()
Gets the value of the cep property.

Returns:
possible object is BigInteger

setCep

public void setCep(java.math.BigInteger value)
Sets the value of the cep property.

Parameters:
value - allowed object is BigInteger