|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtProcedimentoRealizadoEquipe.Procedimentos
public static class CtProcedimentoRealizadoEquipe.Procedimentos
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="equipe" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoEquipe" minOccurs="0"/> <element name="procedimento" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_tabela"/> <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="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.ans.gov.br/padroes/tiss/schemas}st_percentual" minOccurs="0"/> <element name="valor" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/> <element name="valorTotal" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
data
|
protected CtIdentificacaoEquipe |
equipe
|
protected javax.xml.datatype.XMLGregorianCalendar |
horaFim
|
protected javax.xml.datatype.XMLGregorianCalendar |
horaInicio
|
protected CtTabela |
procedimento
|
protected java.math.BigDecimal |
quantidadeRealizada
|
protected java.math.BigDecimal |
reducaoAcrescimo
|
protected StTecnicaUtilizada |
tecnicaUtilizada
|
protected javax.xml.bind.JAXBElement<java.math.BigDecimal> |
valor
|
protected javax.xml.bind.JAXBElement<java.math.BigDecimal> |
valorTotal
|
protected StViaDeAcesso |
viaAcesso
|
Constructor Summary | |
---|---|
CtProcedimentoRealizadoEquipe.Procedimentos()
|
Method Summary | |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getData()
Gets the value of the data property. |
CtIdentificacaoEquipe |
getEquipe()
Gets the value of the equipe property. |
javax.xml.datatype.XMLGregorianCalendar |
getHoraFim()
Gets the value of the horaFim property. |
javax.xml.datatype.XMLGregorianCalendar |
getHoraInicio()
Gets the value of the horaInicio property. |
CtTabela |
getProcedimento()
Gets the value of the procedimento property. |
java.math.BigDecimal |
getQuantidadeRealizada()
Gets the value of the quantidadeRealizada property. |
java.math.BigDecimal |
getReducaoAcrescimo()
Gets the value of the reducaoAcrescimo property. |
StTecnicaUtilizada |
getTecnicaUtilizada()
Gets the value of the tecnicaUtilizada property. |
javax.xml.bind.JAXBElement<java.math.BigDecimal> |
getValor()
Gets the value of the valor property. |
javax.xml.bind.JAXBElement<java.math.BigDecimal> |
getValorTotal()
Gets the value of the valorTotal property. |
StViaDeAcesso |
getViaAcesso()
Gets the value of the viaAcesso property. |
void |
setData(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the data property. |
void |
setEquipe(CtIdentificacaoEquipe value)
Sets the value of the equipe property. |
void |
setHoraFim(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the horaFim property. |
void |
setHoraInicio(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the horaInicio property. |
void |
setProcedimento(CtTabela value)
Sets the value of the procedimento property. |
void |
setQuantidadeRealizada(java.math.BigDecimal value)
Sets the value of the quantidadeRealizada property. |
void |
setReducaoAcrescimo(java.math.BigDecimal value)
Sets the value of the reducaoAcrescimo property. |
void |
setTecnicaUtilizada(StTecnicaUtilizada value)
Sets the value of the tecnicaUtilizada property. |
void |
setValor(javax.xml.bind.JAXBElement<java.math.BigDecimal> value)
Sets the value of the valor property. |
void |
setValorTotal(javax.xml.bind.JAXBElement<java.math.BigDecimal> value)
Sets the value of the valorTotal property. |
void |
setViaAcesso(StViaDeAcesso value)
Sets the value of the viaAcesso property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CtIdentificacaoEquipe equipe
protected CtTabela procedimento
protected javax.xml.datatype.XMLGregorianCalendar data
protected javax.xml.datatype.XMLGregorianCalendar horaInicio
protected javax.xml.datatype.XMLGregorianCalendar horaFim
protected java.math.BigDecimal quantidadeRealizada
protected StViaDeAcesso viaAcesso
protected StTecnicaUtilizada tecnicaUtilizada
protected java.math.BigDecimal reducaoAcrescimo
protected javax.xml.bind.JAXBElement<java.math.BigDecimal> valor
protected javax.xml.bind.JAXBElement<java.math.BigDecimal> valorTotal
Constructor Detail |
---|
public CtProcedimentoRealizadoEquipe.Procedimentos()
Method Detail |
---|
public CtIdentificacaoEquipe getEquipe()
CtIdentificacaoEquipe
public void setEquipe(CtIdentificacaoEquipe value)
value
- allowed object is
CtIdentificacaoEquipe
public CtTabela getProcedimento()
CtTabela
public void setProcedimento(CtTabela value)
value
- allowed object is
CtTabela
public javax.xml.datatype.XMLGregorianCalendar getData()
XMLGregorianCalendar
public void setData(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getHoraInicio()
XMLGregorianCalendar
public void setHoraInicio(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getHoraFim()
XMLGregorianCalendar
public void setHoraFim(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.math.BigDecimal getQuantidadeRealizada()
BigDecimal
public void setQuantidadeRealizada(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public StViaDeAcesso getViaAcesso()
StViaDeAcesso
public void setViaAcesso(StViaDeAcesso value)
value
- allowed object is
StViaDeAcesso
public StTecnicaUtilizada getTecnicaUtilizada()
StTecnicaUtilizada
public void setTecnicaUtilizada(StTecnicaUtilizada value)
value
- allowed object is
StTecnicaUtilizada
public java.math.BigDecimal getReducaoAcrescimo()
BigDecimal
public void setReducaoAcrescimo(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public javax.xml.bind.JAXBElement<java.math.BigDecimal> getValor()
JAXBElement
<
BigDecimal
>
public void setValor(javax.xml.bind.JAXBElement<java.math.BigDecimal> value)
value
- allowed object is
JAXBElement
<
BigDecimal
>
public javax.xml.bind.JAXBElement<java.math.BigDecimal> getValorTotal()
JAXBElement
<
BigDecimal
>
public void setValorTotal(javax.xml.bind.JAXBElement<java.math.BigDecimal> value)
value
- allowed object is
JAXBElement
<
BigDecimal
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |