public class Mensagem extends Object
Classe Java de mensagem complex type.
O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
<complexType name="mensagem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="linha" use="required" type="{http://www.w3.org/2001/XMLSchema}short" />
<attribute name="texto" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected short |
linha |
protected String |
texto |
| Constructor and Description |
|---|
Mensagem() |
| Modifier and Type | Method and Description |
|---|---|
short |
getLinha()
Obtém o valor da propriedade linha.
|
String |
getTexto()
Obtém o valor da propriedade texto.
|
void |
setLinha(short value)
Define o valor da propriedade linha.
|
void |
setTexto(String value)
Define o valor da propriedade texto.
|
protected short linha
protected String texto
Copyright © 2022. All rights reserved.