public class OrgaoJulgador extends Object implements Serializable
Java class for tipoOrgaoJulgador complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoOrgaoJulgador"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="codigoOrgao" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="nomeOrgao" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="instancia" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ORIG"/> <enumeration value="REV"/> <enumeration value="ESP"/> <enumeration value="EXT"/> <enumeration value="ADM"/> </restriction> </simpleType> </attribute> <attribute name="codigoMunicipioIBGE" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
codigoMunicipioIBGE |
protected String |
codigoOrgao |
protected String |
instancia |
protected String |
nomeOrgao |
Constructor and Description |
---|
OrgaoJulgador() |
Modifier and Type | Method and Description |
---|---|
int |
getCodigoMunicipioIBGE()
Gets the value of the codigoMunicipioIBGE property.
|
String |
getCodigoOrgao()
Gets the value of the codigoOrgao property.
|
String |
getInstancia()
Gets the value of the instancia property.
|
String |
getNomeOrgao()
Gets the value of the nomeOrgao property.
|
boolean |
isSetCodigoMunicipioIBGE() |
boolean |
isSetCodigoOrgao() |
boolean |
isSetInstancia() |
boolean |
isSetNomeOrgao() |
void |
setCodigoMunicipioIBGE(int value)
Sets the value of the codigoMunicipioIBGE property.
|
void |
setCodigoOrgao(String value)
Sets the value of the codigoOrgao property.
|
void |
setInstancia(String value)
Sets the value of the instancia property.
|
void |
setNomeOrgao(String value)
Sets the value of the nomeOrgao property.
|
protected String codigoOrgao
protected String nomeOrgao
protected String instancia
protected int codigoMunicipioIBGE
public String getCodigoOrgao()
String
public void setCodigoOrgao(String value)
value
- allowed object is
String
public boolean isSetCodigoOrgao()
public String getNomeOrgao()
String
public void setNomeOrgao(String value)
value
- allowed object is
String
public boolean isSetNomeOrgao()
public String getInstancia()
String
public void setInstancia(String value)
value
- allowed object is
String
public boolean isSetInstancia()
public int getCodigoMunicipioIBGE()
public void setCodigoMunicipioIBGE(int value)
public boolean isSetCodigoMunicipioIBGE()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.