br.gov.ans.padroes.tiss.schemas
Class CtSolicitante

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtSolicitante

public class CtSolicitante
extends java.lang.Object

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

contratado

protected CtContratado contratado

profissional

protected CtIdentificacaoProfissional profissional
Constructor Detail

CtSolicitante

public CtSolicitante()
Method Detail

getContratado

public CtContratado getContratado()
Gets the value of the contratado property.

Returns:
possible object is CtContratado

setContratado

public void setContratado(CtContratado value)
Sets the value of the contratado property.

Parameters:
value - allowed object is CtContratado

getProfissional

public CtIdentificacaoProfissional getProfissional()
Gets the value of the profissional property.

Returns:
possible object is CtIdentificacaoProfissional

setProfissional

public void setProfissional(CtIdentificacaoProfissional value)
Sets the value of the profissional property.

Parameters:
value - allowed object is CtIdentificacaoProfissional