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

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

public class CtHipoteseDiagnostica
extends java.lang.Object

Java class for ct_hipoteseDiagnostica complex type.

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

 <complexType name="ct_hipoteseDiagnostica">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CIDPrincipal" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_diagnosticoGuia"/>
         <element name="diagnosticosSecundarios" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_diagnosticosSecundarios" maxOccurs="3" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CtDiagnosticoGuia cidPrincipal
           
protected  java.util.List<CtDiagnosticosSecundarios> diagnosticosSecundarios
           
 
Constructor Summary
CtHipoteseDiagnostica()
           
 
Method Summary
 CtDiagnosticoGuia getCIDPrincipal()
          Gets the value of the cidPrincipal property.
 java.util.List<CtDiagnosticosSecundarios> getDiagnosticosSecundarios()
          Gets the value of the diagnosticosSecundarios property.
 void setCIDPrincipal(CtDiagnosticoGuia value)
          Sets the value of the cidPrincipal property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cidPrincipal

protected CtDiagnosticoGuia cidPrincipal

diagnosticosSecundarios

protected java.util.List<CtDiagnosticosSecundarios> diagnosticosSecundarios
Constructor Detail

CtHipoteseDiagnostica

public CtHipoteseDiagnostica()
Method Detail

getCIDPrincipal

public CtDiagnosticoGuia getCIDPrincipal()
Gets the value of the cidPrincipal property.

Returns:
possible object is CtDiagnosticoGuia

setCIDPrincipal

public void setCIDPrincipal(CtDiagnosticoGuia value)
Sets the value of the cidPrincipal property.

Parameters:
value - allowed object is CtDiagnosticoGuia

getDiagnosticosSecundarios

public java.util.List<CtDiagnosticosSecundarios> getDiagnosticosSecundarios()
Gets the value of the diagnosticosSecundarios 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 diagnosticosSecundarios property.

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

    getDiagnosticosSecundarios().add(newItem);
 

Objects of the following type(s) are allowed in the list CtDiagnosticosSecundarios