|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.jus.cnj.intercomunicacao.beans.Assinatura
public class Assinatura
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>
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 |
---|
protected String value
protected String assinatura
protected String dataAssinatura
protected String cadeiaCertificado
protected String algoritmoHash
Constructor Detail |
---|
public Assinatura()
Method Detail |
---|
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public boolean isSetValue()
public String getAssinatura()
String
public void setAssinatura(String value)
value
- allowed object is
String
public boolean isSetAssinatura()
public String getDataAssinatura()
String
public void setDataAssinatura(String value)
value
- allowed object is
String
public boolean isSetDataAssinatura()
public String getCadeiaCertificado()
String
public void setCadeiaCertificado(String value)
value
- allowed object is
String
public boolean isSetCadeiaCertificado()
public String getAlgoritmoHash()
String
public void setAlgoritmoHash(String value)
value
- allowed object is
String
public boolean isSetAlgoritmoHash()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |