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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20103.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.v20103}ct_contratadoSolicitante"/>
         <element name="profissional" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}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

contratado

protected CtContratadoSolicitante contratado

profissional

protected CtIdentificacaoProfissional profissional
Constructor Detail

CtSolicitante

public CtSolicitante()
Method Detail

getContratado

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

Returns:
possible object is CtContratadoSolicitante

setContratado

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

Parameters:
value - allowed object is CtContratadoSolicitante

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