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

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

public class CtSolicitacaoStatusProtocolo
extends java.lang.Object

Java class for ct_solicitacaoStatusProtocolo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ct_solicitacaoStatusProtocolo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="registroANS" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_registroANS"/>
         <element name="dadosPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_contratado"/>
         <element name="dataSolicitacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/>
         <element name="detalheProtocolo">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="numeroProtocolo" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_inteiro12" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtSolicitacaoStatusProtocolo.DetalheProtocolo
          Java class for anonymous complex type.
 
Field Summary
protected  CtContratado dadosPrestador
           
protected  javax.xml.datatype.XMLGregorianCalendar dataSolicitacao
           
protected  CtSolicitacaoStatusProtocolo.DetalheProtocolo detalheProtocolo
           
protected  java.lang.String registroANS
           
 
Constructor Summary
CtSolicitacaoStatusProtocolo()
           
 
Method Summary
 CtContratado getDadosPrestador()
          Gets the value of the dadosPrestador property.
 javax.xml.datatype.XMLGregorianCalendar getDataSolicitacao()
          Gets the value of the dataSolicitacao property.
 CtSolicitacaoStatusProtocolo.DetalheProtocolo getDetalheProtocolo()
          Gets the value of the detalheProtocolo property.
 java.lang.String getRegistroANS()
          Gets the value of the registroANS property.
 void setDadosPrestador(CtContratado value)
          Sets the value of the dadosPrestador property.
 void setDataSolicitacao(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the dataSolicitacao property.
 void setDetalheProtocolo(CtSolicitacaoStatusProtocolo.DetalheProtocolo value)
          Sets the value of the detalheProtocolo property.
 void setRegistroANS(java.lang.String value)
          Sets the value of the registroANS property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registroANS

protected java.lang.String registroANS

dadosPrestador

protected CtContratado dadosPrestador

dataSolicitacao

protected javax.xml.datatype.XMLGregorianCalendar dataSolicitacao

detalheProtocolo

protected CtSolicitacaoStatusProtocolo.DetalheProtocolo detalheProtocolo
Constructor Detail

CtSolicitacaoStatusProtocolo

public CtSolicitacaoStatusProtocolo()
Method Detail

getRegistroANS

public java.lang.String getRegistroANS()
Gets the value of the registroANS property.

Returns:
possible object is String

setRegistroANS

public void setRegistroANS(java.lang.String value)
Sets the value of the registroANS property.

Parameters:
value - allowed object is String

getDadosPrestador

public CtContratado getDadosPrestador()
Gets the value of the dadosPrestador property.

Returns:
possible object is CtContratado

setDadosPrestador

public void setDadosPrestador(CtContratado value)
Sets the value of the dadosPrestador property.

Parameters:
value - allowed object is CtContratado

getDataSolicitacao

public javax.xml.datatype.XMLGregorianCalendar getDataSolicitacao()
Gets the value of the dataSolicitacao property.

Returns:
possible object is XMLGregorianCalendar

setDataSolicitacao

public void setDataSolicitacao(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataSolicitacao property.

Parameters:
value - allowed object is XMLGregorianCalendar

getDetalheProtocolo

public CtSolicitacaoStatusProtocolo.DetalheProtocolo getDetalheProtocolo()
Gets the value of the detalheProtocolo property.

Returns:
possible object is CtSolicitacaoStatusProtocolo.DetalheProtocolo

setDetalheProtocolo

public void setDetalheProtocolo(CtSolicitacaoStatusProtocolo.DetalheProtocolo value)
Sets the value of the detalheProtocolo property.

Parameters:
value - allowed object is CtSolicitacaoStatusProtocolo.DetalheProtocolo