sbnmarc
Class SBNMarc

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

public class SBNMarc
extends sbnmarcBase
implements java.io.Serializable

root e struttura messaggio

See Also:
Serialized Form

Constructor Summary
SBNMarc()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 SbnMessageType getSbnMessage()
          Method getSbnMessageReturns the value of field 'sbnMessage'.
 SbnUserType getSbnUser()
          Method getSbnUserReturns the value of field 'sbnUser'.
 java.math.BigDecimal getSchemaVersion()
          Method getSchemaVersionReturns the value of field 'schemaVersion'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setSbnMessage(SbnMessageType sbnMessage)
          Method setSbnMessageSets the value of field 'sbnMessage'.
 void setSbnUser(SbnUserType sbnUser)
          Method setSbnUserSets the value of field 'sbnUser'.
 void setSchemaVersion(java.math.BigDecimal schemaVersion)
          Method setSchemaVersionSets the value of field 'schemaVersion'.
static SBNMarc unmarshalSBNMarc(java.io.Reader reader)
          Method unmarshalSBNMarc
 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

SBNMarc

public SBNMarc()
Method Detail

equals

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

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getSbnMessage

public SbnMessageType getSbnMessage()
Method getSbnMessageReturns the value of field 'sbnMessage'.

Returns:
the value of field 'sbnMessage'.

getSbnUser

public SbnUserType getSbnUser()
Method getSbnUserReturns the value of field 'sbnUser'. The field 'sbnUser' has the following description: Utente che richiede l'azione

Returns:
the value of field 'sbnUser'.

getSchemaVersion

public java.math.BigDecimal getSchemaVersion()
Method getSchemaVersionReturns the value of field 'schemaVersion'.

Returns:
the value of field 'schemaVersion'.

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

setSbnMessage

public void setSbnMessage(SbnMessageType sbnMessage)
Method setSbnMessageSets the value of field 'sbnMessage'.

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

setSbnUser

public void setSbnUser(SbnUserType sbnUser)
Method setSbnUserSets the value of field 'sbnUser'. The field 'sbnUser' has the following description: Utente che richiede l'azione

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

setSchemaVersion

public void setSchemaVersion(java.math.BigDecimal schemaVersion)
Method setSchemaVersionSets the value of field 'schemaVersion'.

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

unmarshalSBNMarc

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

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