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"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="signatarioLogin" type="{http://www.cnj.jus.br/intercomunicacao-2.2.2}tipoSignatarioSimples" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="assinatura" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="dataAssinatura" type="{http://www.cnj.jus.br/intercomunicacao-2.2.2}tipoDataHora" /> <attribute name="cadeiaCertificado" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="algoritmoHash" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="codificacaoCertificado" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
algoritmoHash |
protected String |
assinatura |
protected String |
cadeiaCertificado |
protected String |
codificacaoCertificado |
protected DataHora |
dataAssinatura |
protected List<SignatarioSimples> |
signatarioLogin |
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 |
getCodificacaoCertificado()
Gets the value of the codificacaoCertificado property.
|
DataHora |
getDataAssinatura()
Gets the value of the dataAssinatura property.
|
List<SignatarioSimples> |
getSignatarioLogin()
Gets the value of the signatarioLogin property.
|
boolean |
isSetAlgoritmoHash() |
boolean |
isSetAssinatura() |
boolean |
isSetCadeiaCertificado() |
boolean |
isSetCodificacaoCertificado() |
boolean |
isSetDataAssinatura() |
boolean |
isSetSignatarioLogin() |
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 |
setCodificacaoCertificado(String value)
Sets the value of the codificacaoCertificado property.
|
void |
setDataAssinatura(DataHora value)
Sets the value of the dataAssinatura property.
|
void |
unsetSignatarioLogin() |
protected List<SignatarioSimples> signatarioLogin
protected String assinatura
protected DataHora dataAssinatura
protected String cadeiaCertificado
protected String algoritmoHash
protected String codificacaoCertificado
public List<SignatarioSimples> getSignatarioLogin()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the signatarioLogin property.
For example, to add a new item, do as follows:
getSignatarioLogin().add(newItem);
Objects of the following type(s) are allowed in the list
SignatarioSimples
public boolean isSetSignatarioLogin()
public void unsetSignatarioLogin()
public String getAssinatura()
String
public void setAssinatura(String value)
value
- allowed object is
String
public boolean isSetAssinatura()
public DataHora getDataAssinatura()
DataHora
public void setDataAssinatura(DataHora value)
value
- allowed object is
DataHora
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()
public String getCodificacaoCertificado()
String
public void setCodificacaoCertificado(String value)
value
- allowed object is
String
public boolean isSetCodificacaoCertificado()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.