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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtBeneficiario
Direct Known Subclasses:
CtGuiaOdontologia.DadosBeneficiario, CtGuiaSolicitacaoOdonto.DadosBeneficiario, CtGuiaTratamentoOdontologicoReapresentacao.DadosBeneficiario

public class CtBeneficiario
extends java.lang.Object

Java class for ct_beneficiario complex type.

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

 <complexType name="ct_beneficiario">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="numeroCarteira" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_descricao20"/>
         <element name="nomeBeneficiario" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_nome"/>
         <element name="nomePlano" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_descricao40"/>
         <element name="validadeCarteira" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data" minOccurs="0"/>
         <element name="numeroCNS" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_descricao15" minOccurs="0"/>
         <element name="identificadorBeneficiario" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  byte[] identificadorBeneficiario
           
protected  java.lang.String nomeBeneficiario
           
protected  java.lang.String nomePlano
           
protected  java.lang.String numeroCarteira
           
protected  java.lang.String numeroCNS
           
protected  javax.xml.datatype.XMLGregorianCalendar validadeCarteira
           
 
Constructor Summary
CtBeneficiario()
           
 
Method Summary
 byte[] getIdentificadorBeneficiario()
          Gets the value of the identificadorBeneficiario property.
 java.lang.String getNomeBeneficiario()
          Gets the value of the nomeBeneficiario property.
 java.lang.String getNomePlano()
          Gets the value of the nomePlano property.
 java.lang.String getNumeroCarteira()
          Gets the value of the numeroCarteira property.
 java.lang.String getNumeroCNS()
          Gets the value of the numeroCNS property.
 javax.xml.datatype.XMLGregorianCalendar getValidadeCarteira()
          Gets the value of the validadeCarteira property.
 void setIdentificadorBeneficiario(byte[] value)
          Sets the value of the identificadorBeneficiario property.
 void setNomeBeneficiario(java.lang.String value)
          Sets the value of the nomeBeneficiario property.
 void setNomePlano(java.lang.String value)
          Sets the value of the nomePlano property.
 void setNumeroCarteira(java.lang.String value)
          Sets the value of the numeroCarteira property.
 void setNumeroCNS(java.lang.String value)
          Sets the value of the numeroCNS property.
 void setValidadeCarteira(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the validadeCarteira property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numeroCarteira

protected java.lang.String numeroCarteira

nomeBeneficiario

protected java.lang.String nomeBeneficiario

nomePlano

protected java.lang.String nomePlano

validadeCarteira

protected javax.xml.datatype.XMLGregorianCalendar validadeCarteira

numeroCNS

protected java.lang.String numeroCNS

identificadorBeneficiario

protected byte[] identificadorBeneficiario
Constructor Detail

CtBeneficiario

public CtBeneficiario()
Method Detail

getNumeroCarteira

public java.lang.String getNumeroCarteira()
Gets the value of the numeroCarteira property.

Returns:
possible object is String

setNumeroCarteira

public void setNumeroCarteira(java.lang.String value)
Sets the value of the numeroCarteira property.

Parameters:
value - allowed object is String

getNomeBeneficiario

public java.lang.String getNomeBeneficiario()
Gets the value of the nomeBeneficiario property.

Returns:
possible object is String

setNomeBeneficiario

public void setNomeBeneficiario(java.lang.String value)
Sets the value of the nomeBeneficiario property.

Parameters:
value - allowed object is String

getNomePlano

public java.lang.String getNomePlano()
Gets the value of the nomePlano property.

Returns:
possible object is String

setNomePlano

public void setNomePlano(java.lang.String value)
Sets the value of the nomePlano property.

Parameters:
value - allowed object is String

getValidadeCarteira

public javax.xml.datatype.XMLGregorianCalendar getValidadeCarteira()
Gets the value of the validadeCarteira property.

Returns:
possible object is XMLGregorianCalendar

setValidadeCarteira

public void setValidadeCarteira(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the validadeCarteira property.

Parameters:
value - allowed object is XMLGregorianCalendar

getNumeroCNS

public java.lang.String getNumeroCNS()
Gets the value of the numeroCNS property.

Returns:
possible object is String

setNumeroCNS

public void setNumeroCNS(java.lang.String value)
Sets the value of the numeroCNS property.

Parameters:
value - allowed object is String

getIdentificadorBeneficiario

public byte[] getIdentificadorBeneficiario()
Gets the value of the identificadorBeneficiario property.

Returns:
possible object is byte[]

setIdentificadorBeneficiario

public void setIdentificadorBeneficiario(byte[] value)
Sets the value of the identificadorBeneficiario property.

Parameters:
value - allowed object is byte[]