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

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

public class CtIdentificacaoFontePagadora
extends java.lang.Object

Java class for ct_identificacaoFontePagadora complex type.

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

 <complexType name="ct_identificacaoFontePagadora">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="operadoraRegulada">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="registroANS" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_registroANS"/>
                   <element name="CNPJ" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_CNPJ"/>
                   <element name="nomeOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_nome"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="entidadeNaoRegulada">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="CNPJ" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_CNPJ"/>
                   <element name="nomeOperadoraEntidade" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_nome"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtIdentificacaoFontePagadora.EntidadeNaoRegulada
          Java class for anonymous complex type.
static class CtIdentificacaoFontePagadora.OperadoraRegulada
          Java class for anonymous complex type.
 
Field Summary
protected  CtIdentificacaoFontePagadora.EntidadeNaoRegulada entidadeNaoRegulada
           
protected  CtIdentificacaoFontePagadora.OperadoraRegulada operadoraRegulada
           
 
Constructor Summary
CtIdentificacaoFontePagadora()
           
 
Method Summary
 CtIdentificacaoFontePagadora.EntidadeNaoRegulada getEntidadeNaoRegulada()
          Gets the value of the entidadeNaoRegulada property.
 CtIdentificacaoFontePagadora.OperadoraRegulada getOperadoraRegulada()
          Gets the value of the operadoraRegulada property.
 void setEntidadeNaoRegulada(CtIdentificacaoFontePagadora.EntidadeNaoRegulada value)
          Sets the value of the entidadeNaoRegulada property.
 void setOperadoraRegulada(CtIdentificacaoFontePagadora.OperadoraRegulada value)
          Sets the value of the operadoraRegulada property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operadoraRegulada

protected CtIdentificacaoFontePagadora.OperadoraRegulada operadoraRegulada

entidadeNaoRegulada

protected CtIdentificacaoFontePagadora.EntidadeNaoRegulada entidadeNaoRegulada
Constructor Detail

CtIdentificacaoFontePagadora

public CtIdentificacaoFontePagadora()
Method Detail

getOperadoraRegulada

public CtIdentificacaoFontePagadora.OperadoraRegulada getOperadoraRegulada()
Gets the value of the operadoraRegulada property.

Returns:
possible object is CtIdentificacaoFontePagadora.OperadoraRegulada

setOperadoraRegulada

public void setOperadoraRegulada(CtIdentificacaoFontePagadora.OperadoraRegulada value)
Sets the value of the operadoraRegulada property.

Parameters:
value - allowed object is CtIdentificacaoFontePagadora.OperadoraRegulada

getEntidadeNaoRegulada

public CtIdentificacaoFontePagadora.EntidadeNaoRegulada getEntidadeNaoRegulada()
Gets the value of the entidadeNaoRegulada property.

Returns:
possible object is CtIdentificacaoFontePagadora.EntidadeNaoRegulada

setEntidadeNaoRegulada

public void setEntidadeNaoRegulada(CtIdentificacaoFontePagadora.EntidadeNaoRegulada value)
Sets the value of the entidadeNaoRegulada property.

Parameters:
value - allowed object is CtIdentificacaoFontePagadora.EntidadeNaoRegulada