sbnmarc
Class A921

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

public class A921
extends sbnmarcBase
implements java.io.Serializable

921 - marca editoriale antica. la citazione in repertori $c viene gestita come relazione con elemento di authority di tipo 'repertorio' (con elemento ArrivoLegame)

See Also:
Serialized Form

Constructor Summary
A921()
           
 
Method Summary
 void addB_921(int index, java.lang.String vB_921)
          Method addB_921
 void addB_921(java.lang.String vB_921)
          Method addB_921
 void clearB_921()
          Method clearB_921
 java.util.Enumeration enumerateB_921()
          Method enumerateB_921
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String getA_921()
          Method getA_921Returns the value of field 'a_921'.
 java.lang.String[] getB_921()
          Method getB_921
 java.lang.String getB_921(int index)
          Method getB_921
 int getB_921Count()
          Method getB_921Count
 java.lang.String getD_921()
          Method getD_921Returns the value of field 'd_921'.
 java.lang.String getE_921()
          Method getE_921Returns the value of field 'e_921'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 boolean removeB_921(java.lang.String vB_921)
          Method removeB_921
 void setA_921(java.lang.String a_921)
          Method setA_921Sets the value of field 'a_921'.
 void setB_921(int index, java.lang.String vB_921)
          Method setB_921
 void setB_921(java.lang.String[] b_921Array)
          Method setB_921
 void setD_921(java.lang.String d_921)
          Method setD_921Sets the value of field 'd_921'.
 void setE_921(java.lang.String e_921)
          Method setE_921Sets the value of field 'e_921'.
static A921 unmarshalA921(java.io.Reader reader)
          Method unmarshalA921
 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

A921

public A921()
Method Detail

addB_921

public void addB_921(java.lang.String vB_921)
              throws java.lang.IndexOutOfBoundsException
Method addB_921

Parameters:
vB_921 -
java.lang.IndexOutOfBoundsException

addB_921

public void addB_921(int index,
                     java.lang.String vB_921)
              throws java.lang.IndexOutOfBoundsException
Method addB_921

Parameters:
index -
vB_921 -
java.lang.IndexOutOfBoundsException

clearB_921

public void clearB_921()
Method clearB_921


enumerateB_921

public java.util.Enumeration enumerateB_921()
Method enumerateB_921


equals

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

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getA_921

public java.lang.String getA_921()
Method getA_921Returns the value of field 'a_921'. The field 'a_921' has the following description: descrizione della marca editoriale antica

Returns:
the value of field 'a_921'.

getB_921

public java.lang.String getB_921(int index)
                          throws java.lang.IndexOutOfBoundsException
Method getB_921

Parameters:
index -
java.lang.IndexOutOfBoundsException

getB_921

public java.lang.String[] getB_921()
Method getB_921


getB_921Count

public int getB_921Count()
Method getB_921Count


getD_921

public java.lang.String getD_921()
Method getD_921Returns the value of field 'd_921'. The field 'd_921' has the following description: nota della marca editoriale antica

Returns:
the value of field 'd_921'.

getE_921

public java.lang.String getE_921()
Method getE_921Returns the value of field 'e_921'. The field 'e_921' has the following description: motto della marca editoriale antica

Returns:
the value of field 'e_921'.

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

removeB_921

public boolean removeB_921(java.lang.String vB_921)
Method removeB_921

Parameters:
vB_921 -

setA_921

public void setA_921(java.lang.String a_921)
Method setA_921Sets the value of field 'a_921'. The field 'a_921' has the following description: descrizione della marca editoriale antica

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

setB_921

public void setB_921(int index,
                     java.lang.String vB_921)
              throws java.lang.IndexOutOfBoundsException
Method setB_921

Parameters:
index -
vB_921 -
java.lang.IndexOutOfBoundsException

setB_921

public void setB_921(java.lang.String[] b_921Array)
Method setB_921

Parameters:
b_921Array -

setD_921

public void setD_921(java.lang.String d_921)
Method setD_921Sets the value of field 'd_921'. The field 'd_921' has the following description: nota della marca editoriale antica

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

setE_921

public void setE_921(java.lang.String e_921)
Method setE_921Sets the value of field 'e_921'. The field 'e_921' has the following description: motto della marca editoriale antica

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

unmarshalA921

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

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