public class OpcoesRequisicao extends Base implements Serializable
Java class for OpcoesRequisicao complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OpcoesRequisicao">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="profile" type="{http://www.lexml.gov.br/parser-ws}ParserProfile" minOccurs="0"/>
<element name="alwaysParse" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
alwaysParse |
protected ParserProfile |
profile |
| Constructor and Description |
|---|
OpcoesRequisicao() |
| Modifier and Type | Method and Description |
|---|---|
ParserProfile |
getProfile()
Gets the value of the profile property.
|
Boolean |
isAlwaysParse()
Gets the value of the alwaysParse property.
|
boolean |
isSetAlwaysParse() |
boolean |
isSetProfile() |
void |
setAlwaysParse(Boolean value)
Sets the value of the alwaysParse property.
|
void |
setProfile(ParserProfile value)
Sets the value of the profile property.
|
protected ParserProfile profile
protected Boolean alwaysParse
public ParserProfile getProfile()
ParserProfilepublic void setProfile(ParserProfile value)
value - allowed object is
ParserProfilepublic boolean isSetProfile()
public Boolean isAlwaysParse()
Booleanpublic void setAlwaysParse(Boolean value)
value - allowed object is
Booleanpublic boolean isSetAlwaysParse()
Copyright © 2021. All rights reserved.