|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.jmx.adaptor.snmp.config.notification.Mapping
Class Mapping.
Constructor Summary | |
Mapping()
|
Method Summary | |
String |
getEnterprise()
Method getEnterpriseReturns the value of field 'enterprise'. |
int |
getGeneric()
Method getGenericReturns the value of field 'generic'. |
String |
getNotificationType()
Method getNotificationTypeReturns the value of field 'notificationType'. |
int |
getSpecific()
Method getSpecificReturns the value of field 'specific'. |
VarBindList |
getVarBindList()
Method getVarBindListReturns the value of field 'varBindList'. |
boolean |
hasGeneric()
Method hasGeneric |
boolean |
hasSpecific()
Method hasSpecific |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
setEnterprise(String enterprise)
Method setEnterpriseSets the value of field 'enterprise'. |
void |
setGeneric(int generic)
Method setGenericSets the value of field 'generic'. |
void |
setNotificationType(String notificationType)
Method setNotificationTypeSets the value of field 'notificationType'. |
void |
setSpecific(int specific)
Method setSpecificSets the value of field 'specific'. |
void |
setVarBindList(VarBindList varBindList)
Method setVarBindListSets the value of field 'varBindList'. |
static Mapping |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Mapping()
Method Detail |
public String getEnterprise()
public int getGeneric()
public String getNotificationType()
public int getSpecific()
public VarBindList getVarBindList()
public boolean hasGeneric()
public boolean hasSpecific()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
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
handler
-
IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setEnterprise(String enterprise)
enterprise
- the value of field 'enterprise'.public void setGeneric(int generic)
generic
- the value of field 'generic'.public void setNotificationType(String notificationType)
notificationType
- the value of field 'notificationType'public void setSpecific(int specific)
specific
- the value of field 'specific'.public void setVarBindList(VarBindList varBindList)
varBindList
- the value of field 'varBindList'.public static Mapping unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |