br.gov.ans.padroes.tiss.schemas
Class CtOutrasDespesas

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

public class CtOutrasDespesas
extends java.lang.Object

Java class for ct_outrasDespesas complex type.

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

 <complexType name="ct_outrasDespesas">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="despesa" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="identificadorDespesa" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_tabela"/>
                   <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="horaInicial" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_hora" minOccurs="0"/>
                   <element name="horaFinal" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_hora" minOccurs="0"/>
                   <element name="reducaoAcrescimo" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_percentual" minOccurs="0"/>
                   <element name="quantidade" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_quantidade"/>
                   <element name="valorUnitario" 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>
         </element>
         <element name="totalGeralOutrasDespesas" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_valorMonetario" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtOutrasDespesas.Despesa
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<CtOutrasDespesas.Despesa> despesa
           
protected  java.math.BigDecimal totalGeralOutrasDespesas
           
 
Constructor Summary
CtOutrasDespesas()
           
 
Method Summary
 java.util.List<CtOutrasDespesas.Despesa> getDespesa()
          Gets the value of the despesa 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

despesa

protected java.util.List<CtOutrasDespesas.Despesa> despesa

totalGeralOutrasDespesas

protected java.math.BigDecimal totalGeralOutrasDespesas
Constructor Detail

CtOutrasDespesas

public CtOutrasDespesas()
Method Detail

getDespesa

public java.util.List<CtOutrasDespesas.Despesa> getDespesa()
Gets the value of the despesa 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 despesa property.

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

    getDespesa().add(newItem);
 

Objects of the following type(s) are allowed in the list CtOutrasDespesas.Despesa


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