public class Varbindsdecode extends Object implements Serializable
| Constructor and Description |
|---|
Varbindsdecode() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDecode(Decode decode) |
void |
addDecode(int index,
Decode decode) |
Enumeration<Decode> |
enumerateDecode() |
boolean |
equals(Object obj) |
Decode[] |
getDecode() |
Decode |
getDecode(int index) |
List<Decode> |
getDecodeCollection() |
int |
getDecodeCount() |
String |
getParmid() |
int |
hashCode() |
boolean |
isValid() |
Iterator<Decode> |
iterateDecode() |
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
removeAllDecode() |
boolean |
removeDecode(Decode decode) |
Decode |
removeDecodeAt(int index) |
void |
setDecode(Decode[] decodes) |
void |
setDecode(int index,
Decode decode) |
void |
setDecode(List<Decode> decodes) |
void |
setDecodeCollection(List<Decode> decodes) |
void |
setParmid(String parmid) |
static Varbindsdecode |
unmarshal(Reader reader) |
void |
validate() |
public String getParmid()
public void setParmid(String parmid)
public Decode[] getDecode()
public Decode getDecode(int index) throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionpublic int getDecodeCount()
public Enumeration<Decode> enumerateDecode()
public void setDecode(int index,
Decode decode)
throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionpublic void setDecode(Decode[] decodes)
public void addDecode(Decode decode) throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionpublic void addDecode(int index,
Decode decode)
throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionpublic void removeAllDecode()
public boolean removeDecode(Decode decode)
public Decode removeDecodeAt(int index)
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 Varbindsdecode 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.ValidationExceptionCopyright © 2015. All rights reserved.