br.jus.cnj.intercomunicacao.beans
Class Assinatura

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

public class Assinatura
extends Object
implements Serializable

Tipo de elemento destinado a permitir o armazenamento dos dados relacionados � assinatura digital de um objeto.

Java class for tipoAssinatura complex type.

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

 <complexType name="tipoAssinatura">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="assinatura" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dataAssinatura" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="cadeiaCertificado" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="algoritmoHash" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String algoritmoHash
           
protected  String assinatura
           
protected  String cadeiaCertificado
           
protected  String dataAssinatura
           
protected  String value
           
 
Constructor Summary
Assinatura()
           
 
Method Summary
 String getAlgoritmoHash()
          Gets the value of the algoritmoHash property.
 String getAssinatura()
          Gets the value of the assinatura property.
 String getCadeiaCertificado()
          Gets the value of the cadeiaCertificado property.
 String getDataAssinatura()
          Gets the value of the dataAssinatura property.
 String getValue()
          Gets the value of the value property.
 boolean isSetAlgoritmoHash()
           
 boolean isSetAssinatura()
           
 boolean isSetCadeiaCertificado()
           
 boolean isSetDataAssinatura()
           
 boolean isSetValue()
           
 void setAlgoritmoHash(String value)
          Sets the value of the algoritmoHash property.
 void setAssinatura(String value)
          Sets the value of the assinatura property.
 void setCadeiaCertificado(String value)
          Sets the value of the cadeiaCertificado property.
 void setDataAssinatura(String value)
          Sets the value of the dataAssinatura 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

assinatura

protected String assinatura

dataAssinatura

protected String dataAssinatura

cadeiaCertificado

protected String cadeiaCertificado

algoritmoHash

protected String algoritmoHash
Constructor Detail

Assinatura

public Assinatura()
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()

getAssinatura

public String getAssinatura()
Gets the value of the assinatura property.

Returns:
possible object is String

setAssinatura

public void setAssinatura(String value)
Sets the value of the assinatura property.

Parameters:
value - allowed object is String

isSetAssinatura

public boolean isSetAssinatura()

getDataAssinatura

public String getDataAssinatura()
Gets the value of the dataAssinatura property.

Returns:
possible object is String

setDataAssinatura

public void setDataAssinatura(String value)
Sets the value of the dataAssinatura property.

Parameters:
value - allowed object is String

isSetDataAssinatura

public boolean isSetDataAssinatura()

getCadeiaCertificado

public String getCadeiaCertificado()
Gets the value of the cadeiaCertificado property.

Returns:
possible object is String

setCadeiaCertificado

public void setCadeiaCertificado(String value)
Sets the value of the cadeiaCertificado property.

Parameters:
value - allowed object is String

isSetCadeiaCertificado

public boolean isSetCadeiaCertificado()

getAlgoritmoHash

public String getAlgoritmoHash()
Gets the value of the algoritmoHash property.

Returns:
possible object is String

setAlgoritmoHash

public void setAlgoritmoHash(String value)
Sets the value of the algoritmoHash property.

Parameters:
value - allowed object is String

isSetAlgoritmoHash

public boolean isSetAlgoritmoHash()


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