br.jus.cnj.intercomunicacao.beans
Class DocumentoProcessual

java.lang.Object
  extended by br.jus.cnj.intercomunicacao.beans.DocumentoProcessual
All Implemented Interfaces:
Serializable

public class DocumentoProcessual
extends Object
implements Serializable

Tipo de elemento destinado � transfer�ncia ou � viabiliza��o de transfer�ncia de documento processual.

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}hexBinary" minOccurs="0"/>
         <element name="assinatura" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoAssinatura" maxOccurs="unbounded" minOccurs="0"/>
         <element name="outroParametro" type="{http://www.cnj.jus.br/intercomunicacao-2.1}tipoParametro" maxOccurs="unbounded" minOccurs="0"/>
         <any namespace='##other'/>
         <element name="documentoVinculado" type="{http://www.cnj.jus.br/intercomunicacao-2.1}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.1}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>
 

See Also:
Serialized Form

Field Summary
protected  Object any
           
protected  List<Assinatura> assinatura
           
protected  byte[] 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 Summary
DocumentoProcessual()
           
 
Method Summary
 Object getAny()
          Gets the value of the any property.
 List<Assinatura> getAssinatura()
          Gets the value of the assinatura property.
 byte[] 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(byte[] 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conteudo

protected byte[] conteudo

assinatura

protected List<Assinatura> assinatura

outroParametro

protected List<Parametro> outroParametro

any

protected Object any

documentoVinculado

protected List<DocumentoProcessual> documentoVinculado

idDocumento

protected String idDocumento

idDocumentoVinculado

protected String idDocumentoVinculado

tipoDocumento

protected String tipoDocumento

dataHora

protected DataHora dataHora

mimetype

protected String mimetype

nivelSigilo

protected Integer nivelSigilo

movimento

protected Integer movimento

hash

protected String hash
Constructor Detail

DocumentoProcessual

public DocumentoProcessual()
Method Detail

getConteudo

public byte[] getConteudo()
Gets the value of the conteudo property.

Returns:
possible object is String

setConteudo

public void setConteudo(byte[] value)
Sets the value of the conteudo property.

Parameters:
value - allowed object is String

isSetConteudo

public boolean isSetConteudo()

getAssinatura

public List<Assinatura> getAssinatura()
Gets the value of the assinatura property.

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


isSetAssinatura

public boolean isSetAssinatura()

unsetAssinatura

public void unsetAssinatura()

getOutroParametro

public List<Parametro> getOutroParametro()
Gets the value of the outroParametro property.

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


isSetOutroParametro

public boolean isSetOutroParametro()

unsetOutroParametro

public void unsetOutroParametro()

getAny

public Object getAny()
Gets the value of the any property.

Returns:
possible object is Object

setAny

public void setAny(Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Object

isSetAny

public boolean isSetAny()

getDocumentoVinculado

public List<DocumentoProcessual> getDocumentoVinculado()
Gets the value of the documentoVinculado property.

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


isSetDocumentoVinculado

public boolean isSetDocumentoVinculado()

unsetDocumentoVinculado

public void unsetDocumentoVinculado()

getIdDocumento

public String getIdDocumento()
Gets the value of the idDocumento property.

Returns:
possible object is String

setIdDocumento

public void setIdDocumento(String value)
Sets the value of the idDocumento property.

Parameters:
value - allowed object is String

isSetIdDocumento

public boolean isSetIdDocumento()

getIdDocumentoVinculado

public String getIdDocumentoVinculado()
Gets the value of the idDocumentoVinculado property.

Returns:
possible object is String

setIdDocumentoVinculado

public void setIdDocumentoVinculado(String value)
Sets the value of the idDocumentoVinculado property.

Parameters:
value - allowed object is String

isSetIdDocumentoVinculado

public boolean isSetIdDocumentoVinculado()

getTipoDocumento

public String getTipoDocumento()
Gets the value of the tipoDocumento property.

Returns:
possible object is String

setTipoDocumento

public void setTipoDocumento(String value)
Sets the value of the tipoDocumento property.

Parameters:
value - allowed object is String

isSetTipoDocumento

public boolean isSetTipoDocumento()

getDataHora

public DataHora getDataHora()
Gets the value of the dataHora property.

Returns:
possible object is DataHora

setDataHora

public void setDataHora(DataHora value)
Sets the value of the dataHora property.

Parameters:
value - allowed object is DataHora

isSetDataHora

public boolean isSetDataHora()

getMimetype

public String getMimetype()
Gets the value of the mimetype property.

Returns:
possible object is String

setMimetype

public void setMimetype(String value)
Sets the value of the mimetype property.

Parameters:
value - allowed object is String

isSetMimetype

public boolean isSetMimetype()

getNivelSigilo

public int getNivelSigilo()
Gets the value of the nivelSigilo property.

Returns:
possible object is Integer

setNivelSigilo

public void setNivelSigilo(int value)
Sets the value of the nivelSigilo property.

Parameters:
value - allowed object is Integer

isSetNivelSigilo

public boolean isSetNivelSigilo()

unsetNivelSigilo

public void unsetNivelSigilo()

getMovimento

public int getMovimento()
Gets the value of the movimento property.

Returns:
possible object is Integer

setMovimento

public void setMovimento(int value)
Sets the value of the movimento property.

Parameters:
value - allowed object is Integer

isSetMovimento

public boolean isSetMovimento()

unsetMovimento

public void unsetMovimento()

getHash

public String getHash()
Gets the value of the hash property.

Returns:
possible object is String

setHash

public void setHash(String value)
Sets the value of the hash property.

Parameters:
value - allowed object is String

isSetHash

public boolean isSetHash()


Copyright © 2012 Conselho Nacional de Justiça. All Rights Reserved.