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

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20201.CtOutrasDespesasRevisao

public class CtOutrasDespesasRevisao
extends java.lang.Object

Java class for ct_outrasDespesasRevisao complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ct_outrasDespesasRevisao">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="itensDespesas" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="tipoDespesa" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_outrasDespesas"/>
                   <element name="dataRealizacao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_data"/>
                   <element name="despesa" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_tabela"/>
                   <element name="reducaoAcrescimo" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_percentual" minOccurs="0"/>
                   <element name="quantidade" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_quantidade"/>
                   <element name="valorUnitario" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario" minOccurs="0"/>
                   <element name="valorTotal" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario" minOccurs="0"/>
                   <element name="justificativa" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_justificativa"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="totalGeralOutrasDespesas" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_valorMonetario" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtOutrasDespesasRevisao.ItensDespesas
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<CtOutrasDespesasRevisao.ItensDespesas> itensDespesas
           
protected  java.math.BigDecimal totalGeralOutrasDespesas
           
 
Constructor Summary
CtOutrasDespesasRevisao()
           
 
Method Summary
 java.util.List<CtOutrasDespesasRevisao.ItensDespesas> getItensDespesas()
          Gets the value of the itensDespesas property.
 java.math.BigDecimal getTotalGeralOutrasDespesas()
          Gets the value of the totalGeralOutrasDespesas property.
 void setTotalGeralOutrasDespesas(java.math.BigDecimal value)
          Sets the value of the totalGeralOutrasDespesas property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

itensDespesas

protected java.util.List<CtOutrasDespesasRevisao.ItensDespesas> itensDespesas

totalGeralOutrasDespesas

protected java.math.BigDecimal totalGeralOutrasDespesas
Constructor Detail

CtOutrasDespesasRevisao

public CtOutrasDespesasRevisao()
Method Detail

getItensDespesas

public java.util.List<CtOutrasDespesasRevisao.ItensDespesas> getItensDespesas()
Gets the value of the itensDespesas 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 itensDespesas property.

For example, to add a new item, do as follows:

    getItensDespesas().add(newItem);
 

Objects of the following type(s) are allowed in the list CtOutrasDespesasRevisao.ItensDespesas


getTotalGeralOutrasDespesas

public java.math.BigDecimal getTotalGeralOutrasDespesas()
Gets the value of the totalGeralOutrasDespesas property.

Returns:
possible object is BigDecimal

setTotalGeralOutrasDespesas

public void setTotalGeralOutrasDespesas(java.math.BigDecimal value)
Sets the value of the totalGeralOutrasDespesas property.

Parameters:
value - allowed object is BigDecimal