public class Logmsg extends Object implements Serializable
Constructor and Description |
---|
Logmsg() |
Modifier and Type | Method and Description |
---|---|
void |
deleteNotify() |
boolean |
equals(Object obj) |
String |
getContent() |
String |
getDest() |
Boolean |
getNotify() |
int |
hashCode() |
boolean |
hasNotify() |
boolean |
isNotify() |
boolean |
isValid() |
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setContent(String content) |
void |
setDest(String dest) |
void |
setNotify(boolean notify) |
static Logmsg |
unmarshal(Reader reader) |
void |
validate() |
public void deleteNotify()
public String getContent()
public String getDest()
public Boolean getNotify()
public boolean hasNotify()
public boolean isNotify()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setContent(String content)
public void setDest(String dest)
public void setNotify(boolean notify)
public static Logmsg unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
Copyright © 2017. All rights reserved.