|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtProcedimentoOdontoRealizado
public class CtProcedimentoOdontoRealizado
Java class for ct_procedimentoOdontoRealizado complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_procedimentoOdontoRealizado"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="procedimentoOdonto" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_tabela"/> <element name="denteRegiao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_denteRegiao" minOccurs="0"/> <element name="face" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_face" minOccurs="0"/> <element name="dataRealizacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/> <element name="quantidade" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <totalDigits value="2"/> </restriction> </simpleType> </element> <element name="valorProcessado" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade"/> <element name="valorGlosaEstorno" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade" minOccurs="0"/> <element name="motivoGlosa" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tipoGlosa" maxOccurs="unbounded" minOccurs="0"/> <element name="valorLiberado" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
dataRealizacao
|
protected CtDenteRegiao |
denteRegiao
|
protected StFace |
face
|
protected java.util.List<java.lang.String> |
motivoGlosa
|
protected CtTabela |
procedimentoOdonto
|
protected java.math.BigInteger |
quantidade
|
protected java.math.BigDecimal |
valorGlosaEstorno
|
protected java.math.BigDecimal |
valorLiberado
|
protected java.math.BigDecimal |
valorProcessado
|
Constructor Summary | |
---|---|
CtProcedimentoOdontoRealizado()
|
Method Summary | |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getDataRealizacao()
Gets the value of the dataRealizacao property. |
CtDenteRegiao |
getDenteRegiao()
Gets the value of the denteRegiao property. |
StFace |
getFace()
Gets the value of the face property. |
java.util.List<java.lang.String> |
getMotivoGlosa()
Gets the value of the motivoGlosa property. |
CtTabela |
getProcedimentoOdonto()
Gets the value of the procedimentoOdonto property. |
java.math.BigInteger |
getQuantidade()
Gets the value of the quantidade property. |
java.math.BigDecimal |
getValorGlosaEstorno()
Gets the value of the valorGlosaEstorno property. |
java.math.BigDecimal |
getValorLiberado()
Gets the value of the valorLiberado property. |
java.math.BigDecimal |
getValorProcessado()
Gets the value of the valorProcessado property. |
void |
setDataRealizacao(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataRealizacao property. |
void |
setDenteRegiao(CtDenteRegiao value)
Sets the value of the denteRegiao property. |
void |
setFace(StFace value)
Sets the value of the face property. |
void |
setProcedimentoOdonto(CtTabela value)
Sets the value of the procedimentoOdonto property. |
void |
setQuantidade(java.math.BigInteger value)
Sets the value of the quantidade property. |
void |
setValorGlosaEstorno(java.math.BigDecimal value)
Sets the value of the valorGlosaEstorno property. |
void |
setValorLiberado(java.math.BigDecimal value)
Sets the value of the valorLiberado property. |
void |
setValorProcessado(java.math.BigDecimal value)
Sets the value of the valorProcessado property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CtTabela procedimentoOdonto
protected CtDenteRegiao denteRegiao
protected StFace face
protected javax.xml.datatype.XMLGregorianCalendar dataRealizacao
protected java.math.BigInteger quantidade
protected java.math.BigDecimal valorProcessado
protected java.math.BigDecimal valorGlosaEstorno
protected java.util.List<java.lang.String> motivoGlosa
protected java.math.BigDecimal valorLiberado
Constructor Detail |
---|
public CtProcedimentoOdontoRealizado()
Method Detail |
---|
public CtTabela getProcedimentoOdonto()
CtTabela
public void setProcedimentoOdonto(CtTabela value)
value
- allowed object is
CtTabela
public CtDenteRegiao getDenteRegiao()
CtDenteRegiao
public void setDenteRegiao(CtDenteRegiao value)
value
- allowed object is
CtDenteRegiao
public StFace getFace()
StFace
public void setFace(StFace value)
value
- allowed object is
StFace
public javax.xml.datatype.XMLGregorianCalendar getDataRealizacao()
XMLGregorianCalendar
public void setDataRealizacao(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.math.BigInteger getQuantidade()
BigInteger
public void setQuantidade(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigDecimal getValorProcessado()
BigDecimal
public void setValorProcessado(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getValorGlosaEstorno()
BigDecimal
public void setValorGlosaEstorno(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.util.List<java.lang.String> getMotivoGlosa()
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 motivoGlosa property.
For example, to add a new item, do as follows:
getMotivoGlosa().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.math.BigDecimal getValorLiberado()
BigDecimal
public void setValorLiberado(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |