|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtReciboCancelaGuia
public class CtReciboCancelaGuia
Java class for ct_reciboCancelaGuia complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_reciboCancelaGuia"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="operadora" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoOperadora"/> <element name="guiasCanceladas"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dadosGuia" maxOccurs="unbounded"> <complexType> <complexContent> <extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_cabecalhoGuia"> <sequence> <element name="statusCancelamento" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_statusCancelamento"/> <element name="observacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_observacao" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
CtReciboCancelaGuia.GuiasCanceladas
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected CtReciboCancelaGuia.GuiasCanceladas |
guiasCanceladas
|
protected CtIdentificacaoOperadora |
operadora
|
Constructor Summary | |
---|---|
CtReciboCancelaGuia()
|
Method Summary | |
---|---|
CtReciboCancelaGuia.GuiasCanceladas |
getGuiasCanceladas()
Gets the value of the guiasCanceladas property. |
CtIdentificacaoOperadora |
getOperadora()
Gets the value of the operadora property. |
void |
setGuiasCanceladas(CtReciboCancelaGuia.GuiasCanceladas value)
Sets the value of the guiasCanceladas property. |
void |
setOperadora(CtIdentificacaoOperadora value)
Sets the value of the operadora property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CtIdentificacaoOperadora operadora
protected CtReciboCancelaGuia.GuiasCanceladas guiasCanceladas
Constructor Detail |
---|
public CtReciboCancelaGuia()
Method Detail |
---|
public CtIdentificacaoOperadora getOperadora()
CtIdentificacaoOperadora
public void setOperadora(CtIdentificacaoOperadora value)
value
- allowed object is
CtIdentificacaoOperadora
public CtReciboCancelaGuia.GuiasCanceladas getGuiasCanceladas()
CtReciboCancelaGuia.GuiasCanceladas
public void setGuiasCanceladas(CtReciboCancelaGuia.GuiasCanceladas value)
value
- allowed object is
CtReciboCancelaGuia.GuiasCanceladas
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |