|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.config.linkd.Vendor
public class Vendor
Class Vendor.
| Constructor Summary | |
|---|---|
Vendor()
|
|
| Method Summary | |
|---|---|
void |
addExcludeRange(ExcludeRange vExcludeRange)
|
void |
addExcludeRange(int index,
ExcludeRange vExcludeRange)
|
void |
addIncludeRange(IncludeRange vIncludeRange)
|
void |
addIncludeRange(int index,
IncludeRange vIncludeRange)
|
void |
addSpecific(int index,
String vSpecific)
|
void |
addSpecific(String vSpecific)
|
Enumeration<ExcludeRange> |
enumerateExcludeRange()
Method enumerateExcludeRange. |
Enumeration<IncludeRange> |
enumerateIncludeRange()
Method enumerateIncludeRange. |
Enumeration<String> |
enumerateSpecific()
Method enumerateSpecific. |
String |
getClassName()
Returns the value of field 'className'. |
ExcludeRange[] |
getExcludeRange()
Method getExcludeRange.Returns the contents of the collection in an Array. |
ExcludeRange |
getExcludeRange(int index)
Method getExcludeRange. |
List<ExcludeRange> |
getExcludeRangeCollection()
Method getExcludeRangeCollection.Returns a reference to '_excludeRangeList'. |
int |
getExcludeRangeCount()
Method getExcludeRangeCount. |
IncludeRange[] |
getIncludeRange()
Method getIncludeRange.Returns the contents of the collection in an Array. |
IncludeRange |
getIncludeRange(int index)
Method getIncludeRange. |
List<IncludeRange> |
getIncludeRangeCollection()
Method getIncludeRangeCollection.Returns a reference to '_includeRangeList'. |
int |
getIncludeRangeCount()
Method getIncludeRangeCount. |
String[] |
getSpecific()
Method getSpecific.Returns the contents of the collection in an Array. |
String |
getSpecific(int index)
Method getSpecific. |
List<String> |
getSpecificCollection()
Method getSpecificCollection.Returns a reference to '_specificList'. |
int |
getSpecificCount()
Method getSpecificCount. |
String |
getSysoidRootMask()
Returns the value of field 'sysoidRootMask'. |
String |
getVendor_name()
Returns the value of field 'vendor_name'. |
boolean |
isValid()
Method isValid. |
Iterator<ExcludeRange> |
iterateExcludeRange()
Method iterateExcludeRange. |
Iterator<IncludeRange> |
iterateIncludeRange()
Method iterateIncludeRange. |
Iterator<String> |
iterateSpecific()
Method iterateSpecific. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
removeAllExcludeRange()
|
void |
removeAllIncludeRange()
|
void |
removeAllSpecific()
|
boolean |
removeExcludeRange(ExcludeRange vExcludeRange)
Method removeExcludeRange. |
ExcludeRange |
removeExcludeRangeAt(int index)
Method removeExcludeRangeAt. |
boolean |
removeIncludeRange(IncludeRange vIncludeRange)
Method removeIncludeRange. |
IncludeRange |
removeIncludeRangeAt(int index)
Method removeIncludeRangeAt. |
boolean |
removeSpecific(String vSpecific)
Method removeSpecific. |
String |
removeSpecificAt(int index)
Method removeSpecificAt. |
void |
setClassName(String className)
Sets the value of field 'className'. |
void |
setExcludeRange(ExcludeRange[] vExcludeRangeArray)
|
void |
setExcludeRange(int index,
ExcludeRange vExcludeRange)
|
void |
setExcludeRange(List<ExcludeRange> vExcludeRangeList)
Sets the value of '_excludeRangeList' by copying the given Vector. |
void |
setExcludeRangeCollection(List<ExcludeRange> excludeRangeList)
Deprecated. |
void |
setIncludeRange(IncludeRange[] vIncludeRangeArray)
|
void |
setIncludeRange(int index,
IncludeRange vIncludeRange)
|
void |
setIncludeRange(List<IncludeRange> vIncludeRangeList)
Sets the value of '_includeRangeList' by copying the given Vector. |
void |
setIncludeRangeCollection(List<IncludeRange> includeRangeList)
Deprecated. |
void |
setSpecific(int index,
String vSpecific)
|
void |
setSpecific(List<String> vSpecificList)
Sets the value of '_specificList' by copying the given Vector. |
void |
setSpecific(String[] vSpecificArray)
|
void |
setSpecificCollection(List<String> specificList)
Deprecated. |
void |
setSysoidRootMask(String sysoidRootMask)
Sets the value of field 'sysoidRootMask'. |
void |
setVendor_name(String vendor_name)
Sets the value of field 'vendor_name'. |
static Vendor |
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 Vendor()
| Method Detail |
|---|
public void addExcludeRange(ExcludeRange vExcludeRange)
throws IndexOutOfBoundsException
vExcludeRange -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addExcludeRange(int index,
ExcludeRange vExcludeRange)
throws IndexOutOfBoundsException
index - vExcludeRange -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addIncludeRange(IncludeRange vIncludeRange)
throws IndexOutOfBoundsException
vIncludeRange -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addIncludeRange(int index,
IncludeRange vIncludeRange)
throws IndexOutOfBoundsException
index - vIncludeRange -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addSpecific(String vSpecific)
throws IndexOutOfBoundsException
vSpecific -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collection
public void addSpecific(int index,
String vSpecific)
throws IndexOutOfBoundsException
index - vSpecific -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic Enumeration<ExcludeRange> enumerateExcludeRange()
public Enumeration<IncludeRange> enumerateIncludeRange()
public Enumeration<String> enumerateSpecific()
public String getClassName()
public ExcludeRange getExcludeRange(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic ExcludeRange[] getExcludeRange()
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<ExcludeRange> getExcludeRangeCollection()
public int getExcludeRangeCount()
public IncludeRange getIncludeRange(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic IncludeRange[] getIncludeRange()
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<IncludeRange> getIncludeRangeCollection()
public int getIncludeRangeCount()
public String getSpecific(int index)
throws IndexOutOfBoundsException
index -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic String[] getSpecific()
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<String> getSpecificCollection()
public int getSpecificCount()
public String getSysoidRootMask()
public String getVendor_name()
public boolean isValid()
public Iterator<ExcludeRange> iterateExcludeRange()
public Iterator<IncludeRange> iterateIncludeRange()
public Iterator<String> iterateSpecific()
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 removeAllExcludeRange()
public void removeAllIncludeRange()
public void removeAllSpecific()
public boolean removeExcludeRange(ExcludeRange vExcludeRange)
vExcludeRange -
public ExcludeRange removeExcludeRangeAt(int index)
index -
public boolean removeIncludeRange(IncludeRange vIncludeRange)
vIncludeRange -
public IncludeRange removeIncludeRangeAt(int index)
index -
public boolean removeSpecific(String vSpecific)
vSpecific -
public String removeSpecificAt(int index)
index -
public void setClassName(String className)
className - the value of field 'className'.
public void setExcludeRange(int index,
ExcludeRange vExcludeRange)
throws IndexOutOfBoundsException
index - vExcludeRange -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setExcludeRange(ExcludeRange[] vExcludeRangeArray)
vExcludeRangeArray - public void setExcludeRange(List<ExcludeRange> vExcludeRangeList)
vExcludeRangeList - the Vector to copy.public void setExcludeRangeCollection(List<ExcludeRange> excludeRangeList)
excludeRangeList - the Vector to set.
public void setIncludeRange(int index,
IncludeRange vIncludeRange)
throws IndexOutOfBoundsException
index - vIncludeRange -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setIncludeRange(IncludeRange[] vIncludeRangeArray)
vIncludeRangeArray - public void setIncludeRange(List<IncludeRange> vIncludeRangeList)
vIncludeRangeList - the Vector to copy.public void setIncludeRangeCollection(List<IncludeRange> includeRangeList)
includeRangeList - the Vector to set.
public void setSpecific(int index,
String vSpecific)
throws IndexOutOfBoundsException
index - vSpecific -
IndexOutOfBoundsException - if the index
given is outside the bounds of the collectionpublic void setSpecific(String[] vSpecificArray)
vSpecificArray - public void setSpecific(List<String> vSpecificList)
vSpecificList - the Vector to copy.public void setSpecificCollection(List<String> specificList)
specificList - the Vector to set.public void setSysoidRootMask(String sysoidRootMask)
sysoidRootMask - the value of field 'sysoidRootMask'.public void setVendor_name(String vendor_name)
vendor_name - the value of field 'vendor_name'.
public static Vendor 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 | ||||||||