public class TipoCaracteristica extends Base implements Serializable
Java class for TipoCaracteristica complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TipoCaracteristica">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="descricao" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="presente" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="suportadoLexEdit" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
descricao |
protected boolean |
presente |
protected boolean |
suportadoLexEdit |
| Constructor and Description |
|---|
TipoCaracteristica() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescricao()
Gets the value of the descricao property.
|
boolean |
isPresente()
Gets the value of the presente property.
|
boolean |
isSetDescricao() |
boolean |
isSetPresente() |
boolean |
isSetSuportadoLexEdit() |
boolean |
isSuportadoLexEdit()
Gets the value of the suportadoLexEdit property.
|
void |
setDescricao(String value)
Sets the value of the descricao property.
|
void |
setPresente(boolean value)
Sets the value of the presente property.
|
void |
setSuportadoLexEdit(boolean value)
Sets the value of the suportadoLexEdit property.
|
protected String descricao
protected boolean presente
protected boolean suportadoLexEdit
public String getDescricao()
Stringpublic void setDescricao(String value)
value - allowed object is
Stringpublic boolean isSetDescricao()
public boolean isPresente()
public void setPresente(boolean value)
public boolean isSetPresente()
public boolean isSuportadoLexEdit()
public void setSuportadoLexEdit(boolean value)
public boolean isSetSuportadoLexEdit()
Copyright © 2021. All rights reserved.