com.hp.ov.nms.sdk.incident
Class IncidentBeanServiceStub.Nature

java.lang.Object
  extended by com.hp.ov.nms.sdk.incident.IncidentBeanServiceStub.Nature
All Implemented Interfaces:
org.apache.axis2.databinding.ADBBean
Enclosing class:
IncidentBeanServiceStub

public static class IncidentBeanServiceStub.Nature
extends java.lang.Object
implements org.apache.axis2.databinding.ADBBean


Nested Class Summary
static class IncidentBeanServiceStub.Nature.Factory
          Factory class that keeps the parse method
 
Field Summary
static java.lang.String _INFO
           
static java.lang.String _NONE
           
static java.lang.String _ROOTCAUSE
           
static java.lang.String _SECONDARYROOTCAUSE
           
static java.lang.String _SERVICEIMPACT
           
static java.lang.String _STREAMCORRELATION
           
static java.lang.String _SYMPTOM
           
static IncidentBeanServiceStub.Nature INFO
           
protected  java.lang.String localNature
          field for Nature
static javax.xml.namespace.QName MY_QNAME
           
static IncidentBeanServiceStub.Nature NONE
           
static IncidentBeanServiceStub.Nature ROOTCAUSE
           
static IncidentBeanServiceStub.Nature SECONDARYROOTCAUSE
           
static IncidentBeanServiceStub.Nature SERVICEIMPACT
           
static IncidentBeanServiceStub.Nature STREAMCORRELATION
           
static IncidentBeanServiceStub.Nature SYMPTOM
           
 
Constructor Summary
protected IncidentBeanServiceStub.Nature(java.lang.String value, boolean isRegisterValue)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axiom.om.OMElement getOMElement(javax.xml.namespace.QName parentQName, org.apache.axiom.om.OMFactory factory)
           
 javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.QName qName)
          databinding method to get an XML representation of this object
 java.lang.String getValue()
           
 int hashCode()
           
static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader reader)
          isReaderMTOMAware
 void serialize(javax.xml.namespace.QName parentQName, org.apache.axiom.om.OMFactory factory, org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MY_QNAME

public static final javax.xml.namespace.QName MY_QNAME

_ROOTCAUSE

public static final java.lang.String _ROOTCAUSE

_SECONDARYROOTCAUSE

public static final java.lang.String _SECONDARYROOTCAUSE

_SYMPTOM

public static final java.lang.String _SYMPTOM

_SERVICEIMPACT

public static final java.lang.String _SERVICEIMPACT

_STREAMCORRELATION

public static final java.lang.String _STREAMCORRELATION

_NONE

public static final java.lang.String _NONE

_INFO

public static final java.lang.String _INFO

ROOTCAUSE

public static final IncidentBeanServiceStub.Nature ROOTCAUSE

SECONDARYROOTCAUSE

public static final IncidentBeanServiceStub.Nature SECONDARYROOTCAUSE

SYMPTOM

public static final IncidentBeanServiceStub.Nature SYMPTOM

SERVICEIMPACT

public static final IncidentBeanServiceStub.Nature SERVICEIMPACT

STREAMCORRELATION

public static final IncidentBeanServiceStub.Nature STREAMCORRELATION

NONE

public static final IncidentBeanServiceStub.Nature NONE

INFO

public static final IncidentBeanServiceStub.Nature INFO

localNature

protected java.lang.String localNature
field for Nature

Constructor Detail

IncidentBeanServiceStub.Nature

protected IncidentBeanServiceStub.Nature(java.lang.String value,
                                         boolean isRegisterValue)
Method Detail

getValue

public java.lang.String getValue()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

isReaderMTOMAware

public static boolean isReaderMTOMAware(javax.xml.stream.XMLStreamReader reader)
isReaderMTOMAware

Returns:
true if the reader supports MTOM

getOMElement

public org.apache.axiom.om.OMElement getOMElement(javax.xml.namespace.QName parentQName,
                                                  org.apache.axiom.om.OMFactory factory)
                                           throws org.apache.axis2.databinding.ADBException
Parameters:
parentQName -
factory -
Returns:
org.apache.axiom.om.OMElement
Throws:
org.apache.axis2.databinding.ADBException

serialize

public void serialize(javax.xml.namespace.QName parentQName,
                      org.apache.axiom.om.OMFactory factory,
                      org.apache.axis2.databinding.utils.writer.MTOMAwareXMLStreamWriter xmlWriter)
               throws javax.xml.stream.XMLStreamException,
                      org.apache.axis2.databinding.ADBException
Throws:
javax.xml.stream.XMLStreamException
org.apache.axis2.databinding.ADBException

getPullParser

public javax.xml.stream.XMLStreamReader getPullParser(javax.xml.namespace.QName qName)
                                               throws org.apache.axis2.databinding.ADBException
databinding method to get an XML representation of this object

Specified by:
getPullParser in interface org.apache.axis2.databinding.ADBBean
Throws:
org.apache.axis2.databinding.ADBException