|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.xml.event.EventReceipt
public class EventReceipt
Class EventReceipt.
| Constructor Summary | |
|---|---|
EventReceipt()
|
|
| Method Summary | |
|---|---|
void |
addUuid(int index,
java.lang.String vUuid)
Method addUuid |
void |
addUuid(java.lang.String vUuid)
Method addUuid |
void |
clearUuid()
Method clearUuid |
java.util.Enumeration |
enumerateUuid()
Method enumerateUuid |
java.lang.String[] |
getUuid()
Method getUuid |
java.lang.String |
getUuid(int index)
Method getUuid |
java.util.ArrayList |
getUuidCollection()
Method getUuidCollection Returns a reference to 'uuid'. |
int |
getUuidCount()
Method getUuidCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeUuid(java.lang.String vUuid)
Method removeUuid |
void |
setUuid(java.util.ArrayList uuidCollection)
Method setUuid Sets the value of 'uuid' by copying the given ArrayList. |
void |
setUuid(int index,
java.lang.String vUuid)
Method setUuid |
void |
setUuid(java.lang.String[] uuidArray)
Method setUuid |
void |
setUuidCollection(java.util.ArrayList uuidCollection)
Method setUuidCollection Sets the value of 'uuid' by setting it to the given ArrayList. |
static java.lang.Object |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventReceipt()
| Method Detail |
|---|
public void addUuid(java.lang.String vUuid)
throws java.lang.IndexOutOfBoundsException
vUuid -
java.lang.IndexOutOfBoundsException
public void addUuid(int index,
java.lang.String vUuid)
throws java.lang.IndexOutOfBoundsException
index - vUuid -
java.lang.IndexOutOfBoundsExceptionpublic void clearUuid()
public java.util.Enumeration enumerateUuid()
public java.lang.String getUuid(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic java.lang.String[] getUuid()
public java.util.ArrayList getUuidCollection()
public int getUuidCount()
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.ValidationExceptionpublic boolean removeUuid(java.lang.String vUuid)
vUuid -
public void setUuid(int index,
java.lang.String vUuid)
throws java.lang.IndexOutOfBoundsException
index - vUuid -
java.lang.IndexOutOfBoundsExceptionpublic void setUuid(java.lang.String[] uuidArray)
uuidArray - public void setUuid(java.util.ArrayList uuidCollection)
uuidCollection - the Vector to copy.public void setUuidCollection(java.util.ArrayList uuidCollection)
uuidCollection - the ArrayList to copy.
public static java.lang.Object unmarshal(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 | |||||||||