Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.4.0)
E10659-03


oracle.soa.management.util
Class EDNFaultFilter

java.lang.Object
  extended by oracle.soa.management.util.PageableFilter
      extended by oracle.soa.management.util.EDNFaultFilter

All Implemented Interfaces:
java.io.Serializable

public class EDNFaultFilter
extends PageableFilter
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
EDNFaultFilter()
           

 

Method Summary
 java.lang.String getErrorCode()
          Get the error message substring
 java.lang.String getErrorMsg()
          Get the error message substring
 java.lang.String getEventName()
          Get the event name(local part)
 java.lang.String getEventNS()
          Get the event namespace
 java.lang.String getFaultId()
          Get fault id
 java.util.Date getMaxCreationDate()
          Get the maximum creation date
 java.util.Date getMinCreationDate()
          Get the minimum creation date
 oracle.soa.management.facade.edn.EDNFault.State getState()
          Get the fault states
 java.lang.String getSubscriberName()
          Get subscriber name
 oracle.soa.management.facade.edn.EDNFault.SubscriberType getSubscriberType()
          Get the subscriber type
 void setErrorCode(java.lang.String errorCode)
          Set the error message substring
 void setErrorMsg(java.lang.String errorMsg)
          Set the error message substring
 void setEvent(javax.xml.namespace.QName event)
          Set the event(QName)
 void setEventName(java.lang.String eventName)
          Set the event name (local part)
 void setEventNS(java.lang.String eventNS)
          Set the event namespace
 void setFaultId(java.lang.String faultId)
          Set fault id
 void setMaxCreationDate(java.util.Date maxCreationDate)
          Set the maximum creation date
 void setMinCreationDate(java.util.Date minCreationDate)
          Set the minimum creation date
 void setState(oracle.soa.management.facade.edn.EDNFault.State state)
          Set the fault states
 void setSubscriberName(java.lang.String subscriberName)
          Set the subscriber name
 void setSubscriberType(oracle.soa.management.facade.edn.EDNFault.SubscriberType subscriberType)
          Set the subscriber type

 

Methods inherited from class oracle.soa.management.util.PageableFilter
getPageSize, getPageStart, setPageSize, setPageStart

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

EDNFaultFilter

public EDNFaultFilter()

Method Detail

getFaultId

public java.lang.String getFaultId()
Get fault id

setFaultId

public void setFaultId(java.lang.String faultId)
Set fault id

getEventName

public java.lang.String getEventName()
Get the event name(local part)

setEventName

public void setEventName(java.lang.String eventName)
Set the event name (local part)

getEventNS

public java.lang.String getEventNS()
Get the event namespace

setEventNS

public void setEventNS(java.lang.String eventNS)
Set the event namespace

setEvent

public void setEvent(javax.xml.namespace.QName event)
Set the event(QName)

getSubscriberName

public java.lang.String getSubscriberName()
Get subscriber name

setSubscriberName

public void setSubscriberName(java.lang.String subscriberName)
Set the subscriber name

getSubscriberType

public oracle.soa.management.facade.edn.EDNFault.SubscriberType getSubscriberType()
Get the subscriber type

setSubscriberType

public void setSubscriberType(oracle.soa.management.facade.edn.EDNFault.SubscriberType subscriberType)
Set the subscriber type

getErrorCode

public java.lang.String getErrorCode()
Get the error message substring

setErrorCode

public void setErrorCode(java.lang.String errorCode)
Set the error message substring

getErrorMsg

public java.lang.String getErrorMsg()
Get the error message substring

setErrorMsg

public void setErrorMsg(java.lang.String errorMsg)
Set the error message substring

getMinCreationDate

public java.util.Date getMinCreationDate()
Get the minimum creation date

setMinCreationDate

public void setMinCreationDate(java.util.Date minCreationDate)
Set the minimum creation date

getMaxCreationDate

public java.util.Date getMaxCreationDate()
Get the maximum creation date

setMaxCreationDate

public void setMaxCreationDate(java.util.Date maxCreationDate)
Set the maximum creation date

getState

public oracle.soa.management.facade.edn.EDNFault.State getState()
Get the fault states

setState

public void setState(oracle.soa.management.facade.edn.EDNFault.State state)
Set the fault states

Skip navigation links

Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.4.0)
E10659-03


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.