|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.v20201.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="identificacaoFontePagadora" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_identificacaoFontePagadora"/>
<element name="statusProtocolo" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_statusProtocolo" minOccurs="0"/>
<element name="dadosPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_contratado"/>
<element name="CNESPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}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/v20201}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 CtContratado |
dadosPrestador
|
protected CtIdentificacaoFontePagadora |
identificacaoFontePagadora
|
protected CtStatusProtocolo.Lote |
lote
|
protected java.lang.String |
statusProtocolo
|
| Constructor Summary | |
|---|---|
CtStatusProtocolo()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCNESPrestador()
Gets the value of the cnesPrestador property. |
CtContratado |
getDadosPrestador()
Gets the value of the dadosPrestador property. |
CtIdentificacaoFontePagadora |
getIdentificacaoFontePagadora()
Gets the value of the identificacaoFontePagadora property. |
CtStatusProtocolo.Lote |
getLote()
Gets the value of the lote 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 |
setDadosPrestador(CtContratado value)
Sets the value of the dadosPrestador property. |
void |
setIdentificacaoFontePagadora(CtIdentificacaoFontePagadora value)
Sets the value of the identificacaoFontePagadora property. |
void |
setLote(CtStatusProtocolo.Lote value)
Sets the value of the lote 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 CtIdentificacaoFontePagadora identificacaoFontePagadora
protected java.lang.String statusProtocolo
protected CtContratado dadosPrestador
protected java.lang.String cnesPrestador
protected CtStatusProtocolo.Lote lote
| Constructor Detail |
|---|
public CtStatusProtocolo()
| Method Detail |
|---|
public CtIdentificacaoFontePagadora getIdentificacaoFontePagadora()
CtIdentificacaoFontePagadorapublic void setIdentificacaoFontePagadora(CtIdentificacaoFontePagadora value)
value - allowed object is
CtIdentificacaoFontePagadorapublic 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 | |||||||||