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

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

public class CtConselhoProfissional
extends java.lang.Object

Java class for ct_conselhoProfissional complex type.

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

 <complexType name="ct_conselhoProfissional">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="siglaConselho" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_conselhoProfissional"/>
         <element name="numeroConselho" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_descricao15"/>
         <element name="ufConselho" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_UF"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String numeroConselho
           
protected  StConselhoProfissional siglaConselho
           
protected  StUF ufConselho
           
 
Constructor Summary
CtConselhoProfissional()
           
 
Method Summary
 java.lang.String getNumeroConselho()
          Gets the value of the numeroConselho property.
 StConselhoProfissional getSiglaConselho()
          Gets the value of the siglaConselho property.
 StUF getUfConselho()
          Gets the value of the ufConselho property.
 void setNumeroConselho(java.lang.String value)
          Sets the value of the numeroConselho property.
 void setSiglaConselho(StConselhoProfissional value)
          Sets the value of the siglaConselho property.
 void setUfConselho(StUF value)
          Sets the value of the ufConselho property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

siglaConselho

protected StConselhoProfissional siglaConselho

numeroConselho

protected java.lang.String numeroConselho

ufConselho

protected StUF ufConselho
Constructor Detail

CtConselhoProfissional

public CtConselhoProfissional()
Method Detail

getSiglaConselho

public StConselhoProfissional getSiglaConselho()
Gets the value of the siglaConselho property.

Returns:
possible object is StConselhoProfissional

setSiglaConselho

public void setSiglaConselho(StConselhoProfissional value)
Sets the value of the siglaConselho property.

Parameters:
value - allowed object is StConselhoProfissional

getNumeroConselho

public java.lang.String getNumeroConselho()
Gets the value of the numeroConselho property.

Returns:
possible object is String

setNumeroConselho

public void setNumeroConselho(java.lang.String value)
Sets the value of the numeroConselho property.

Parameters:
value - allowed object is String

getUfConselho

public StUF getUfConselho()
Gets the value of the ufConselho property.

Returns:
possible object is StUF

setUfConselho

public void setUfConselho(StUF value)
Sets the value of the ufConselho property.

Parameters:
value - allowed object is StUF