|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sbnmarcBase.sbnmarcBase | +--sbnmarc.SBNMarc
root e struttura messaggio
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 |
public SBNMarc()
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class sbnmarcBase
obj
- public SbnMessageType getSbnMessage()
public SbnUserType getSbnUser()
public java.math.BigDecimal getSchemaVersion()
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 setSbnMessage(SbnMessageType sbnMessage)
sbnMessage
- the value of field 'sbnMessage'.public void setSbnUser(SbnUserType sbnUser)
sbnUser
- the value of field 'sbnUser'.public void setSchemaVersion(java.math.BigDecimal schemaVersion)
schemaVersion
- the value of field 'schemaVersion'.public static SBNMarc unmarshalSBNMarc(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 |