|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20201.CtEndereco
public class CtEndereco
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/v20201}st_tipoLogradouro"/>
<element name="logradouro" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_logradouro"/>
<element name="numero" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_numeroLogradouro"/>
<element name="complemento" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_descricao15" minOccurs="0"/>
<element name="codigoIBGEMunicipio" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_codigoMunicipioIBGE"/>
<element name="municipio" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_descricao40" minOccurs="0"/>
<element name="codigoUF" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_UF"/>
<element name="cep" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_CEP"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
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.lang.String |
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.lang.String 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 |
|---|
protected java.lang.String tipoLogradouro
protected java.lang.String logradouro
protected java.lang.String numero
protected javax.xml.bind.JAXBElement<java.lang.String> complemento
protected java.lang.String codigoIBGEMunicipio
protected java.lang.String municipio
protected StUF codigoUF
protected java.lang.String cep
| Constructor Detail |
|---|
public CtEndereco()
| Method Detail |
|---|
public java.lang.String getTipoLogradouro()
Stringpublic void setTipoLogradouro(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLogradouro()
Stringpublic void setLogradouro(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNumero()
Stringpublic void setNumero(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.bind.JAXBElement<java.lang.String> getComplemento()
JAXBElement<String>public void setComplemento(javax.xml.bind.JAXBElement<java.lang.String> value)
value - allowed object is
JAXBElement<String>public java.lang.String getCodigoIBGEMunicipio()
Stringpublic void setCodigoIBGEMunicipio(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMunicipio()
Stringpublic void setMunicipio(java.lang.String value)
value - allowed object is
Stringpublic StUF getCodigoUF()
StUFpublic void setCodigoUF(StUF value)
value - allowed object is
StUFpublic java.lang.String getCep()
Stringpublic void setCep(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||