public class UnidadeJudiciaria extends Object implements Serializable
Classe Java de tipoUnidadeJudiciaria complex type.
O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
<complexType name="tipoUnidadeJudiciaria"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="justica"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <minInclusive value="1"/> <maxInclusive value="9"/> </restriction> </simpleType> </element> <element name="tribunal"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="[0-9]{2}"/> </restriction> </simpleType> </element> <element name="unidade"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="[0-9]{4}"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
justica |
protected String |
tribunal |
protected String |
unidade |
Constructor and Description |
---|
UnidadeJudiciaria() |
Modifier and Type | Method and Description |
---|---|
int |
getJustica()
Obtém o valor da propriedade justica.
|
String |
getTribunal()
Obtém o valor da propriedade tribunal.
|
String |
getUnidade()
Obtém o valor da propriedade unidade.
|
boolean |
isSetJustica() |
boolean |
isSetTribunal() |
boolean |
isSetUnidade() |
void |
setJustica(int value)
Define o valor da propriedade justica.
|
void |
setTribunal(String value)
Define o valor da propriedade tribunal.
|
void |
setUnidade(String value)
Define o valor da propriedade unidade.
|
protected int justica
protected String tribunal
protected String unidade
public int getJustica()
public void setJustica(int value)
public boolean isSetJustica()
public String getTribunal()
String
public void setTribunal(String value)
value
- allowed object is
String
public boolean isSetTribunal()
public String getUnidade()
String
public void setUnidade(String value)
value
- allowed object is
String
public boolean isSetUnidade()
Copyright © 2019 Conselho Nacional de Justiça. All rights reserved.