|
Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10659-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.soa.management.util.PageableFilter
oracle.soa.management.util.EDNFaultFilter
public class EDNFaultFilter
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 |
---|
public EDNFaultFilter()
Method Detail |
---|
public java.lang.String getFaultId()
public void setFaultId(java.lang.String faultId)
public java.lang.String getEventName()
public void setEventName(java.lang.String eventName)
public java.lang.String getEventNS()
public void setEventNS(java.lang.String eventNS)
public void setEvent(javax.xml.namespace.QName event)
public java.lang.String getSubscriberName()
public void setSubscriberName(java.lang.String subscriberName)
public oracle.soa.management.facade.edn.EDNFault.SubscriberType getSubscriberType()
public void setSubscriberType(oracle.soa.management.facade.edn.EDNFault.SubscriberType subscriberType)
public java.lang.String getErrorCode()
public void setErrorCode(java.lang.String errorCode)
public java.lang.String getErrorMsg()
public void setErrorMsg(java.lang.String errorMsg)
public java.util.Date getMinCreationDate()
public void setMinCreationDate(java.util.Date minCreationDate)
public java.util.Date getMaxCreationDate()
public void setMaxCreationDate(java.util.Date maxCreationDate)
public oracle.soa.management.facade.edn.EDNFault.State getState()
public void setState(oracle.soa.management.facade.edn.EDNFault.State state)
|
Oracle Fusion Middleware Infrastructure Management Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10659-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |