public class Hash extends Object implements Serializable
Classe Java de tipoHash complex type.
O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
<complexType name="tipoHash"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="hash" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="algoritmo" type="{http://www.cnj.jus.br/mni/v300/intercomunicacao}modalidadeAlgoritmoHash"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ModalidadeAlgoritmoHash |
algoritmo |
protected String |
hash |
Constructor and Description |
---|
Hash() |
Modifier and Type | Method and Description |
---|---|
ModalidadeAlgoritmoHash |
getAlgoritmo()
Obtém o valor da propriedade algoritmo.
|
String |
getHash()
Obtém o valor da propriedade hash.
|
boolean |
isSetAlgoritmo() |
boolean |
isSetHash() |
void |
setAlgoritmo(ModalidadeAlgoritmoHash value)
Define o valor da propriedade algoritmo.
|
void |
setHash(String value)
Define o valor da propriedade hash.
|
protected String hash
protected ModalidadeAlgoritmoHash algoritmo
public String getHash()
String
public void setHash(String value)
value
- allowed object is
String
public boolean isSetHash()
public ModalidadeAlgoritmoHash getAlgoritmo()
ModalidadeAlgoritmoHash
public void setAlgoritmo(ModalidadeAlgoritmoHash value)
value
- allowed object is
ModalidadeAlgoritmoHash
public boolean isSetAlgoritmo()
Copyright © 2019 Conselho Nacional de Justiça. All rights reserved.