|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20103.CtConselhoProfissional
public class CtConselhoProfissional
Java class for ct_conselhoProfissional complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_conselhoProfissional">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="siglaConselho" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_conselhoProfissional"/>
<element name="numeroConselho" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_descricao15"/>
<element name="ufConselho" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_UF"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
numeroConselho
|
protected StConselhoProfissional |
siglaConselho
|
protected StUF |
ufConselho
|
| Constructor Summary | |
|---|---|
CtConselhoProfissional()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getNumeroConselho()
Gets the value of the numeroConselho property. |
StConselhoProfissional |
getSiglaConselho()
Gets the value of the siglaConselho property. |
StUF |
getUfConselho()
Gets the value of the ufConselho property. |
void |
setNumeroConselho(java.lang.String value)
Sets the value of the numeroConselho property. |
void |
setSiglaConselho(StConselhoProfissional value)
Sets the value of the siglaConselho property. |
void |
setUfConselho(StUF value)
Sets the value of the ufConselho property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected StConselhoProfissional siglaConselho
protected java.lang.String numeroConselho
protected StUF ufConselho
| Constructor Detail |
|---|
public CtConselhoProfissional()
| Method Detail |
|---|
public StConselhoProfissional getSiglaConselho()
StConselhoProfissionalpublic void setSiglaConselho(StConselhoProfissional value)
value - allowed object is
StConselhoProfissionalpublic java.lang.String getNumeroConselho()
Stringpublic void setNumeroConselho(java.lang.String value)
value - allowed object is
Stringpublic StUF getUfConselho()
StUFpublic void setUfConselho(StUF value)
value - allowed object is
StUF
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||