|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.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}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 |
---|
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.math.BigInteger cep
Constructor Detail |
---|
public CtEndereco()
Method Detail |
---|
public java.lang.String getTipoLogradouro()
String
public void setTipoLogradouro(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLogradouro()
String
public void setLogradouro(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNumero()
String
public void setNumero(java.lang.String value)
value
- allowed object is
String
public 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()
String
public void setCodigoIBGEMunicipio(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMunicipio()
String
public void setMunicipio(java.lang.String value)
value
- allowed object is
String
public StUF getCodigoUF()
StUF
public void setCodigoUF(StUF value)
value
- allowed object is
StUF
public java.math.BigInteger getCep()
BigInteger
public void setCep(java.math.BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |