br.gov.ans.padroes.tiss.schemas
Class CtGuiaOdontologia.DadosBeneficiario

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtBeneficiario
      extended by br.gov.ans.padroes.tiss.schemas.CtGuiaOdontologia.DadosBeneficiario
Enclosing class:
CtGuiaOdontologia

public static class CtGuiaOdontologia.DadosBeneficiario
extends CtBeneficiario

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_beneficiario">
       <sequence>
         <element name="nomeEmpresa" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_descricao40" minOccurs="0"/>
         <element name="numeroTelefone" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_numeroTel" minOccurs="0"/>
         <element name="nomeTitular" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_nome" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String nomeEmpresa
           
protected  java.lang.String nomeTitular
           
protected  java.lang.String numeroTelefone
           
 
Fields inherited from class br.gov.ans.padroes.tiss.schemas.CtBeneficiario
identificadorBeneficiario, nomeBeneficiario, nomePlano, numeroCarteira, numeroCNS, validadeCarteira
 
Constructor Summary
CtGuiaOdontologia.DadosBeneficiario()
           
 
Method Summary
 java.lang.String getNomeEmpresa()
          Gets the value of the nomeEmpresa property.
 java.lang.String getNomeTitular()
          Gets the value of the nomeTitular property.
 java.lang.String getNumeroTelefone()
          Gets the value of the numeroTelefone property.
 void setNomeEmpresa(java.lang.String value)
          Sets the value of the nomeEmpresa property.
 void setNomeTitular(java.lang.String value)
          Sets the value of the nomeTitular property.
 void setNumeroTelefone(java.lang.String value)
          Sets the value of the numeroTelefone property.
 
Methods inherited from class br.gov.ans.padroes.tiss.schemas.CtBeneficiario
getIdentificadorBeneficiario, getNomeBeneficiario, getNomePlano, getNumeroCarteira, getNumeroCNS, getValidadeCarteira, setIdentificadorBeneficiario, setNomeBeneficiario, setNomePlano, setNumeroCarteira, setNumeroCNS, setValidadeCarteira
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nomeEmpresa

protected java.lang.String nomeEmpresa

numeroTelefone

protected java.lang.String numeroTelefone

nomeTitular

protected java.lang.String nomeTitular
Constructor Detail

CtGuiaOdontologia.DadosBeneficiario

public CtGuiaOdontologia.DadosBeneficiario()
Method Detail

getNomeEmpresa

public java.lang.String getNomeEmpresa()
Gets the value of the nomeEmpresa property.

Returns:
possible object is String

setNomeEmpresa

public void setNomeEmpresa(java.lang.String value)
Sets the value of the nomeEmpresa property.

Parameters:
value - allowed object is String

getNumeroTelefone

public java.lang.String getNumeroTelefone()
Gets the value of the numeroTelefone property.

Returns:
possible object is String

setNumeroTelefone

public void setNumeroTelefone(java.lang.String value)
Sets the value of the numeroTelefone property.

Parameters:
value - allowed object is String

getNomeTitular

public java.lang.String getNomeTitular()
Gets the value of the nomeTitular property.

Returns:
possible object is String

setNomeTitular

public void setNomeTitular(java.lang.String value)
Sets the value of the nomeTitular property.

Parameters:
value - allowed object is String