public class Parametro extends Object implements Serializable
Java class for tipoParametro complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoParametro"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="nome" 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()
Gets the value of the nome property.
|
String |
getValor()
Gets the value of the valor property.
|
boolean |
isSetNome() |
boolean |
isSetValor() |
void |
setNome(String value)
Sets the value of the nome property.
|
void |
setValor(String value)
Sets the value of the valor property.
|
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 © 2014 Conselho Nacional de Justiça. All rights reserved.