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
IndexOutOfBoundsException
public int getDecodeCount()
public Enumeration<Decode> enumerateDecode()
public void setDecode(int index, Decode decode) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public void setDecode(Decode[] decodes)
public void addDecode(Decode decode) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public void addDecode(int index, Decode decode) throws IndexOutOfBoundsException
IndexOutOfBoundsException
public 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.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 Varbindsdecode 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
Copyright © 2017. All rights reserved.