|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sbnmarcBase.sbnmarcBase | +--sbnmarc.SbnOutputType
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
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 |
public SbnOutputType()
Method Detail |
public void addDocumento(DocumentoType vDocumento) throws java.lang.IndexOutOfBoundsException
vDocumento
- public void addDocumento(int index, DocumentoType vDocumento) throws java.lang.IndexOutOfBoundsException
index
- vDocumento
- public void addElementoAut(ElementAutType vElementoAut) throws java.lang.IndexOutOfBoundsException
vElementoAut
- public void addElementoAut(int index, ElementAutType vElementoAut) throws java.lang.IndexOutOfBoundsException
index
- vElementoAut
- public void addPropostaCorrezione(PropostaType vPropostaCorrezione) throws java.lang.IndexOutOfBoundsException
vPropostaCorrezione
- public void addPropostaCorrezione(int index, PropostaType vPropostaCorrezione) throws java.lang.IndexOutOfBoundsException
index
- vPropostaCorrezione
- public void clearDocumento()
public void clearElementoAut()
public void clearPropostaCorrezione()
public void deleteMaxRighe()
public void deleteNumPrimo()
public void deleteTotRighe()
public java.util.Enumeration enumerateDocumento()
public java.util.Enumeration enumerateElementoAut()
public java.util.Enumeration enumeratePropostaCorrezione()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- public DocumentoType getDocumento(int index) throws java.lang.IndexOutOfBoundsException
index
- public DocumentoType[] getDocumento()
public int getDocumentoCount()
public ElementAutType getElementoAut(int index) throws java.lang.IndexOutOfBoundsException
index
- public ElementAutType[] getElementoAut()
public int getElementoAutCount()
public java.lang.String getIdLista()
public int getMaxRighe()
public int getNumPrimo()
public PropostaType getPropostaCorrezione(int index) throws java.lang.IndexOutOfBoundsException
index
- public PropostaType[] getPropostaCorrezione()
public int getPropostaCorrezioneCount()
public SbnTipoOrd getTipoOrd()
public SbnTipoOutput getTipoOutput()
public int getTotRighe()
public boolean hasMaxRighe()
public boolean hasNumPrimo()
public boolean hasTotRighe()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- public boolean removeDocumento(DocumentoType vDocumento)
vDocumento
- public boolean removeElementoAut(ElementAutType vElementoAut)
vElementoAut
- public boolean removePropostaCorrezione(PropostaType vPropostaCorrezione)
vPropostaCorrezione
- public void setDocumento(int index, DocumentoType vDocumento) throws java.lang.IndexOutOfBoundsException
index
- vDocumento
- public void setDocumento(DocumentoType[] documentoArray)
documentoArray
- public void setElementoAut(int index, ElementAutType vElementoAut) throws java.lang.IndexOutOfBoundsException
index
- vElementoAut
- public void setElementoAut(ElementAutType[] elementoAutArray)
elementoAutArray
- public void setIdLista(java.lang.String idLista)
idLista
- the value of field 'idLista'.public void setMaxRighe(int maxRighe)
maxRighe
- the value of field 'maxRighe'.public void setNumPrimo(int numPrimo)
numPrimo
- the value of field 'numPrimo'.public void setPropostaCorrezione(int index, PropostaType vPropostaCorrezione) throws java.lang.IndexOutOfBoundsException
index
- vPropostaCorrezione
- public void setPropostaCorrezione(PropostaType[] propostaCorrezioneArray)
propostaCorrezioneArray
- public void setTipoOrd(SbnTipoOrd tipoOrd)
tipoOrd
- the value of field 'tipoOrd'.public void setTipoOutput(SbnTipoOutput tipoOutput)
tipoOutput
- the value of field 'tipoOutput'.public void setTotRighe(int totRighe)
totRighe
- the value of field 'totRighe'.public static SbnOutputType unmarshalSbnOutputType(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- public void validate() throws org.exolab.castor.xml.ValidationException
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |