public class Varbind extends Object implements Serializable
| Constructor and Description |
|---|
Varbind() |
| Modifier and Type | Method and Description |
|---|---|
void |
addVbvalue(int index,
String value) |
void |
addVbvalue(String value) |
EventMatcher |
constructMatcher() |
void |
deleteVbnumber() |
Enumeration<String> |
enumerateVbvalue() |
boolean |
equals(Object obj) |
String |
getTextualConvention() |
Integer |
getVbnumber() |
String[] |
getVbvalue() |
String |
getVbvalue(int index) |
List<String> |
getVbvalueCollection() |
int |
getVbvalueCount() |
int |
hashCode() |
boolean |
hasVbnumber() |
boolean |
isValid() |
Iterator<String> |
iterateVbvalue() |
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
removeAllVbvalue() |
boolean |
removeVbvalue(String value) |
String |
removeVbvalueAt(int index) |
void |
setTextualConvention(String textualConvention) |
void |
setVbnumber(Integer vbnumber) |
void |
setVbvalue(int index,
String value) |
void |
setVbvalue(List<String> values) |
void |
setVbvalue(String[] values) |
void |
setVbvalueCollection(List<String> values) |
static Varbind |
unmarshal(Reader reader) |
void |
validate() |
public String getTextualConvention()
public void setTextualConvention(String textualConvention)
public Integer getVbnumber()
public void setVbnumber(Integer vbnumber)
public void deleteVbnumber()
public boolean hasVbnumber()
public String getVbvalue(int index) throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionpublic String[] getVbvalue()
public int getVbvalueCount()
public void setVbvalue(int index,
String value)
throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionpublic void setVbvalue(String[] values)
public void addVbvalue(String value) throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionpublic void addVbvalue(int index,
String value)
throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionpublic void removeAllVbvalue()
public boolean removeVbvalue(String value)
public String removeVbvalueAt(int index)
public Enumeration<String> enumerateVbvalue()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic static Varbind unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionpublic EventMatcher constructMatcher()
Copyright © 2017. All rights reserved.