Uses of Class
br.gov.ans.padroes.tiss.schemas.StTipoDoenca

Packages that use StTipoDoenca
br.gov.ans.padroes.tiss.schemas   
 

Uses of StTipoDoenca in br.gov.ans.padroes.tiss.schemas
 

Fields in br.gov.ans.padroes.tiss.schemas with type parameters of type StTipoDoenca
protected  javax.xml.bind.JAXBElement<StTipoDoenca> CtDiagnosticoGuia.tipoDoenca
           
 

Methods in br.gov.ans.padroes.tiss.schemas that return StTipoDoenca
static StTipoDoenca StTipoDoenca.fromValue(java.lang.String v)
           
static StTipoDoenca StTipoDoenca.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StTipoDoenca[] StTipoDoenca.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in br.gov.ans.padroes.tiss.schemas that return types with arguments of type StTipoDoenca
 javax.xml.bind.JAXBElement<StTipoDoenca> ObjectFactory.createCtDiagnosticoGuiaTipoDoenca(StTipoDoenca value)
          Create an instance of JAXBElement<StTipoDoenca>}
 javax.xml.bind.JAXBElement<StTipoDoenca> CtDiagnosticoGuia.getTipoDoenca()
          Gets the value of the tipoDoenca property.
 

Methods in br.gov.ans.padroes.tiss.schemas with parameters of type StTipoDoenca
 javax.xml.bind.JAXBElement<StTipoDoenca> ObjectFactory.createCtDiagnosticoGuiaTipoDoenca(StTipoDoenca value)
          Create an instance of JAXBElement<StTipoDoenca>}
 

Method parameters in br.gov.ans.padroes.tiss.schemas with type arguments of type StTipoDoenca
 void CtDiagnosticoGuia.setTipoDoenca(javax.xml.bind.JAXBElement<StTipoDoenca> value)
          Sets the value of the tipoDoenca property.