|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtDadosGuia
public class CtDadosGuia
Java class for ct_dadosGuia complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_dadosGuia"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="numeroGuiaPrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_numeroGuia"/> <element name="numeroGuiaOperadora" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_numeroGuia" minOccurs="0"/> <element name="beneficiario" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_beneficiario"/> <element name="dataRealizacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/> <element name="valorProcessadoGuia" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorLiberadoGuia" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="valorGlosaGuia" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> <element name="procedimentos"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dadosProcedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_dadosProcedimento" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="codigoGlosaGuia" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_motivoGlosa" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
CtDadosGuia.Procedimentos
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected CtBeneficiario |
beneficiario
|
protected java.util.List<CtMotivoGlosa> |
codigoGlosaGuia
|
protected javax.xml.datatype.XMLGregorianCalendar |
dataRealizacao
|
protected java.lang.String |
numeroGuiaOperadora
|
protected java.lang.String |
numeroGuiaPrestador
|
protected CtDadosGuia.Procedimentos |
procedimentos
|
protected java.lang.Object |
valorGlosaGuia
|
protected java.lang.Double |
valorLiberadoGuia
|
protected java.lang.Double |
valorProcessadoGuia
|
Constructor Summary | |
---|---|
CtDadosGuia()
|
Method Summary | |
---|---|
CtBeneficiario |
getBeneficiario()
Gets the value of the beneficiario property. |
java.util.List<CtMotivoGlosa> |
getCodigoGlosaGuia()
Gets the value of the codigoGlosaGuia property. |
javax.xml.datatype.XMLGregorianCalendar |
getDataRealizacao()
Gets the value of the dataRealizacao property. |
java.lang.String |
getNumeroGuiaOperadora()
Gets the value of the numeroGuiaOperadora property. |
java.lang.String |
getNumeroGuiaPrestador()
Gets the value of the numeroGuiaPrestador property. |
CtDadosGuia.Procedimentos |
getProcedimentos()
Gets the value of the procedimentos property. |
java.lang.Object |
getValorGlosaGuia()
Gets the value of the valorGlosaGuia property. |
java.lang.Double |
getValorLiberadoGuia()
Gets the value of the valorLiberadoGuia property. |
java.lang.Double |
getValorProcessadoGuia()
Gets the value of the valorProcessadoGuia property. |
void |
setBeneficiario(CtBeneficiario value)
Sets the value of the beneficiario property. |
void |
setDataRealizacao(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataRealizacao property. |
void |
setNumeroGuiaOperadora(java.lang.String value)
Sets the value of the numeroGuiaOperadora property. |
void |
setNumeroGuiaPrestador(java.lang.String value)
Sets the value of the numeroGuiaPrestador property. |
void |
setProcedimentos(CtDadosGuia.Procedimentos value)
Sets the value of the procedimentos property. |
void |
setValorGlosaGuia(java.lang.Object value)
Sets the value of the valorGlosaGuia property. |
void |
setValorLiberadoGuia(java.lang.Double value)
Sets the value of the valorLiberadoGuia property. |
void |
setValorProcessadoGuia(java.lang.Double value)
Sets the value of the valorProcessadoGuia 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 numeroGuiaPrestador
protected java.lang.String numeroGuiaOperadora
protected CtBeneficiario beneficiario
protected javax.xml.datatype.XMLGregorianCalendar dataRealizacao
protected java.lang.Double valorProcessadoGuia
protected java.lang.Double valorLiberadoGuia
protected java.lang.Object valorGlosaGuia
protected CtDadosGuia.Procedimentos procedimentos
protected java.util.List<CtMotivoGlosa> codigoGlosaGuia
Constructor Detail |
---|
public CtDadosGuia()
Method Detail |
---|
public java.lang.String getNumeroGuiaPrestador()
String
public void setNumeroGuiaPrestador(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNumeroGuiaOperadora()
String
public void setNumeroGuiaOperadora(java.lang.String value)
value
- allowed object is
String
public CtBeneficiario getBeneficiario()
CtBeneficiario
public void setBeneficiario(CtBeneficiario value)
value
- allowed object is
CtBeneficiario
public javax.xml.datatype.XMLGregorianCalendar getDataRealizacao()
XMLGregorianCalendar
public void setDataRealizacao(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.Double getValorProcessadoGuia()
Double
public void setValorProcessadoGuia(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getValorLiberadoGuia()
Double
public void setValorLiberadoGuia(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Object getValorGlosaGuia()
Object
public void setValorGlosaGuia(java.lang.Object value)
value
- allowed object is
Object
public CtDadosGuia.Procedimentos getProcedimentos()
CtDadosGuia.Procedimentos
public void setProcedimentos(CtDadosGuia.Procedimentos value)
value
- allowed object is
CtDadosGuia.Procedimentos
public java.util.List<CtMotivoGlosa> getCodigoGlosaGuia()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the codigoGlosaGuia property.
For example, to add a new item, do as follows:
getCodigoGlosaGuia().add(newItem);
Objects of the following type(s) are allowed in the list
CtMotivoGlosa
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |