public class Assinatura extends Object implements Serializable
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>
Modifier and Type | Field and Description |
---|---|
protected String |
algoritmoHash |
protected String |
assinatura |
protected String |
cadeiaCertificado |
protected String |
dataAssinatura |
protected String |
value |
Constructor and Description |
---|
Assinatura() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected String value
protected String assinatura
protected String dataAssinatura
protected String cadeiaCertificado
protected String algoritmoHash
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()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.