br.gov.ans.padroes.tiss.schemas.v20201
Class CtStatusProtocolo

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

public class CtStatusProtocolo
extends java.lang.Object

Java class for ct_StatusProtocolo complex type.

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

 <complexType name="ct_StatusProtocolo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identificacaoFontePagadora" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_identificacaoFontePagadora"/>
         <element name="statusProtocolo" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_statusProtocolo" minOccurs="0"/>
         <element name="dadosPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_contratado"/>
         <element name="CNESPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_CNES" minOccurs="0"/>
         <element name="lote">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="detalheLote" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_statusLote" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtStatusProtocolo.Lote
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String cnesPrestador
           
protected  CtContratado dadosPrestador
           
protected  CtIdentificacaoFontePagadora identificacaoFontePagadora
           
protected  CtStatusProtocolo.Lote lote
           
protected  java.lang.String statusProtocolo
           
 
Constructor Summary
CtStatusProtocolo()
           
 
Method Summary
 java.lang.String getCNESPrestador()
          Gets the value of the cnesPrestador property.
 CtContratado getDadosPrestador()
          Gets the value of the dadosPrestador property.
 CtIdentificacaoFontePagadora getIdentificacaoFontePagadora()
          Gets the value of the identificacaoFontePagadora property.
 CtStatusProtocolo.Lote getLote()
          Gets the value of the lote property.
 java.lang.String getStatusProtocolo()
          Gets the value of the statusProtocolo property.
 void setCNESPrestador(java.lang.String value)
          Sets the value of the cnesPrestador property.
 void setDadosPrestador(CtContratado value)
          Sets the value of the dadosPrestador property.
 void setIdentificacaoFontePagadora(CtIdentificacaoFontePagadora value)
          Sets the value of the identificacaoFontePagadora property.
 void setLote(CtStatusProtocolo.Lote value)
          Sets the value of the lote property.
 void setStatusProtocolo(java.lang.String value)
          Sets the value of the statusProtocolo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identificacaoFontePagadora

protected CtIdentificacaoFontePagadora identificacaoFontePagadora

statusProtocolo

protected java.lang.String statusProtocolo

dadosPrestador

protected CtContratado dadosPrestador

cnesPrestador

protected java.lang.String cnesPrestador

lote

protected CtStatusProtocolo.Lote lote
Constructor Detail

CtStatusProtocolo

public CtStatusProtocolo()
Method Detail

getIdentificacaoFontePagadora

public CtIdentificacaoFontePagadora getIdentificacaoFontePagadora()
Gets the value of the identificacaoFontePagadora property.

Returns:
possible object is CtIdentificacaoFontePagadora

setIdentificacaoFontePagadora

public void setIdentificacaoFontePagadora(CtIdentificacaoFontePagadora value)
Sets the value of the identificacaoFontePagadora property.

Parameters:
value - allowed object is CtIdentificacaoFontePagadora

getStatusProtocolo

public java.lang.String getStatusProtocolo()
Gets the value of the statusProtocolo property.

Returns:
possible object is String

setStatusProtocolo

public void setStatusProtocolo(java.lang.String value)
Sets the value of the statusProtocolo 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

getCNESPrestador

public java.lang.String getCNESPrestador()
Gets the value of the cnesPrestador property.

Returns:
possible object is String

setCNESPrestador

public void setCNESPrestador(java.lang.String value)
Sets the value of the cnesPrestador property.

Parameters:
value - allowed object is String

getLote

public CtStatusProtocolo.Lote getLote()
Gets the value of the lote property.

Returns:
possible object is CtStatusProtocolo.Lote

setLote

public void setLote(CtStatusProtocolo.Lote value)
Sets the value of the lote property.

Parameters:
value - allowed object is CtStatusProtocolo.Lote