sbnmarc
Class NumStdType

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

public class NumStdType
extends sbnmarcBase
implements java.io.Serializable

NUMERI STANDARD: tag per gestione numero ISBN (tipo = 010) numero ISSN (tipo = 011) numero Bibliog. nazionale (tipo = 020), numero pubblic. governativa per cartografia (tipo = 022) numero lastra (tipo = 071), altri tipo standard come da guida SBN

See Also:
Serialized Form

Constructor Summary
NumStdType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String getNotaSTD()
          Returns the value of field 'notaSTD'.
 java.lang.String getNumeroSTD()
          Returns the value of field 'numeroSTD'.
 java.lang.String getPaeseSTD()
          Returns the value of field 'paeseSTD'.
 SbnTipoSTD getTipoSTD()
          Returns the value of field 'tipoSTD'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setNotaSTD(java.lang.String notaSTD)
          Sets the value of field 'notaSTD'.
 void setNumeroSTD(java.lang.String numeroSTD)
          Sets the value of field 'numeroSTD'.
 void setPaeseSTD(java.lang.String paeseSTD)
          Sets the value of field 'paeseSTD'.
 void setTipoSTD(SbnTipoSTD tipoSTD)
          Sets the value of field 'tipoSTD'.
static NumStdType unmarshalNumStdType(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

NumStdType

public NumStdType()
Method Detail

equals

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

getNotaSTD

public java.lang.String getNotaSTD()
Returns the value of field 'notaSTD'.
Returns:
the value of field 'notaSTD'.

getNumeroSTD

public java.lang.String getNumeroSTD()
Returns the value of field 'numeroSTD'.
Returns:
the value of field 'numeroSTD'.

getPaeseSTD

public java.lang.String getPaeseSTD()
Returns the value of field 'paeseSTD'.
Returns:
the value of field 'paeseSTD'.

getTipoSTD

public SbnTipoSTD getTipoSTD()
Returns the value of field 'tipoSTD'.
Returns:
the value of field 'tipoSTD'.

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 -  

setNotaSTD

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

setNumeroSTD

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

setPaeseSTD

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

setTipoSTD

public void setTipoSTD(SbnTipoSTD tipoSTD)
Sets the value of field 'tipoSTD'.
Parameters:
tipoSTD - the value of field 'tipoSTD'.

unmarshalNumStdType

public static NumStdType unmarshalNumStdType(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