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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.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="registroANS" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_registroANS"/>
         <element name="nomeOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_nome"/>
         <element name="CNPJ" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_CNPJ"/>
         <element name="statusProtocolo" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_statusProtocolo" minOccurs="0"/>
         <element name="dadosPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_contratado"/>
         <element name="CNESPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}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}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  java.lang.String cnpj
           
protected  CtContratado dadosPrestador
           
protected  CtStatusProtocolo.Lote lote
           
protected  java.lang.String nomeOperadora
           
protected  java.lang.String registroANS
           
protected  java.math.BigInteger statusProtocolo
           
 
Constructor Summary
CtStatusProtocolo()
           
 
Method Summary
 java.lang.String getCNESPrestador()
          Gets the value of the cnesPrestador property.
 java.lang.String getCNPJ()
          Gets the value of the cnpj property.
 CtContratado getDadosPrestador()
          Gets the value of the dadosPrestador property.
 CtStatusProtocolo.Lote getLote()
          Gets the value of the lote property.
 java.lang.String getNomeOperadora()
          Gets the value of the nomeOperadora property.
 java.lang.String getRegistroANS()
          Gets the value of the registroANS property.
 java.math.BigInteger getStatusProtocolo()
          Gets the value of the statusProtocolo property.
 void setCNESPrestador(java.lang.String value)
          Sets the value of the cnesPrestador property.
 void setCNPJ(java.lang.String value)
          Sets the value of the cnpj property.
 void setDadosPrestador(CtContratado value)
          Sets the value of the dadosPrestador property.
 void setLote(CtStatusProtocolo.Lote value)
          Sets the value of the lote property.
 void setNomeOperadora(java.lang.String value)
          Sets the value of the nomeOperadora property.
 void setRegistroANS(java.lang.String value)
          Sets the value of the registroANS property.
 void setStatusProtocolo(java.math.BigInteger 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

registroANS

protected java.lang.String registroANS

nomeOperadora

protected java.lang.String nomeOperadora

cnpj

protected java.lang.String cnpj

statusProtocolo

protected java.math.BigInteger statusProtocolo

dadosPrestador

protected CtContratado dadosPrestador

cnesPrestador

protected java.lang.String cnesPrestador

lote

protected CtStatusProtocolo.Lote lote
Constructor Detail

CtStatusProtocolo

public CtStatusProtocolo()
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

getNomeOperadora

public java.lang.String getNomeOperadora()
Gets the value of the nomeOperadora property.

Returns:
possible object is String

setNomeOperadora

public void setNomeOperadora(java.lang.String value)
Sets the value of the nomeOperadora property.

Parameters:
value - allowed object is String

getCNPJ

public java.lang.String getCNPJ()
Gets the value of the cnpj property.

Returns:
possible object is String

setCNPJ

public void setCNPJ(java.lang.String value)
Sets the value of the cnpj property.

Parameters:
value - allowed object is String

getStatusProtocolo

public java.math.BigInteger getStatusProtocolo()
Gets the value of the statusProtocolo property.

Returns:
possible object is BigInteger

setStatusProtocolo

public void setStatusProtocolo(java.math.BigInteger value)
Sets the value of the statusProtocolo property.

Parameters:
value - allowed object is BigInteger

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