|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20103.CtStatusProtocolo
public class CtStatusProtocolo
Java class for ct_StatusProtocolo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_StatusProtocolo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="registroANS" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_registroANS"/>
<element name="nomeOperadora" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_nome"/>
<element name="CNPJ" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_CNPJ"/>
<element name="statusProtocolo" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_statusProtocolo" minOccurs="0"/>
<element name="dadosPrestador" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_contratado"/>
<element name="CNESPrestador" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}st_CNES" minOccurs="0"/>
<element name="lote">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="detalheLote" type="{http://www.ans.gov.br/padroes.tiss.schemas.v20103}ct_statusLote" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CtStatusProtocolo.Lote
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.lang.String |
cnesPrestador
|
protected java.lang.String |
cnpj
|
protected CtContratado |
dadosPrestador
|
protected CtStatusProtocolo.Lote |
lote
|
protected java.lang.String |
nomeOperadora
|
protected java.lang.String |
registroANS
|
protected java.lang.String |
statusProtocolo
|
| Constructor Summary | |
|---|---|
CtStatusProtocolo()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCNESPrestador()
Gets the value of the cnesPrestador property. |
java.lang.String |
getCNPJ()
Gets the value of the cnpj property. |
CtContratado |
getDadosPrestador()
Gets the value of the dadosPrestador property. |
CtStatusProtocolo.Lote |
getLote()
Gets the value of the lote property. |
java.lang.String |
getNomeOperadora()
Gets the value of the nomeOperadora property. |
java.lang.String |
getRegistroANS()
Gets the value of the registroANS property. |
java.lang.String |
getStatusProtocolo()
Gets the value of the statusProtocolo property. |
void |
setCNESPrestador(java.lang.String value)
Sets the value of the cnesPrestador property. |
void |
setCNPJ(java.lang.String value)
Sets the value of the cnpj property. |
void |
setDadosPrestador(CtContratado value)
Sets the value of the dadosPrestador property. |
void |
setLote(CtStatusProtocolo.Lote value)
Sets the value of the lote property. |
void |
setNomeOperadora(java.lang.String value)
Sets the value of the nomeOperadora property. |
void |
setRegistroANS(java.lang.String value)
Sets the value of the registroANS property. |
void |
setStatusProtocolo(java.lang.String value)
Sets the value of the statusProtocolo 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 registroANS
protected java.lang.String nomeOperadora
protected java.lang.String cnpj
protected java.lang.String statusProtocolo
protected CtContratado dadosPrestador
protected java.lang.String cnesPrestador
protected CtStatusProtocolo.Lote lote
| Constructor Detail |
|---|
public CtStatusProtocolo()
| Method Detail |
|---|
public java.lang.String getRegistroANS()
Stringpublic void setRegistroANS(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNomeOperadora()
Stringpublic void setNomeOperadora(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCNPJ()
Stringpublic void setCNPJ(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStatusProtocolo()
Stringpublic void setStatusProtocolo(java.lang.String value)
value - allowed object is
Stringpublic CtContratado getDadosPrestador()
CtContratadopublic void setDadosPrestador(CtContratado value)
value - allowed object is
CtContratadopublic java.lang.String getCNESPrestador()
Stringpublic void setCNESPrestador(java.lang.String value)
value - allowed object is
Stringpublic CtStatusProtocolo.Lote getLote()
CtStatusProtocolo.Lotepublic void setLote(CtStatusProtocolo.Lote value)
value - allowed object is
CtStatusProtocolo.Lote
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||