|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtDemonstrativoOdontologia.DadosPrestador
public static class CtDemonstrativoOdontologia.DadosPrestador
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="codigoPrestadorNaOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_codigoPrestadorNaOperadora" minOccurs="0"/> <element name="identificadorPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificadorPrestOdontoDemo"/> <element name="nomeContratado" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_nome"/> <element name="numeroCNES" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_CNES" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
codigoPrestadorNaOperadora
|
protected CtIdentificadorPrestOdontoDemo |
identificadorPrestador
|
protected java.lang.String |
nomeContratado
|
protected java.lang.String |
numeroCNES
|
Constructor Summary | |
---|---|
CtDemonstrativoOdontologia.DadosPrestador()
|
Method Summary | |
---|---|
java.lang.String |
getCodigoPrestadorNaOperadora()
Gets the value of the codigoPrestadorNaOperadora property. |
CtIdentificadorPrestOdontoDemo |
getIdentificadorPrestador()
Gets the value of the identificadorPrestador property. |
java.lang.String |
getNomeContratado()
Gets the value of the nomeContratado property. |
java.lang.String |
getNumeroCNES()
Gets the value of the numeroCNES property. |
void |
setCodigoPrestadorNaOperadora(java.lang.String value)
Sets the value of the codigoPrestadorNaOperadora property. |
void |
setIdentificadorPrestador(CtIdentificadorPrestOdontoDemo value)
Sets the value of the identificadorPrestador property. |
void |
setNomeContratado(java.lang.String value)
Sets the value of the nomeContratado property. |
void |
setNumeroCNES(java.lang.String value)
Sets the value of the numeroCNES 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 codigoPrestadorNaOperadora
protected CtIdentificadorPrestOdontoDemo identificadorPrestador
protected java.lang.String nomeContratado
protected java.lang.String numeroCNES
Constructor Detail |
---|
public CtDemonstrativoOdontologia.DadosPrestador()
Method Detail |
---|
public java.lang.String getCodigoPrestadorNaOperadora()
String
public void setCodigoPrestadorNaOperadora(java.lang.String value)
value
- allowed object is
String
public CtIdentificadorPrestOdontoDemo getIdentificadorPrestador()
CtIdentificadorPrestOdontoDemo
public void setIdentificadorPrestador(CtIdentificadorPrestOdontoDemo value)
value
- allowed object is
CtIdentificadorPrestOdontoDemo
public java.lang.String getNomeContratado()
String
public void setNomeContratado(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNumeroCNES()
String
public void setNumeroCNES(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |