|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.report.inventory.InventoryElement2RP
public class InventoryElement2RP
Class InventoryElement2RP.
| Constructor Summary | |
|---|---|
InventoryElement2RP()
|
|
| Method Summary | |
|---|---|
void |
addInventoryMemoryRP(int index,
InventoryMemoryRP vInventoryMemoryRP)
|
void |
addInventoryMemoryRP(InventoryMemoryRP vInventoryMemoryRP)
|
void |
addInventorySoftwareRP(int index,
InventorySoftwareRP vInventorySoftwareRP)
|
void |
addInventorySoftwareRP(InventorySoftwareRP vInventorySoftwareRP)
|
void |
addTupleRP(int index,
TupleRP vTupleRP)
|
void |
addTupleRP(TupleRP vTupleRP)
|
Enumeration<InventoryMemoryRP> |
enumerateInventoryMemoryRP()
Method enumerateInventoryMemoryRP. |
Enumeration<InventorySoftwareRP> |
enumerateInventorySoftwareRP()
Method enumerateInventorySoftwareRP. |
Enumeration<TupleRP> |
enumerateTupleRP()
Method enumerateTupleRP. |
InventoryMemoryRP[] |
getInventoryMemoryRP()
Method getInventoryMemoryRP.Returns the contents of the collection in an Array. |
InventoryMemoryRP |
getInventoryMemoryRP(int index)
Method getInventoryMemoryRP. |
List<InventoryMemoryRP> |
getInventoryMemoryRPCollection()
Method getInventoryMemoryRPCollection.Returns a reference to '_inventoryMemoryRPList'. |
int |
getInventoryMemoryRPCount()
Method getInventoryMemoryRPCount. |
InventorySoftwareRP[] |
getInventorySoftwareRP()
Method getInventorySoftwareRP.Returns the contents of the collection in an Array. |
InventorySoftwareRP |
getInventorySoftwareRP(int index)
Method getInventorySoftwareRP. |
List<InventorySoftwareRP> |
getInventorySoftwareRPCollection()
Method getInventorySoftwareRPCollection.Returns a reference to '_inventorySoftwareRPList'. |
int |
getInventorySoftwareRPCount()
Method getInventorySoftwareRPCount. |
String |
getName()
Returns the value of field 'name'. |
TupleRP[] |
getTupleRP()
Method getTupleRP.Returns the contents of the collection in an Array. |
TupleRP |
getTupleRP(int index)
Method getTupleRP. |
List<TupleRP> |
getTupleRPCollection()
Method getTupleRPCollection.Returns a reference to '_tupleRPList'. |
int |
getTupleRPCount()
Method getTupleRPCount. |
boolean |
isValid()
Method isValid. |
Iterator<InventoryMemoryRP> |
iterateInventoryMemoryRP()
Method iterateInventoryMemoryRP. |
Iterator<InventorySoftwareRP> |
iterateInventorySoftwareRP()
Method iterateInventorySoftwareRP. |
Iterator<TupleRP> |
iterateTupleRP()
Method iterateTupleRP. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
removeAllInventoryMemoryRP()
|
void |
removeAllInventorySoftwareRP()
|
void |
removeAllTupleRP()
|
boolean |
removeInventoryMemoryRP(InventoryMemoryRP vInventoryMemoryRP)
Method removeInventoryMemoryRP. |
InventoryMemoryRP |
removeInventoryMemoryRPAt(int index)
Method removeInventoryMemoryRPAt. |
boolean |
removeInventorySoftwareRP(InventorySoftwareRP vInventorySoftwareRP)
Method removeInventorySoftwareRP. |
InventorySoftwareRP |
removeInventorySoftwareRPAt(int index)
Method removeInventorySoftwareRPAt. |
boolean |
removeTupleRP(TupleRP vTupleRP)
Method removeTupleRP. |
TupleRP |
removeTupleRPAt(int index)
Method removeTupleRPAt. |
void |
setInventoryMemoryRP(int index,
InventoryMemoryRP vInventoryMemoryRP)
|
void |
setInventoryMemoryRP(InventoryMemoryRP[] vInventoryMemoryRPArray)
|
void |
setInventoryMemoryRP(List<InventoryMemoryRP> vInventoryMemoryRPList)
Sets the value of '_inventoryMemoryRPList' by copying the given Vector. |
void |
setInventoryMemoryRPCollection(List<InventoryMemoryRP> inventoryMemoryRPList)
Deprecated. |
void |
setInventorySoftwareRP(int index,
InventorySoftwareRP vInventorySoftwareRP)
|
void |
setInventorySoftwareRP(InventorySoftwareRP[] vInventorySoftwareRPArray)
|
void |
setInventorySoftwareRP(List<InventorySoftwareRP> vInventorySoftwareRPList)
Sets the value of '_inventorySoftwareRPList' by copying the given Vector. |
void |
setInventorySoftwareRPCollection(List<InventorySoftwareRP> inventorySoftwareRPList)
Deprecated. |
void |
setName(String name)
Sets the value of field 'name'. |
void |
setTupleRP(int index,
TupleRP vTupleRP)
|
void |
setTupleRP(List<TupleRP> vTupleRPList)
Sets the value of '_tupleRPList' by copying the given Vector. |
void |
setTupleRP(TupleRP[] vTupleRPArray)
|
void |
setTupleRPCollection(List<TupleRP> tupleRPList)
Deprecated. |
static InventoryElement2RP |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InventoryElement2RP()
| Method Detail |
|---|
public void addInventoryMemoryRP(InventoryMemoryRP vInventoryMemoryRP)
throws IndexOutOfBoundsException
vInventoryMemoryRP -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addInventoryMemoryRP(int index,
InventoryMemoryRP vInventoryMemoryRP)
throws IndexOutOfBoundsException
index - vInventoryMemoryRP -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addInventorySoftwareRP(InventorySoftwareRP vInventorySoftwareRP)
throws IndexOutOfBoundsException
vInventorySoftwareRP -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addInventorySoftwareRP(int index,
InventorySoftwareRP vInventorySoftwareRP)
throws IndexOutOfBoundsException
index - vInventorySoftwareRP -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addTupleRP(TupleRP vTupleRP)
throws IndexOutOfBoundsException
vTupleRP -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addTupleRP(int index,
TupleRP vTupleRP)
throws IndexOutOfBoundsException
index - vTupleRP -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic Enumeration<InventoryMemoryRP> enumerateInventoryMemoryRP()
public Enumeration<InventorySoftwareRP> enumerateInventorySoftwareRP()
public Enumeration<TupleRP> enumerateTupleRP()
public InventoryMemoryRP getInventoryMemoryRP(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic InventoryMemoryRP[] getInventoryMemoryRP()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<InventoryMemoryRP> getInventoryMemoryRPCollection()
public int getInventoryMemoryRPCount()
public InventorySoftwareRP getInventorySoftwareRP(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic InventorySoftwareRP[] getInventorySoftwareRP()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<InventorySoftwareRP> getInventorySoftwareRPCollection()
public int getInventorySoftwareRPCount()
public String getName()
public TupleRP getTupleRP(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic TupleRP[] getTupleRP()
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
public List<TupleRP> getTupleRPCollection()
public int getTupleRPCount()
public boolean isValid()
public Iterator<InventoryMemoryRP> iterateInventoryMemoryRP()
public Iterator<InventorySoftwareRP> iterateInventorySoftwareRP()
public Iterator<TupleRP> iterateTupleRP()
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
IOException - if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void removeAllInventoryMemoryRP()
public void removeAllInventorySoftwareRP()
public void removeAllTupleRP()
public boolean removeInventoryMemoryRP(InventoryMemoryRP vInventoryMemoryRP)
vInventoryMemoryRP -
public InventoryMemoryRP removeInventoryMemoryRPAt(int index)
index -
public boolean removeInventorySoftwareRP(InventorySoftwareRP vInventorySoftwareRP)
vInventorySoftwareRP -
public InventorySoftwareRP removeInventorySoftwareRPAt(int index)
index -
public boolean removeTupleRP(TupleRP vTupleRP)
vTupleRP -
public TupleRP removeTupleRPAt(int index)
index -
public void setInventoryMemoryRP(int index,
InventoryMemoryRP vInventoryMemoryRP)
throws IndexOutOfBoundsException
index - vInventoryMemoryRP -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setInventoryMemoryRP(InventoryMemoryRP[] vInventoryMemoryRPArray)
vInventoryMemoryRPArray - public void setInventoryMemoryRP(List<InventoryMemoryRP> vInventoryMemoryRPList)
vInventoryMemoryRPList - the Vector to copy.public void setInventoryMemoryRPCollection(List<InventoryMemoryRP> inventoryMemoryRPList)
inventoryMemoryRPList - the Vector to set.
public void setInventorySoftwareRP(int index,
InventorySoftwareRP vInventorySoftwareRP)
throws IndexOutOfBoundsException
index - vInventorySoftwareRP -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setInventorySoftwareRP(InventorySoftwareRP[] vInventorySoftwareRPArray)
vInventorySoftwareRPArray - public void setInventorySoftwareRP(List<InventorySoftwareRP> vInventorySoftwareRPList)
vInventorySoftwareRPList - the Vector to copy.public void setInventorySoftwareRPCollection(List<InventorySoftwareRP> inventorySoftwareRPList)
inventorySoftwareRPList - the Vector to set.public void setName(String name)
name - the value of field 'name'.
public void setTupleRP(int index,
TupleRP vTupleRP)
throws IndexOutOfBoundsException
index - vTupleRP -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setTupleRP(TupleRP[] vTupleRPArray)
vTupleRPArray - public void setTupleRP(List<TupleRP> vTupleRPList)
vTupleRPList - the Vector to copy.public void setTupleRPCollection(List<TupleRP> tupleRPList)
tupleRPList - the Vector to set.
public static InventoryElement2RP unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||