|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | 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()
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 |
public NumStdType()
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
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
- public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- 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
- public void validate() throws org.exolab.castor.xml.ValidationException
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |