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' 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)
           
 void addT899(int index, C899 vT899)
           
 void clearT899()
           
 java.util.Enumeration enumerateT899()
           
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String getSbnIDLoc()
          Returns the value of field 'sbnIDLoc'.
 C899[] getT899()
           
 C899 getT899(int index)
           
 int getT899Count()
           
 SbnTipoLocalizza getTipoInfo()
          Returns the value of field 'tipoInfo'.
 SbnOggetto getTipoOggetto()
          Returns the value of field 'tipoOggetto'.
 SbnAzioneLocalizza getTipoOperazione()
          Returns the value of field 'tipoOperazione'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 boolean removeT899(C899 vT899)
           
 void setSbnIDLoc(java.lang.String sbnIDLoc)
          Sets the value of field 'sbnIDLoc'.
 void setT899(C899[] t899Array)
           
 void setT899(int index, C899 vT899)
           
 void setTipoInfo(SbnTipoLocalizza tipoInfo)
          Sets the value of field 'tipoInfo'.
 void setTipoOggetto(SbnOggetto tipoOggetto)
          Sets the value of field 'tipoOggetto'.
 void setTipoOperazione(SbnAzioneLocalizza tipoOperazione)
          Sets the value of field 'tipoOperazione'.
static LocalizzaInfoType unmarshalLocalizzaInfoType(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

LocalizzaInfoType

public LocalizzaInfoType()
Method Detail

addT899

public void addT899(C899 vT899)
             throws java.lang.IndexOutOfBoundsException
Parameters:
vT899 -  

addT899

public void addT899(int index,
                    C899 vT899)
             throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vT899 -  

clearT899

public void clearT899()

enumerateT899

public java.util.Enumeration enumerateT899()

equals

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

getSbnIDLoc

public java.lang.String getSbnIDLoc()
Returns the value of field 'sbnIDLoc'.
Returns:
the value of field 'sbnIDLoc'.

getT899

public C899 getT899(int index)
             throws java.lang.IndexOutOfBoundsException
Parameters:
index -  

getT899

public C899[] getT899()

getT899Count

public int getT899Count()

getTipoInfo

public SbnTipoLocalizza getTipoInfo()
Returns the value of field 'tipoInfo'.
Returns:
the value of field 'tipoInfo'.

getTipoOggetto

public SbnOggetto getTipoOggetto()
Returns the value of field 'tipoOggetto'.
Returns:
the value of field 'tipoOggetto'.

getTipoOperazione

public SbnAzioneLocalizza getTipoOperazione()
Returns the value of field 'tipoOperazione'.
Returns:
the value of field 'tipoOperazione'.

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 -  

removeT899

public boolean removeT899(C899 vT899)
Parameters:
vT899 -  

setSbnIDLoc

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

setT899

public void setT899(int index,
                    C899 vT899)
             throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vT899 -  

setT899

public void setT899(C899[] t899Array)
Parameters:
t899Array -  

setTipoInfo

public void setTipoInfo(SbnTipoLocalizza tipoInfo)
Sets the value of field 'tipoInfo'.
Parameters:
tipoInfo - the value of field 'tipoInfo'.

setTipoOggetto

public void setTipoOggetto(SbnOggetto tipoOggetto)
Sets the value of field 'tipoOggetto'.
Parameters:
tipoOggetto - the value of field 'tipoOggetto'.

setTipoOperazione

public void setTipoOperazione(SbnAzioneLocalizza tipoOperazione)
Sets 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
Parameters:
reader -  

validate

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