|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sbnmarcBase.sbnmarcBase | +--sbnmarc.NumStdType
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
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 |
public NumStdType()
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class sbnmarcBase
obj
- public java.lang.String getNotaSTD()
public java.lang.String getNumeroSTD()
public java.lang.String getPaeseSTD()
public SbnTipoSTD getTipoSTD()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setNotaSTD(java.lang.String notaSTD)
notaSTD
- the value of field 'notaSTD'.public void setNumeroSTD(java.lang.String numeroSTD)
numeroSTD
- the value of field 'numeroSTD'.public void setPaeseSTD(java.lang.String paeseSTD)
paeseSTD
- the value of field 'paeseSTD'.public void setTipoSTD(SbnTipoSTD tipoSTD)
tipoSTD
- the value of field 'tipoSTD'.public static NumStdType unmarshalNumStdType(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |