|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.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}st_registroANS"/> <element name="nomeOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_nome"/> <element name="CNPJ" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_CNPJ"/> <element name="statusProtocolo" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_statusProtocolo" minOccurs="0"/> <element name="dadosPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_contratado"/> <element name="CNESPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}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}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.math.BigInteger |
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.math.BigInteger |
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.math.BigInteger 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.math.BigInteger statusProtocolo
protected CtContratado dadosPrestador
protected java.lang.String cnesPrestador
protected CtStatusProtocolo.Lote lote
Constructor Detail |
---|
public CtStatusProtocolo()
Method Detail |
---|
public java.lang.String getRegistroANS()
String
public void setRegistroANS(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNomeOperadora()
String
public void setNomeOperadora(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCNPJ()
String
public void setCNPJ(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getStatusProtocolo()
BigInteger
public void setStatusProtocolo(java.math.BigInteger value)
value
- allowed object is
BigInteger
public CtContratado getDadosPrestador()
CtContratado
public void setDadosPrestador(CtContratado value)
value
- allowed object is
CtContratado
public java.lang.String getCNESPrestador()
String
public void setCNESPrestador(java.lang.String value)
value
- allowed object is
String
public CtStatusProtocolo.Lote getLote()
CtStatusProtocolo.Lote
public 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 |