sbnmarc
Class LocalizzaType

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

public class LocalizzaType
extends sbnmarcBase
implements java.io.Serializable

per localizzazione/delocalizzazione

See Also:
Serialized Form

Constructor Summary
LocalizzaType()
           
 
Method Summary
 void addLocalizzaInfo(int index, LocalizzaInfoType vLocalizzaInfo)
          Method addLocalizzaInfo
 void addLocalizzaInfo(LocalizzaInfoType vLocalizzaInfo)
          Method addLocalizzaInfo
 void clearLocalizzaInfo()
          Method clearLocalizzaInfo
 java.util.Enumeration enumerateLocalizzaInfo()
          Method enumerateLocalizzaInfo
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 LocalizzaInfoType[] getLocalizzaInfo()
          Method getLocalizzaInfo
 LocalizzaInfoType getLocalizzaInfo(int index)
          Method getLocalizzaInfo
 int getLocalizzaInfoCount()
          Method getLocalizzaInfoCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 boolean removeLocalizzaInfo(LocalizzaInfoType vLocalizzaInfo)
          Method removeLocalizzaInfo
 void setLocalizzaInfo(int index, LocalizzaInfoType vLocalizzaInfo)
          Method setLocalizzaInfo
 void setLocalizzaInfo(LocalizzaInfoType[] localizzaInfoArray)
          Method setLocalizzaInfo
static LocalizzaType unmarshalLocalizzaType(java.io.Reader reader)
          Method unmarshalLocalizzaType
 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

LocalizzaType

public LocalizzaType()
Method Detail

addLocalizzaInfo

public void addLocalizzaInfo(LocalizzaInfoType vLocalizzaInfo)
                      throws java.lang.IndexOutOfBoundsException
Method addLocalizzaInfo

Parameters:
vLocalizzaInfo -
java.lang.IndexOutOfBoundsException

addLocalizzaInfo

public void addLocalizzaInfo(int index,
                             LocalizzaInfoType vLocalizzaInfo)
                      throws java.lang.IndexOutOfBoundsException
Method addLocalizzaInfo

Parameters:
index -
vLocalizzaInfo -
java.lang.IndexOutOfBoundsException

clearLocalizzaInfo

public void clearLocalizzaInfo()
Method clearLocalizzaInfo


enumerateLocalizzaInfo

public java.util.Enumeration enumerateLocalizzaInfo()
Method enumerateLocalizzaInfo


equals

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

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getLocalizzaInfo

public LocalizzaInfoType getLocalizzaInfo(int index)
                                   throws java.lang.IndexOutOfBoundsException
Method getLocalizzaInfo

Parameters:
index -
java.lang.IndexOutOfBoundsException

getLocalizzaInfo

public LocalizzaInfoType[] getLocalizzaInfo()
Method getLocalizzaInfo


getLocalizzaInfoCount

public int getLocalizzaInfoCount()
Method getLocalizzaInfoCount


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

removeLocalizzaInfo

public boolean removeLocalizzaInfo(LocalizzaInfoType vLocalizzaInfo)
Method removeLocalizzaInfo

Parameters:
vLocalizzaInfo -

setLocalizzaInfo

public void setLocalizzaInfo(int index,
                             LocalizzaInfoType vLocalizzaInfo)
                      throws java.lang.IndexOutOfBoundsException
Method setLocalizzaInfo

Parameters:
index -
vLocalizzaInfo -
java.lang.IndexOutOfBoundsException

setLocalizzaInfo

public void setLocalizzaInfo(LocalizzaInfoType[] localizzaInfoArray)
Method setLocalizzaInfo

Parameters:
localizzaInfoArray -

unmarshalLocalizzaType

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

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