br.jus.cnj.intercomunicacao.beans
Class Parametro

java.lang.Object
  extended by br.jus.cnj.intercomunicacao.beans.Parametro
All Implemented Interfaces:
Serializable

public class Parametro
extends Object
implements Serializable

Tipo de elemento destinado a permitir a inclus�o de par�metros na forma nome/valor, sendo o nome um atributo do elemento e o valor seu conte�do.

Java class for tipoParametro complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tipoParametro">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="nome" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String nome
           
protected  String value
           
 
Constructor Summary
Parametro()
           
 
Method Summary
 String getNome()
          Gets the value of the nome property.
 String getValue()
          Gets the value of the value property.
 boolean isSetNome()
           
 boolean isSetValue()
           
 void setNome(String value)
          Sets the value of the nome property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

nome

protected String nome
Constructor Detail

Parametro

public Parametro()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

isSetValue

public boolean isSetValue()

getNome

public String getNome()
Gets the value of the nome property.

Returns:
possible object is String

setNome

public void setNome(String value)
Sets the value of the nome property.

Parameters:
value - allowed object is String

isSetNome

public boolean isSetNome()


Copyright © 2012 Conselho Nacional de Justiça. All Rights Reserved.