Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1)

E16598-01


com.flashline.registry.openapi.entity
Class IExtraction

java.lang.Object
  extended by com.flashline.registry.openapi.entity.IExtraction

All Implemented Interfaces:
java.io.Serializable

public class IExtraction
extends java.lang.Object
implements java.io.Serializable

Lightweight representation of an extraction/usage's state. Possible states can be retrieved using the getStates() method.

See Also:
Serialized Form

Constructor Summary
IExtraction()
           
IExtraction(java.lang.String accepted, java.lang.String inProcess, java.lang.String rejected, java.lang.String[] states)
           

 

Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAccepted()
          Gets the accepted value for this IExtraction.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getInProcess()
          Gets the inProcess value for this IExtraction.
 java.lang.String getRejected()
          Gets the rejected value for this IExtraction.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String[] getStates()
          Gets the states value for this IExtraction.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAccepted(java.lang.String accepted)
          Sets the accepted value for this IExtraction.
 void setInProcess(java.lang.String inProcess)
          Sets the inProcess value for this IExtraction.
 void setRejected(java.lang.String rejected)
          Sets the rejected value for this IExtraction.
 void setStates(java.lang.String[] states)
          Sets the states value for this IExtraction.

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

IExtraction

public IExtraction()

IExtraction

public IExtraction(java.lang.String accepted,
                   java.lang.String inProcess,
                   java.lang.String rejected,
                   java.lang.String[] states)

Method Detail

getAccepted

public java.lang.String getAccepted()
Gets the accepted value for this IExtraction.
Returns:
accepted

setAccepted

public void setAccepted(java.lang.String accepted)
Sets the accepted value for this IExtraction.
Parameters:
accepted -

getInProcess

public java.lang.String getInProcess()
Gets the inProcess value for this IExtraction.
Returns:
inProcess

setInProcess

public void setInProcess(java.lang.String inProcess)
Sets the inProcess value for this IExtraction.
Parameters:
inProcess -

getRejected

public java.lang.String getRejected()
Gets the rejected value for this IExtraction.
Returns:
rejected

setRejected

public void setRejected(java.lang.String rejected)
Sets the rejected value for this IExtraction.
Parameters:
rejected -

getStates

public java.lang.String[] getStates()
Gets the states value for this IExtraction.
Returns:
states

setStates

public void setStates(java.lang.String[] states)
Sets the states value for this IExtraction.
Parameters:
states -

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

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer

Skip navigation links

Oracle© Fusion Middleware Extensibility Framework (REX) for Oracle Enterprise Repository
11g Release 1 (11.1.1)

E16598-01


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