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
IndexOutOfBoundsException
public String[] getVbvalue()
public int getVbvalueCount()
public void setVbvalue(int index, String value) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public void setVbvalue(String[] values)
public void addVbvalue(String value) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public void addVbvalue(int index, String value) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public 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.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public static Varbind unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
public EventMatcher constructMatcher()
Copyright © 2015. All rights reserved.