|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.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}ct_contratado"/> <element name="profissional" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoProfissional"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected CtContratado |
contratado
|
protected CtIdentificacaoProfissional |
profissional
|
Constructor Summary | |
---|---|
CtSolicitante()
|
Method Summary | |
---|---|
CtContratado |
getContratado()
Gets the value of the contratado property. |
CtIdentificacaoProfissional |
getProfissional()
Gets the value of the profissional property. |
void |
setContratado(CtContratado 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 CtContratado contratado
protected CtIdentificacaoProfissional profissional
Constructor Detail |
---|
public CtSolicitante()
Method Detail |
---|
public CtContratado getContratado()
CtContratado
public void setContratado(CtContratado value)
value
- allowed object is
CtContratado
public CtIdentificacaoProfissional getProfissional()
CtIdentificacaoProfissional
public 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 |