|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtCancelaGuia
public class CtCancelaGuia
Java class for ct_cancelaGuia complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_cancelaGuia"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dadosPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_contratado"/> <element name="guia"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dadosGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_cabecalhoGuia" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="observacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_observacao" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
CtCancelaGuia.Guia
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected CtContratado |
dadosPrestador
|
protected CtCancelaGuia.Guia |
guia
|
protected java.lang.String |
observacao
|
Constructor Summary | |
---|---|
CtCancelaGuia()
|
Method Summary | |
---|---|
CtContratado |
getDadosPrestador()
Gets the value of the dadosPrestador property. |
CtCancelaGuia.Guia |
getGuia()
Gets the value of the guia property. |
java.lang.String |
getObservacao()
Gets the value of the observacao property. |
void |
setDadosPrestador(CtContratado value)
Sets the value of the dadosPrestador property. |
void |
setGuia(CtCancelaGuia.Guia value)
Sets the value of the guia property. |
void |
setObservacao(java.lang.String value)
Sets the value of the observacao property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CtContratado dadosPrestador
protected CtCancelaGuia.Guia guia
protected java.lang.String observacao
Constructor Detail |
---|
public CtCancelaGuia()
Method Detail |
---|
public CtContratado getDadosPrestador()
CtContratado
public void setDadosPrestador(CtContratado value)
value
- allowed object is
CtContratado
public CtCancelaGuia.Guia getGuia()
CtCancelaGuia.Guia
public void setGuia(CtCancelaGuia.Guia value)
value
- allowed object is
CtCancelaGuia.Guia
public java.lang.String getObservacao()
String
public void setObservacao(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 |