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()
          Method getNotaSTDReturns the value of field 'notaSTD'.
 java.lang.String getNumeroSTD()
          Method getNumeroSTDReturns the value of field 'numeroSTD'.
 java.lang.String getPaeseSTD()
          Method getPaeseSTDReturns the value of field 'paeseSTD'.
 SbnTipoSTD getTipoSTD()
          Method getTipoSTDReturns the value of field 'tipoSTD'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setNotaSTD(java.lang.String notaSTD)
          Method setNotaSTDSets the value of field 'notaSTD'.
 void setNumeroSTD(java.lang.String numeroSTD)
          Method setNumeroSTDSets the value of field 'numeroSTD'.
 void setPaeseSTD(java.lang.String paeseSTD)
          Method setPaeseSTDSets the value of field 'paeseSTD'.
 void setTipoSTD(SbnTipoSTD tipoSTD)
          Method setTipoSTDSets the value of field 'tipoSTD'.
static NumStdType unmarshalNumStdType(java.io.Reader reader)
          Method unmarshalNumStdType
 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

NumStdType

public NumStdType()
Method Detail

equals

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

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getNotaSTD

public java.lang.String getNotaSTD()
Method getNotaSTDReturns the value of field 'notaSTD'.

Returns:
the value of field 'notaSTD'.

getNumeroSTD

public java.lang.String getNumeroSTD()
Method getNumeroSTDReturns the value of field 'numeroSTD'.

Returns:
the value of field 'numeroSTD'.

getPaeseSTD

public java.lang.String getPaeseSTD()
Method getPaeseSTDReturns the value of field 'paeseSTD'.

Returns:
the value of field 'paeseSTD'.

getTipoSTD

public SbnTipoSTD getTipoSTD()
Method getTipoSTDReturns the value of field 'tipoSTD'.

Returns:
the value of field 'tipoSTD'.

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

setNotaSTD

public void setNotaSTD(java.lang.String notaSTD)
Method setNotaSTDSets the value of field 'notaSTD'.

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

setNumeroSTD

public void setNumeroSTD(java.lang.String numeroSTD)
Method setNumeroSTDSets the value of field 'numeroSTD'.

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

setPaeseSTD

public void setPaeseSTD(java.lang.String paeseSTD)
Method setPaeseSTDSets the value of field 'paeseSTD'.

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

setTipoSTD

public void setTipoSTD(SbnTipoSTD tipoSTD)
Method setTipoSTDSets 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
Method unmarshalNumStdType

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