sbnmarc
Class LocalizzaInfoType

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

public class LocalizzaInfoType
extends sbnmarcBase
implements java.io.Serializable

la struttura ha molteplicita' da definire secondo le esigenze di performance, viene fissato a 100 per esempio

See Also:
Serialized Form

Constructor Summary
LocalizzaInfoType()
           
 
Method Summary
 void addT899(C899 vT899)
          Method addT899
 void addT899(int index, C899 vT899)
          Method addT899
 void clearT899()
          Method clearT899
 java.util.Enumeration enumerateT899()
          Method enumerateT899
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String getSbnIDLoc()
          Method getSbnIDLocReturns the value of field 'sbnIDLoc'.
 C899[] getT899()
          Method getT899
 C899 getT899(int index)
          Method getT899
 int getT899Count()
          Method getT899Count
 SbnTipoLocalizza getTipoInfo()
          Method getTipoInfoReturns the value of field 'tipoInfo'.
 SbnOggetto getTipoOggetto()
          Method getTipoOggettoReturns the value of field 'tipoOggetto'.
 SbnAzioneLocalizza getTipoOperazione()
          Method getTipoOperazioneReturns the value of field 'tipoOperazione'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 boolean removeT899(C899 vT899)
          Method removeT899
 void setSbnIDLoc(java.lang.String sbnIDLoc)
          Method setSbnIDLocSets the value of field 'sbnIDLoc'.
 void setT899(C899[] t899Array)
          Method setT899
 void setT899(int index, C899 vT899)
          Method setT899
 void setTipoInfo(SbnTipoLocalizza tipoInfo)
          Method setTipoInfoSets the value of field 'tipoInfo'.
 void setTipoOggetto(SbnOggetto tipoOggetto)
          Method setTipoOggettoSets the value of field 'tipoOggetto'.
 void setTipoOperazione(SbnAzioneLocalizza tipoOperazione)
          Method setTipoOperazioneSets the value of field 'tipoOperazione'.
static LocalizzaInfoType unmarshalLocalizzaInfoType(java.io.Reader reader)
          Method unmarshalLocalizzaInfoType
 void validate()
          Method validate
 
Methods inherited from class sbnmarcBase.sbnmarcBase
fromStringToRootObject
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizzaInfoType

public LocalizzaInfoType()
Method Detail

addT899

public void addT899(C899 vT899)
             throws java.lang.IndexOutOfBoundsException
Method addT899

Parameters:
vT899 -
java.lang.IndexOutOfBoundsException

addT899

public void addT899(int index,
                    C899 vT899)
             throws java.lang.IndexOutOfBoundsException
Method addT899

Parameters:
index -
vT899 -
java.lang.IndexOutOfBoundsException

clearT899

public void clearT899()
Method clearT899


enumerateT899

public java.util.Enumeration enumerateT899()
Method enumerateT899


equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getSbnIDLoc

public java.lang.String getSbnIDLoc()
Method getSbnIDLocReturns the value of field 'sbnIDLoc'.

Returns:
the value of field 'sbnIDLoc'.

getT899

public C899 getT899(int index)
             throws java.lang.IndexOutOfBoundsException
Method getT899

Parameters:
index -
java.lang.IndexOutOfBoundsException

getT899

public C899[] getT899()
Method getT899


getT899Count

public int getT899Count()
Method getT899Count


getTipoInfo

public SbnTipoLocalizza getTipoInfo()
Method getTipoInfoReturns the value of field 'tipoInfo'.

Returns:
the value of field 'tipoInfo'.

getTipoOggetto

public SbnOggetto getTipoOggetto()
Method getTipoOggettoReturns the value of field 'tipoOggetto'.

Returns:
the value of field 'tipoOggetto'.

getTipoOperazione

public SbnAzioneLocalizza getTipoOperazione()
Method getTipoOperazioneReturns the value of field 'tipoOperazione'.

Returns:
the value of field 'tipoOperazione'.

isValid

public boolean isValid()
Method isValid


marshal

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

Parameters:
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

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

Parameters:
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

removeT899

public boolean removeT899(C899 vT899)
Method removeT899

Parameters:
vT899 -

setSbnIDLoc

public void setSbnIDLoc(java.lang.String sbnIDLoc)
Method setSbnIDLocSets the value of field 'sbnIDLoc'.

Parameters:
sbnIDLoc - the value of field 'sbnIDLoc'.

setT899

public void setT899(int index,
                    C899 vT899)
             throws java.lang.IndexOutOfBoundsException
Method setT899

Parameters:
index -
vT899 -
java.lang.IndexOutOfBoundsException

setT899

public void setT899(C899[] t899Array)
Method setT899

Parameters:
t899Array -

setTipoInfo

public void setTipoInfo(SbnTipoLocalizza tipoInfo)
Method setTipoInfoSets the value of field 'tipoInfo'.

Parameters:
tipoInfo - the value of field 'tipoInfo'.

setTipoOggetto

public void setTipoOggetto(SbnOggetto tipoOggetto)
Method setTipoOggettoSets the value of field 'tipoOggetto'.

Parameters:
tipoOggetto - the value of field 'tipoOggetto'.

setTipoOperazione

public void setTipoOperazione(SbnAzioneLocalizza tipoOperazione)
Method setTipoOperazioneSets the value of field 'tipoOperazione'.

Parameters:
tipoOperazione - the value of field 'tipoOperazione'.

unmarshalLocalizzaInfoType

public static LocalizzaInfoType unmarshalLocalizzaInfoType(java.io.Reader reader)
                                                    throws org.exolab.castor.xml.MarshalException,
                                                           org.exolab.castor.xml.ValidationException
Method unmarshalLocalizzaInfoType

Parameters:
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

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

org.exolab.castor.xml.ValidationException