|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.report.inventory.Nbisinglenode
public class Nbisinglenode
Class Nbisinglenode.
| Constructor Summary | |
|---|---|
Nbisinglenode()
|
|
| Method Summary | |
|---|---|
void |
addInventoryElement2RP(int index,
InventoryElement2RP vInventoryElement2RP)
|
void |
addInventoryElement2RP(InventoryElement2RP vInventoryElement2RP)
|
Enumeration<InventoryElement2RP> |
enumerateInventoryElement2RP()
Method enumerateInventoryElement2RP. |
String |
getComment()
Returns the value of field 'comment'. |
String |
getConfigurationurl()
Returns the value of field 'configurationurl'. |
Date |
getCreationdate()
Returns the value of field 'creationdate'. |
String |
getDevicename()
Returns the value of field 'devicename'. |
String |
getGroupname()
Returns the value of field 'groupname'. |
InventoryElement2RP[] |
getInventoryElement2RP()
Method getInventoryElement2RP.Returns the contents of the collection in an Array. |
InventoryElement2RP |
getInventoryElement2RP(int index)
Method getInventoryElement2RP. |
List<InventoryElement2RP> |
getInventoryElement2RPCollection()
Method getInventoryElement2RPCollection.Returns a reference to '_inventoryElement2RPList'. |
int |
getInventoryElement2RPCount()
Method getInventoryElement2RPCount. |
String |
getStatus()
Returns the value of field 'status'. |
String |
getSwconfigurationurl()
Returns the value of field 'swconfigurationurl'. |
String |
getVersion()
Returns the value of field 'version'. |
boolean |
isValid()
Method isValid. |
Iterator<InventoryElement2RP> |
iterateInventoryElement2RP()
Method iterateInventoryElement2RP. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
removeAllInventoryElement2RP()
|
boolean |
removeInventoryElement2RP(InventoryElement2RP vInventoryElement2RP)
Method removeInventoryElement2RP. |
InventoryElement2RP |
removeInventoryElement2RPAt(int index)
Method removeInventoryElement2RPAt. |
void |
setComment(String comment)
Sets the value of field 'comment'. |
void |
setConfigurationurl(String configurationurl)
Sets the value of field 'configurationurl'. |
void |
setCreationdate(Date creationdate)
Sets the value of field 'creationdate'. |
void |
setDevicename(String devicename)
Sets the value of field 'devicename'. |
void |
setGroupname(String groupname)
Sets the value of field 'groupname'. |
void |
setInventoryElement2RP(int index,
InventoryElement2RP vInventoryElement2RP)
|
void |
setInventoryElement2RP(InventoryElement2RP[] vInventoryElement2RPArray)
|
void |
setInventoryElement2RP(List<InventoryElement2RP> vInventoryElement2RPList)
Sets the value of '_inventoryElement2RPList' by copying the given Vector. |
void |
setInventoryElement2RPCollection(List<InventoryElement2RP> inventoryElement2RPList)
Deprecated. |
void |
setStatus(String status)
Sets the value of field 'status'. |
void |
setSwconfigurationurl(String swconfigurationurl)
Sets the value of field 'swconfigurationurl'. |
void |
setVersion(String version)
Sets the value of field 'version'. |
static Nbisinglenode |
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 Nbisinglenode()
| Method Detail |
|---|
public void addInventoryElement2RP(InventoryElement2RP vInventoryElement2RP)
throws IndexOutOfBoundsException
vInventoryElement2RP -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addInventoryElement2RP(int index,
InventoryElement2RP vInventoryElement2RP)
throws IndexOutOfBoundsException
index - vInventoryElement2RP -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic Enumeration<InventoryElement2RP> enumerateInventoryElement2RP()
public String getComment()
public String getConfigurationurl()
public Date getCreationdate()
public String getDevicename()
public String getGroupname()
public InventoryElement2RP getInventoryElement2RP(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic InventoryElement2RP[] getInventoryElement2RP()
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<InventoryElement2RP> getInventoryElement2RPCollection()
public int getInventoryElement2RPCount()
public String getStatus()
public String getSwconfigurationurl()
public String getVersion()
public boolean isValid()
public Iterator<InventoryElement2RP> iterateInventoryElement2RP()
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 removeAllInventoryElement2RP()
public boolean removeInventoryElement2RP(InventoryElement2RP vInventoryElement2RP)
vInventoryElement2RP -
public InventoryElement2RP removeInventoryElement2RPAt(int index)
index -
public void setComment(String comment)
comment - the value of field 'comment'.public void setConfigurationurl(String configurationurl)
configurationurl - the value of field 'configurationurl'public void setCreationdate(Date creationdate)
creationdate - the value of field 'creationdate'.public void setDevicename(String devicename)
devicename - the value of field 'devicename'.public void setGroupname(String groupname)
groupname - the value of field 'groupname'.
public void setInventoryElement2RP(int index,
InventoryElement2RP vInventoryElement2RP)
throws IndexOutOfBoundsException
index - vInventoryElement2RP -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setInventoryElement2RP(InventoryElement2RP[] vInventoryElement2RPArray)
vInventoryElement2RPArray - public void setInventoryElement2RP(List<InventoryElement2RP> vInventoryElement2RPList)
vInventoryElement2RPList - the Vector to copy.public void setInventoryElement2RPCollection(List<InventoryElement2RP> inventoryElement2RPList)
inventoryElement2RPList - the Vector to set.public void setStatus(String status)
status - the value of field 'status'.public void setSwconfigurationurl(String swconfigurationurl)
swconfigurationurl - the value of field
'swconfigurationurl'.public void setVersion(String version)
version - the value of field 'version'.
public static Nbisinglenode 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 | |||||||||