public class ParserProfile extends Base implements Serializable
Java class for ParserProfile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParserProfile">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="regexLocalData" type="{http://www.lexml.gov.br/parser-ws}RegexList" minOccurs="0"/>
<element name="regexJustificativa" type="{http://www.lexml.gov.br/parser-ws}RegexList" minOccurs="0"/>
<element name="regexAnexos" type="{http://www.lexml.gov.br/parser-ws}RegexList" minOccurs="0"/>
<element name="regexLegislacaoCitada" type="{http://www.lexml.gov.br/parser-ws}RegexList" minOccurs="0"/>
<element name="regexAssinatura" type="{http://www.lexml.gov.br/parser-ws}RegexList" minOccurs="0"/>
<element name="regexEpigrafe" type="{http://www.lexml.gov.br/parser-ws}RegexList" minOccurs="0"/>
<element name="regexPosEpigrafe" type="{http://www.lexml.gov.br/parser-ws}RegexList" minOccurs="0"/>
<element name="regexPreambulo" type="{http://www.lexml.gov.br/parser-ws}RegexList" minOccurs="0"/>
<element name="epigrafeObrigatoria" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="preEpigrafePermitida" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="urnFragTipoNorma" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="epigrafeHead" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="epigrafeTail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="urnFragAutoridade" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="autoridadeEpigrafe" type="{http://www.lexml.gov.br/parser-ws}ProfileAutoridadeEpigrafe" minOccurs="0"/>
<element name="ementaAusente" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ProfileAutoridadeEpigrafe |
autoridadeEpigrafe |
protected Boolean |
ementaAusente |
protected String |
epigrafeHead |
protected Boolean |
epigrafeObrigatoria |
protected String |
epigrafeTail |
protected Boolean |
preEpigrafePermitida |
protected RegexList |
regexAnexos |
protected RegexList |
regexAssinatura |
protected RegexList |
regexEpigrafe |
protected RegexList |
regexJustificativa |
protected RegexList |
regexLegislacaoCitada |
protected RegexList |
regexLocalData |
protected RegexList |
regexPosEpigrafe |
protected RegexList |
regexPreambulo |
protected String |
urnFragAutoridade |
protected String |
urnFragTipoNorma |
| Constructor and Description |
|---|
ParserProfile() |
| Modifier and Type | Method and Description |
|---|---|
ProfileAutoridadeEpigrafe |
getAutoridadeEpigrafe()
Gets the value of the autoridadeEpigrafe property.
|
String |
getEpigrafeHead()
Gets the value of the epigrafeHead property.
|
String |
getEpigrafeTail()
Gets the value of the epigrafeTail property.
|
RegexList |
getRegexAnexos()
Gets the value of the regexAnexos property.
|
RegexList |
getRegexAssinatura()
Gets the value of the regexAssinatura property.
|
RegexList |
getRegexEpigrafe()
Gets the value of the regexEpigrafe property.
|
RegexList |
getRegexJustificativa()
Gets the value of the regexJustificativa property.
|
RegexList |
getRegexLegislacaoCitada()
Gets the value of the regexLegislacaoCitada property.
|
RegexList |
getRegexLocalData()
Gets the value of the regexLocalData property.
|
RegexList |
getRegexPosEpigrafe()
Gets the value of the regexPosEpigrafe property.
|
RegexList |
getRegexPreambulo()
Gets the value of the regexPreambulo property.
|
String |
getUrnFragAutoridade()
Gets the value of the urnFragAutoridade property.
|
String |
getUrnFragTipoNorma()
Gets the value of the urnFragTipoNorma property.
|
Boolean |
isEmentaAusente()
Gets the value of the ementaAusente property.
|
Boolean |
isEpigrafeObrigatoria()
Gets the value of the epigrafeObrigatoria property.
|
Boolean |
isPreEpigrafePermitida()
Gets the value of the preEpigrafePermitida property.
|
boolean |
isSetAutoridadeEpigrafe() |
boolean |
isSetEmentaAusente() |
boolean |
isSetEpigrafeHead() |
boolean |
isSetEpigrafeObrigatoria() |
boolean |
isSetEpigrafeTail() |
boolean |
isSetPreEpigrafePermitida() |
boolean |
isSetRegexAnexos() |
boolean |
isSetRegexAssinatura() |
boolean |
isSetRegexEpigrafe() |
boolean |
isSetRegexJustificativa() |
boolean |
isSetRegexLegislacaoCitada() |
boolean |
isSetRegexLocalData() |
boolean |
isSetRegexPosEpigrafe() |
boolean |
isSetRegexPreambulo() |
boolean |
isSetUrnFragAutoridade() |
boolean |
isSetUrnFragTipoNorma() |
void |
setAutoridadeEpigrafe(ProfileAutoridadeEpigrafe value)
Sets the value of the autoridadeEpigrafe property.
|
void |
setEmentaAusente(Boolean value)
Sets the value of the ementaAusente property.
|
void |
setEpigrafeHead(String value)
Sets the value of the epigrafeHead property.
|
void |
setEpigrafeObrigatoria(Boolean value)
Sets the value of the epigrafeObrigatoria property.
|
void |
setEpigrafeTail(String value)
Sets the value of the epigrafeTail property.
|
void |
setPreEpigrafePermitida(Boolean value)
Sets the value of the preEpigrafePermitida property.
|
void |
setRegexAnexos(RegexList value)
Sets the value of the regexAnexos property.
|
void |
setRegexAssinatura(RegexList value)
Sets the value of the regexAssinatura property.
|
void |
setRegexEpigrafe(RegexList value)
Sets the value of the regexEpigrafe property.
|
void |
setRegexJustificativa(RegexList value)
Sets the value of the regexJustificativa property.
|
void |
setRegexLegislacaoCitada(RegexList value)
Sets the value of the regexLegislacaoCitada property.
|
void |
setRegexLocalData(RegexList value)
Sets the value of the regexLocalData property.
|
void |
setRegexPosEpigrafe(RegexList value)
Sets the value of the regexPosEpigrafe property.
|
void |
setRegexPreambulo(RegexList value)
Sets the value of the regexPreambulo property.
|
void |
setUrnFragAutoridade(String value)
Sets the value of the urnFragAutoridade property.
|
void |
setUrnFragTipoNorma(String value)
Sets the value of the urnFragTipoNorma property.
|
protected RegexList regexLocalData
protected RegexList regexJustificativa
protected RegexList regexAnexos
protected RegexList regexLegislacaoCitada
protected RegexList regexAssinatura
protected RegexList regexEpigrafe
protected RegexList regexPosEpigrafe
protected RegexList regexPreambulo
protected Boolean epigrafeObrigatoria
protected Boolean preEpigrafePermitida
protected String urnFragTipoNorma
protected String epigrafeHead
protected String epigrafeTail
protected String urnFragAutoridade
protected ProfileAutoridadeEpigrafe autoridadeEpigrafe
protected Boolean ementaAusente
public RegexList getRegexLocalData()
RegexListpublic void setRegexLocalData(RegexList value)
value - allowed object is
RegexListpublic boolean isSetRegexLocalData()
public RegexList getRegexJustificativa()
RegexListpublic void setRegexJustificativa(RegexList value)
value - allowed object is
RegexListpublic boolean isSetRegexJustificativa()
public RegexList getRegexAnexos()
RegexListpublic void setRegexAnexos(RegexList value)
value - allowed object is
RegexListpublic boolean isSetRegexAnexos()
public RegexList getRegexLegislacaoCitada()
RegexListpublic void setRegexLegislacaoCitada(RegexList value)
value - allowed object is
RegexListpublic boolean isSetRegexLegislacaoCitada()
public RegexList getRegexAssinatura()
RegexListpublic void setRegexAssinatura(RegexList value)
value - allowed object is
RegexListpublic boolean isSetRegexAssinatura()
public RegexList getRegexEpigrafe()
RegexListpublic void setRegexEpigrafe(RegexList value)
value - allowed object is
RegexListpublic boolean isSetRegexEpigrafe()
public RegexList getRegexPosEpigrafe()
RegexListpublic void setRegexPosEpigrafe(RegexList value)
value - allowed object is
RegexListpublic boolean isSetRegexPosEpigrafe()
public RegexList getRegexPreambulo()
RegexListpublic void setRegexPreambulo(RegexList value)
value - allowed object is
RegexListpublic boolean isSetRegexPreambulo()
public Boolean isEpigrafeObrigatoria()
Booleanpublic void setEpigrafeObrigatoria(Boolean value)
value - allowed object is
Booleanpublic boolean isSetEpigrafeObrigatoria()
public Boolean isPreEpigrafePermitida()
Booleanpublic void setPreEpigrafePermitida(Boolean value)
value - allowed object is
Booleanpublic boolean isSetPreEpigrafePermitida()
public String getUrnFragTipoNorma()
Stringpublic void setUrnFragTipoNorma(String value)
value - allowed object is
Stringpublic boolean isSetUrnFragTipoNorma()
public String getEpigrafeHead()
Stringpublic void setEpigrafeHead(String value)
value - allowed object is
Stringpublic boolean isSetEpigrafeHead()
public String getEpigrafeTail()
Stringpublic void setEpigrafeTail(String value)
value - allowed object is
Stringpublic boolean isSetEpigrafeTail()
public String getUrnFragAutoridade()
Stringpublic void setUrnFragAutoridade(String value)
value - allowed object is
Stringpublic boolean isSetUrnFragAutoridade()
public ProfileAutoridadeEpigrafe getAutoridadeEpigrafe()
ProfileAutoridadeEpigrafepublic void setAutoridadeEpigrafe(ProfileAutoridadeEpigrafe value)
value - allowed object is
ProfileAutoridadeEpigrafepublic boolean isSetAutoridadeEpigrafe()
public Boolean isEmentaAusente()
Booleanpublic void setEmentaAusente(Boolean value)
value - allowed object is
Booleanpublic boolean isSetEmentaAusente()
Copyright © 2021. All rights reserved.