public class Parametro extends Object implements Serializable
Classe Java de tipoParametro complex type.
O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
<complexType name="tipoParametro"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="nome" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="valor" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
nome |
protected String |
valor |
Constructor and Description |
---|
Parametro() |
Modifier and Type | Method and Description |
---|---|
String |
getNome()
Obtém o valor da propriedade nome.
|
String |
getValor()
Obtém o valor da propriedade valor.
|
boolean |
isSetNome() |
boolean |
isSetValor() |
void |
setNome(String value)
Define o valor da propriedade nome.
|
void |
setValor(String value)
Define o valor da propriedade valor.
|
public String getNome()
String
public void setNome(String value)
value
- allowed object is
String
public boolean isSetNome()
public String getValor()
String
public void setValor(String value)
value
- allowed object is
String
public boolean isSetValor()
Copyright © 2019 Conselho Nacional de Justiça. All rights reserved.