public class DocumentoProcessual extends Object implements Serializable
Java class for tipoDocumento complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tipoDocumento"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="conteudo" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> <element name="assinatura" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoAssinatura" maxOccurs="unbounded" minOccurs="0"/> <element name="outroParametro" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoParametro" maxOccurs="unbounded" minOccurs="0"/> <any namespace='##other'/> <element name="documentoVinculado" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoDocumento" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="idDocumento" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="idDocumentoVinculado" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="tipoDocumento" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="dataHora" type="{http://www.cnj.jus.br/intercomunicacao-2.2}tipoDataHora" /> <attribute name="mimetype" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="nivelSigilo" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="movimento" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="hash" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Object |
any |
protected List<Assinatura> |
assinatura |
protected DataHandler |
conteudo |
protected DataHora |
dataHora |
protected List<DocumentoProcessual> |
documentoVinculado |
protected String |
hash |
protected String |
idDocumento |
protected String |
idDocumentoVinculado |
protected String |
mimetype |
protected Integer |
movimento |
protected Integer |
nivelSigilo |
protected List<Parametro> |
outroParametro |
protected String |
tipoDocumento |
Constructor and Description |
---|
DocumentoProcessual() |
Modifier and Type | Method and Description |
---|---|
Object |
getAny()
Gets the value of the any property.
|
List<Assinatura> |
getAssinatura()
Gets the value of the assinatura property.
|
DataHandler |
getConteudo()
Gets the value of the conteudo property.
|
DataHora |
getDataHora()
Gets the value of the dataHora property.
|
List<DocumentoProcessual> |
getDocumentoVinculado()
Gets the value of the documentoVinculado property.
|
String |
getHash()
Gets the value of the hash property.
|
String |
getIdDocumento()
Gets the value of the idDocumento property.
|
String |
getIdDocumentoVinculado()
Gets the value of the idDocumentoVinculado property.
|
String |
getMimetype()
Gets the value of the mimetype property.
|
int |
getMovimento()
Gets the value of the movimento property.
|
int |
getNivelSigilo()
Gets the value of the nivelSigilo property.
|
List<Parametro> |
getOutroParametro()
Gets the value of the outroParametro property.
|
String |
getTipoDocumento()
Gets the value of the tipoDocumento property.
|
boolean |
isSetAny() |
boolean |
isSetAssinatura() |
boolean |
isSetConteudo() |
boolean |
isSetDataHora() |
boolean |
isSetDocumentoVinculado() |
boolean |
isSetHash() |
boolean |
isSetIdDocumento() |
boolean |
isSetIdDocumentoVinculado() |
boolean |
isSetMimetype() |
boolean |
isSetMovimento() |
boolean |
isSetNivelSigilo() |
boolean |
isSetOutroParametro() |
boolean |
isSetTipoDocumento() |
void |
setAny(Object value)
Sets the value of the any property.
|
void |
setConteudo(DataHandler value)
Sets the value of the conteudo property.
|
void |
setDataHora(DataHora value)
Sets the value of the dataHora property.
|
void |
setHash(String value)
Sets the value of the hash property.
|
void |
setIdDocumento(String value)
Sets the value of the idDocumento property.
|
void |
setIdDocumentoVinculado(String value)
Sets the value of the idDocumentoVinculado property.
|
void |
setMimetype(String value)
Sets the value of the mimetype property.
|
void |
setMovimento(int value)
Sets the value of the movimento property.
|
void |
setNivelSigilo(int value)
Sets the value of the nivelSigilo property.
|
void |
setTipoDocumento(String value)
Sets the value of the tipoDocumento property.
|
void |
unsetAssinatura() |
void |
unsetDocumentoVinculado() |
void |
unsetMovimento() |
void |
unsetNivelSigilo() |
void |
unsetOutroParametro() |
protected DataHandler conteudo
protected List<Assinatura> assinatura
protected Object any
protected List<DocumentoProcessual> documentoVinculado
protected String idDocumento
protected String idDocumentoVinculado
protected String tipoDocumento
protected DataHora dataHora
protected String mimetype
protected Integer nivelSigilo
protected Integer movimento
protected String hash
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()
public List<Parametro> getOutroParametro()
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 outroParametro property.
For example, to add a new item, do as follows:
getOutroParametro().add(newItem);
Objects of the following type(s) are allowed in the list
Parametro
public boolean isSetOutroParametro()
public void unsetOutroParametro()
public void setAny(Object value)
value
- allowed object is
Object
public boolean isSetAny()
public List<DocumentoProcessual> getDocumentoVinculado()
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 documentoVinculado property.
For example, to add a new item, do as follows:
getDocumentoVinculado().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentoProcessual
public boolean isSetDocumentoVinculado()
public void unsetDocumentoVinculado()
public String getIdDocumento()
String
public void setIdDocumento(String value)
value
- allowed object is
String
public boolean isSetIdDocumento()
public String getIdDocumentoVinculado()
String
public void setIdDocumentoVinculado(String value)
value
- allowed object is
String
public boolean isSetIdDocumentoVinculado()
public String getTipoDocumento()
String
public void setTipoDocumento(String value)
value
- allowed object is
String
public boolean isSetTipoDocumento()
public DataHora getDataHora()
DataHora
public void setDataHora(DataHora value)
value
- allowed object is
DataHora
public boolean isSetDataHora()
public String getMimetype()
String
public void setMimetype(String value)
value
- allowed object is
String
public boolean isSetMimetype()
public int getNivelSigilo()
Integer
public void setNivelSigilo(int value)
value
- allowed object is
Integer
public boolean isSetNivelSigilo()
public void unsetNivelSigilo()
public int getMovimento()
Integer
public void setMovimento(int value)
value
- allowed object is
Integer
public boolean isSetMovimento()
public void unsetMovimento()
public String getHash()
String
public void setHash(String value)
value
- allowed object is
String
public boolean isSetHash()
Copyright © 2014 Conselho Nacional de Justiça. All rights reserved.