|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtBeneficiario
public class CtBeneficiario
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 |
---|
protected java.lang.String numeroCarteira
protected java.lang.String nomeBeneficiario
protected java.lang.String nomePlano
protected javax.xml.datatype.XMLGregorianCalendar validadeCarteira
protected java.lang.String numeroCNS
protected byte[] identificadorBeneficiario
Constructor Detail |
---|
public CtBeneficiario()
Method Detail |
---|
public java.lang.String getNumeroCarteira()
String
public void setNumeroCarteira(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNomeBeneficiario()
String
public void setNomeBeneficiario(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNomePlano()
String
public void setNomePlano(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getValidadeCarteira()
XMLGregorianCalendar
public void setValidadeCarteira(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getNumeroCNS()
String
public void setNumeroCNS(java.lang.String value)
value
- allowed object is
String
public byte[] getIdentificadorBeneficiario()
public void setIdentificadorBeneficiario(byte[] value)
value
- allowed object is
byte[]
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |