public class ConteudoDocumento extends Object implements Serializable
Classe Java de tipoConteudoDocumento complex type.
O seguinte fragmento do esquema especifica o conteúdo esperado contido dentro desta classe.
<complexType name="tipoConteudoDocumento"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="idDocumento" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="mimetype" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="hash" type="{http://www.cnj.jus.br/mni/v300/intercomunicacao}tipoHash" minOccurs="0"/> <element name="conteudo" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> <element name="assinatura" type="{http://www.cnj.jus.br/mni/v300/intercomunicacao}tipoAssinatura" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Assinatura> |
assinatura |
protected DataHandler |
conteudo |
protected String |
encoding |
protected Hash |
hash |
protected String |
idDocumento |
protected String |
mimetype |
Constructor and Description |
---|
ConteudoDocumento() |
Modifier and Type | Method and Description |
---|---|
List<Assinatura> |
getAssinatura()
Gets the value of the assinatura property.
|
DataHandler |
getConteudo()
Obtém o valor da propriedade conteudo.
|
String |
getEncoding()
Obtém o valor da propriedade encoding.
|
Hash |
getHash()
Obtém o valor da propriedade hash.
|
String |
getIdDocumento()
Obtém o valor da propriedade idDocumento.
|
String |
getMimetype()
Obtém o valor da propriedade mimetype.
|
boolean |
isSetAssinatura() |
boolean |
isSetConteudo() |
boolean |
isSetEncoding() |
boolean |
isSetHash() |
boolean |
isSetIdDocumento() |
boolean |
isSetMimetype() |
void |
setConteudo(DataHandler value)
Define o valor da propriedade conteudo.
|
void |
setEncoding(String value)
Define o valor da propriedade encoding.
|
void |
setHash(Hash value)
Define o valor da propriedade hash.
|
void |
setIdDocumento(String value)
Define o valor da propriedade idDocumento.
|
void |
setMimetype(String value)
Define o valor da propriedade mimetype.
|
void |
unsetAssinatura() |
protected String idDocumento
protected String mimetype
protected String encoding
protected Hash hash
protected DataHandler conteudo
protected List<Assinatura> assinatura
public String getIdDocumento()
String
public void setIdDocumento(String value)
value
- allowed object is
String
public boolean isSetIdDocumento()
public String getMimetype()
String
public void setMimetype(String value)
value
- allowed object is
String
public boolean isSetMimetype()
public String getEncoding()
String
public void setEncoding(String value)
value
- allowed object is
String
public boolean isSetEncoding()
public void setHash(Hash value)
value
- allowed object is
Hash
public boolean isSetHash()
public DataHandler getConteudo()
DataHandler
public void setConteudo(DataHandler value)
value
- allowed object is
DataHandler
public boolean isSetConteudo()
public List<Assinatura> getAssinatura()
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 assinatura property.
For example, to add a new item, do as follows:
getAssinatura().add(newItem);
Objects of the following type(s) are allowed in the list
Assinatura
public boolean isSetAssinatura()
public void unsetAssinatura()
Copyright © 2019 Conselho Nacional de Justiça. All rights reserved.