br.gov.ans.padroes.tiss.schemas
Class CtOutrasDespesasRevisao.ItensDespesas

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.CtOutrasDespesasRevisao.ItensDespesas
Enclosing class:
CtOutrasDespesasRevisao

public static class CtOutrasDespesasRevisao.ItensDespesas
extends java.lang.Object

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="tipoDespesa" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_outrasDespesas"/>
         <element name="dataRealizacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data"/>
         <element name="despesa" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_tabela"/>
         <element name="reducaoAcrescimo" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="5"/>
               <fractionDigits value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="quantidade">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="5"/>
               <fractionDigits value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="valorUnitario" 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="justificativa">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="500"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar dataRealizacao
           
protected  CtTabela despesa
           
protected  java.lang.String justificativa
           
protected  java.math.BigDecimal quantidade
           
protected  java.math.BigDecimal reducaoAcrescimo
           
protected  java.math.BigInteger tipoDespesa
           
protected  java.lang.Double valorTotal
           
protected  java.lang.Double valorUnitario
           
 
Constructor Summary
CtOutrasDespesasRevisao.ItensDespesas()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getDataRealizacao()
          Gets the value of the dataRealizacao property.
 CtTabela getDespesa()
          Gets the value of the despesa property.
 java.lang.String getJustificativa()
          Gets the value of the justificativa property.
 java.math.BigDecimal getQuantidade()
          Gets the value of the quantidade property.
 java.math.BigDecimal getReducaoAcrescimo()
          Gets the value of the reducaoAcrescimo property.
 java.math.BigInteger getTipoDespesa()
          Gets the value of the tipoDespesa property.
 java.lang.Double getValorTotal()
          Gets the value of the valorTotal property.
 java.lang.Double getValorUnitario()
          Gets the value of the valorUnitario property.
 void setDataRealizacao(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the dataRealizacao property.
 void setDespesa(CtTabela value)
          Sets the value of the despesa property.
 void setJustificativa(java.lang.String value)
          Sets the value of the justificativa property.
 void setQuantidade(java.math.BigDecimal value)
          Sets the value of the quantidade property.
 void setReducaoAcrescimo(java.math.BigDecimal value)
          Sets the value of the reducaoAcrescimo property.
 void setTipoDespesa(java.math.BigInteger value)
          Sets the value of the tipoDespesa property.
 void setValorTotal(java.lang.Double value)
          Sets the value of the valorTotal property.
 void setValorUnitario(java.lang.Double value)
          Sets the value of the valorUnitario property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tipoDespesa

protected java.math.BigInteger tipoDespesa

dataRealizacao

protected javax.xml.datatype.XMLGregorianCalendar dataRealizacao

despesa

protected CtTabela despesa

reducaoAcrescimo

protected java.math.BigDecimal reducaoAcrescimo

quantidade

protected java.math.BigDecimal quantidade

valorUnitario

protected java.lang.Double valorUnitario

valorTotal

protected java.lang.Double valorTotal

justificativa

protected java.lang.String justificativa
Constructor Detail

CtOutrasDespesasRevisao.ItensDespesas

public CtOutrasDespesasRevisao.ItensDespesas()
Method Detail

getTipoDespesa

public java.math.BigInteger getTipoDespesa()
Gets the value of the tipoDespesa property.

Returns:
possible object is BigInteger

setTipoDespesa

public void setTipoDespesa(java.math.BigInteger value)
Sets the value of the tipoDespesa property.

Parameters:
value - allowed object is BigInteger

getDataRealizacao

public javax.xml.datatype.XMLGregorianCalendar getDataRealizacao()
Gets the value of the dataRealizacao property.

Returns:
possible object is XMLGregorianCalendar

setDataRealizacao

public void setDataRealizacao(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataRealizacao property.

Parameters:
value - allowed object is XMLGregorianCalendar

getDespesa

public CtTabela getDespesa()
Gets the value of the despesa property.

Returns:
possible object is CtTabela

setDespesa

public void setDespesa(CtTabela value)
Sets the value of the despesa property.

Parameters:
value - allowed object is CtTabela

getReducaoAcrescimo

public java.math.BigDecimal getReducaoAcrescimo()
Gets the value of the reducaoAcrescimo property.

Returns:
possible object is BigDecimal

setReducaoAcrescimo

public void setReducaoAcrescimo(java.math.BigDecimal value)
Sets the value of the reducaoAcrescimo property.

Parameters:
value - allowed object is BigDecimal

getQuantidade

public java.math.BigDecimal getQuantidade()
Gets the value of the quantidade property.

Returns:
possible object is BigDecimal

setQuantidade

public void setQuantidade(java.math.BigDecimal value)
Sets the value of the quantidade property.

Parameters:
value - allowed object is BigDecimal

getValorUnitario

public java.lang.Double getValorUnitario()
Gets the value of the valorUnitario property.

Returns:
possible object is Double

setValorUnitario

public void setValorUnitario(java.lang.Double value)
Sets the value of the valorUnitario property.

Parameters:
value - allowed object is Double

getValorTotal

public java.lang.Double getValorTotal()
Gets the value of the valorTotal property.

Returns:
possible object is Double

setValorTotal

public void setValorTotal(java.lang.Double value)
Sets the value of the valorTotal property.

Parameters:
value - allowed object is Double

getJustificativa

public java.lang.String getJustificativa()
Gets the value of the justificativa property.

Returns:
possible object is String

setJustificativa

public void setJustificativa(java.lang.String value)
Sets the value of the justificativa property.

Parameters:
value - allowed object is String