sbnmarc
Class SbnOutputType

java.lang.Object
  |
  +--sbnmarcBase.sbnmarcBase
        |
        +--sbnmarc.SbnOutputType
All Implemented Interfaces:
java.io.Serializable

public class SbnOutputType
extends sbnmarcBase
implements java.io.Serializable

Output. Attributi: idLista=identificativo della lista da cui ripartire per lo scorrimento o applicazione di filtri maxRighe=numero massimo di righe richieste per liste sintetiche (documenti e/o elementi di authority) numPrimo=numero del blocco di record che il client riceve totRighe=numero totale di record della lista sintetica tipoOrd=tipo ordinamento della lista di output tipoOutput=tipo di formato di output richiesto: tipo di sintetica o analitico

See Also:
Serialized Form

Constructor Summary
SbnOutputType()
           
 
Method Summary
 void addDocumento(DocumentoType vDocumento)
           
 void addDocumento(int index, DocumentoType vDocumento)
           
 void addElementoAut(ElementAutType vElementoAut)
           
 void addElementoAut(int index, ElementAutType vElementoAut)
           
 void addPropostaCorrezione(int index, PropostaType vPropostaCorrezione)
           
 void addPropostaCorrezione(PropostaType vPropostaCorrezione)
           
 void clearDocumento()
           
 void clearElementoAut()
           
 void clearPropostaCorrezione()
           
 void deleteMaxRighe()
           
 void deleteNumPrimo()
           
 void deleteTotRighe()
           
 java.util.Enumeration enumerateDocumento()
           
 java.util.Enumeration enumerateElementoAut()
           
 java.util.Enumeration enumeratePropostaCorrezione()
           
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 DocumentoType[] getDocumento()
           
 DocumentoType getDocumento(int index)
           
 int getDocumentoCount()
           
 ElementAutType[] getElementoAut()
           
 ElementAutType getElementoAut(int index)
           
 int getElementoAutCount()
           
 java.lang.String getIdLista()
          Returns the value of field 'idLista'.
 int getMaxRighe()
          Returns the value of field 'maxRighe'.
 int getNumPrimo()
          Returns the value of field 'numPrimo'.
 PropostaType[] getPropostaCorrezione()
           
 PropostaType getPropostaCorrezione(int index)
           
 int getPropostaCorrezioneCount()
           
 SbnTipoOrd getTipoOrd()
          Returns the value of field 'tipoOrd'.
 SbnTipoOutput getTipoOutput()
          Returns the value of field 'tipoOutput'.
 int getTotRighe()
          Returns the value of field 'totRighe'.
 boolean hasMaxRighe()
           
 boolean hasNumPrimo()
           
 boolean hasTotRighe()
           
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 boolean removeDocumento(DocumentoType vDocumento)
           
 boolean removeElementoAut(ElementAutType vElementoAut)
           
 boolean removePropostaCorrezione(PropostaType vPropostaCorrezione)
           
 void setDocumento(DocumentoType[] documentoArray)
           
 void setDocumento(int index, DocumentoType vDocumento)
           
 void setElementoAut(ElementAutType[] elementoAutArray)
           
 void setElementoAut(int index, ElementAutType vElementoAut)
           
 void setIdLista(java.lang.String idLista)
          Sets the value of field 'idLista'.
 void setMaxRighe(int maxRighe)
          Sets the value of field 'maxRighe'.
 void setNumPrimo(int numPrimo)
          Sets the value of field 'numPrimo'.
 void setPropostaCorrezione(int index, PropostaType vPropostaCorrezione)
           
 void setPropostaCorrezione(PropostaType[] propostaCorrezioneArray)
           
 void setTipoOrd(SbnTipoOrd tipoOrd)
          Sets the value of field 'tipoOrd'.
 void setTipoOutput(SbnTipoOutput tipoOutput)
          Sets the value of field 'tipoOutput'.
 void setTotRighe(int totRighe)
          Sets the value of field 'totRighe'.
static SbnOutputType unmarshalSbnOutputType(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SbnOutputType

public SbnOutputType()
Method Detail

addDocumento

public void addDocumento(DocumentoType vDocumento)
                  throws java.lang.IndexOutOfBoundsException
Parameters:
vDocumento -  

addDocumento

public void addDocumento(int index,
                         DocumentoType vDocumento)
                  throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vDocumento -  

addElementoAut

public void addElementoAut(ElementAutType vElementoAut)
                    throws java.lang.IndexOutOfBoundsException
Parameters:
vElementoAut -  

addElementoAut

public void addElementoAut(int index,
                           ElementAutType vElementoAut)
                    throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vElementoAut -  

addPropostaCorrezione

public void addPropostaCorrezione(PropostaType vPropostaCorrezione)
                           throws java.lang.IndexOutOfBoundsException
Parameters:
vPropostaCorrezione -  

addPropostaCorrezione

public void addPropostaCorrezione(int index,
                                  PropostaType vPropostaCorrezione)
                           throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vPropostaCorrezione -  

clearDocumento

public void clearDocumento()

clearElementoAut

public void clearElementoAut()

clearPropostaCorrezione

public void clearPropostaCorrezione()

deleteMaxRighe

public void deleteMaxRighe()

deleteNumPrimo

public void deleteNumPrimo()

deleteTotRighe

public void deleteTotRighe()

enumerateDocumento

public java.util.Enumeration enumerateDocumento()

enumerateElementoAut

public java.util.Enumeration enumerateElementoAut()

enumeratePropostaCorrezione

public java.util.Enumeration enumeratePropostaCorrezione()

equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden
Overrides:
equals in class java.lang.Object
Parameters:
obj -  

getDocumento

public DocumentoType getDocumento(int index)
                           throws java.lang.IndexOutOfBoundsException
Parameters:
index -  

getDocumento

public DocumentoType[] getDocumento()

getDocumentoCount

public int getDocumentoCount()

getElementoAut

public ElementAutType getElementoAut(int index)
                              throws java.lang.IndexOutOfBoundsException
Parameters:
index -  

getElementoAut

public ElementAutType[] getElementoAut()

getElementoAutCount

public int getElementoAutCount()

getIdLista

public java.lang.String getIdLista()
Returns the value of field 'idLista'.
Returns:
the value of field 'idLista'.

getMaxRighe

public int getMaxRighe()
Returns the value of field 'maxRighe'.
Returns:
the value of field 'maxRighe'.

getNumPrimo

public int getNumPrimo()
Returns the value of field 'numPrimo'.
Returns:
the value of field 'numPrimo'.

getPropostaCorrezione

public PropostaType getPropostaCorrezione(int index)
                                   throws java.lang.IndexOutOfBoundsException
Parameters:
index -  

getPropostaCorrezione

public PropostaType[] getPropostaCorrezione()

getPropostaCorrezioneCount

public int getPropostaCorrezioneCount()

getTipoOrd

public SbnTipoOrd getTipoOrd()
Returns the value of field 'tipoOrd'.
Returns:
the value of field 'tipoOrd'.

getTipoOutput

public SbnTipoOutput getTipoOutput()
Returns the value of field 'tipoOutput'.
Returns:
the value of field 'tipoOutput'.

getTotRighe

public int getTotRighe()
Returns the value of field 'totRighe'.
Returns:
the value of field 'totRighe'.

hasMaxRighe

public boolean hasMaxRighe()

hasNumPrimo

public boolean hasNumPrimo()

hasTotRighe

public boolean hasTotRighe()

isValid

public boolean isValid()

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
out -  

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Parameters:
handler -  

removeDocumento

public boolean removeDocumento(DocumentoType vDocumento)
Parameters:
vDocumento -  

removeElementoAut

public boolean removeElementoAut(ElementAutType vElementoAut)
Parameters:
vElementoAut -  

removePropostaCorrezione

public boolean removePropostaCorrezione(PropostaType vPropostaCorrezione)
Parameters:
vPropostaCorrezione -  

setDocumento

public void setDocumento(int index,
                         DocumentoType vDocumento)
                  throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vDocumento -  

setDocumento

public void setDocumento(DocumentoType[] documentoArray)
Parameters:
documentoArray -  

setElementoAut

public void setElementoAut(int index,
                           ElementAutType vElementoAut)
                    throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vElementoAut -  

setElementoAut

public void setElementoAut(ElementAutType[] elementoAutArray)
Parameters:
elementoAutArray -  

setIdLista

public void setIdLista(java.lang.String idLista)
Sets the value of field 'idLista'.
Parameters:
idLista - the value of field 'idLista'.

setMaxRighe

public void setMaxRighe(int maxRighe)
Sets the value of field 'maxRighe'.
Parameters:
maxRighe - the value of field 'maxRighe'.

setNumPrimo

public void setNumPrimo(int numPrimo)
Sets the value of field 'numPrimo'.
Parameters:
numPrimo - the value of field 'numPrimo'.

setPropostaCorrezione

public void setPropostaCorrezione(int index,
                                  PropostaType vPropostaCorrezione)
                           throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vPropostaCorrezione -  

setPropostaCorrezione

public void setPropostaCorrezione(PropostaType[] propostaCorrezioneArray)
Parameters:
propostaCorrezioneArray -  

setTipoOrd

public void setTipoOrd(SbnTipoOrd tipoOrd)
Sets the value of field 'tipoOrd'.
Parameters:
tipoOrd - the value of field 'tipoOrd'.

setTipoOutput

public void setTipoOutput(SbnTipoOutput tipoOutput)
Sets the value of field 'tipoOutput'.
Parameters:
tipoOutput - the value of field 'tipoOutput'.

setTotRighe

public void setTotRighe(int totRighe)
Sets the value of field 'totRighe'.
Parameters:
totRighe - the value of field 'totRighe'.

unmarshalSbnOutputType

public static SbnOutputType unmarshalSbnOutputType(java.io.Reader reader)
                                            throws org.exolab.castor.xml.MarshalException,
                                                   org.exolab.castor.xml.ValidationException
Parameters:
reader -  

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException