br.gov.ans.padroes.tiss.schemas
Class CtProcedimentoRevisao
java.lang.Object
br.gov.ans.padroes.tiss.schemas.CtProcedimentoRevisao
- Direct Known Subclasses:
- CtGuiaHonorarioIndividualReapresentacao.ProcedimentosExamesRealizados
public class CtProcedimentoRevisao
- extends java.lang.Object
Java class for ct_procedimentoRevisao complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_procedimentoRevisao">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="procedimentosRevisao" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="data" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/>
<element name="horaInicio" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_hora" minOccurs="0"/>
<element name="horaFim" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_hora" minOccurs="0"/>
<element name="procedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_tabela"/>
<element name="quantidadeRealizada" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade"/>
<element name="viaAcesso" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_viaDeAcesso" minOccurs="0"/>
<element name="tecnicaUtilizada" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tecnicaUtilizada" minOccurs="0"/>
<element name="reducaoAcrescimo" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="valor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="valorTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="justificativaRevisao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_justificativa" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
procedimentosRevisao
protected java.util.List<CtProcedimentoRevisao.ProcedimentosRevisao> procedimentosRevisao
CtProcedimentoRevisao
public CtProcedimentoRevisao()
getProcedimentosRevisao
public java.util.List<CtProcedimentoRevisao.ProcedimentosRevisao> getProcedimentosRevisao()
- Gets the value of the procedimentosRevisao property.
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 procedimentosRevisao property.
For example, to add a new item, do as follows:
getProcedimentosRevisao().add(newItem);
Objects of the following type(s) are allowed in the list
CtProcedimentoRevisao.ProcedimentosRevisao