|
||||||||||
| 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.CtSolicitante
public class CtSolicitante
Java class for ct_solicitante complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_solicitante">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="contratado" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_contratadoSolicitante"/>
<element name="profissional" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_identificacaoProfissional"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CtContratadoSolicitante |
contratado
|
protected CtIdentificacaoProfissional |
profissional
|
| Constructor Summary | |
|---|---|
CtSolicitante()
|
|
| Method Summary | |
|---|---|
CtContratadoSolicitante |
getContratado()
Gets the value of the contratado property. |
CtIdentificacaoProfissional |
getProfissional()
Gets the value of the profissional property. |
void |
setContratado(CtContratadoSolicitante value)
Sets the value of the contratado property. |
void |
setProfissional(CtIdentificacaoProfissional value)
Sets the value of the profissional property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CtContratadoSolicitante contratado
protected CtIdentificacaoProfissional profissional
| Constructor Detail |
|---|
public CtSolicitante()
| Method Detail |
|---|
public CtContratadoSolicitante getContratado()
CtContratadoSolicitantepublic void setContratado(CtContratadoSolicitante value)
value - allowed object is
CtContratadoSolicitantepublic CtIdentificacaoProfissional getProfissional()
CtIdentificacaoProfissionalpublic void setProfissional(CtIdentificacaoProfissional value)
value - allowed object is
CtIdentificacaoProfissional
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||