Skip navigation links


oracle.iam.reconciliation.reconconfig.vo
Class MatchingruleType

java.lang.Object
  extended by oracle.iam.reconciliation.reconconfig.vo.MatchingruleType


public class MatchingruleType
extends java.lang.Object

Java class for matchingrule-type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="matchingrule_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="operator" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="reconfield" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="oimfield" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
MatchingruleType()
           

 

Method Summary
 java.lang.String getOimfield()
          Gets the value of the oimfield property.
 java.lang.String getOperator()
          Gets the value of the operator property.
 java.lang.String getReconfield()
          Gets the value of the reconfield property.
 void setOimfield(java.lang.String value)
          Sets the value of the oimfield property.
 void setOperator(java.lang.String value)
          Sets the value of the operator property.
 void setReconfield(java.lang.String value)
          Sets the value of the reconfield property.

 

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

 

Constructor Detail

MatchingruleType

public MatchingruleType()

Method Detail

getOperator

public java.lang.String getOperator()
Gets the value of the operator property.
Returns:
possible object is String

setOperator

public void setOperator(java.lang.String value)
Sets the value of the operator property.
Parameters:
value - allowed object is String

getReconfield

public java.lang.String getReconfield()
Gets the value of the reconfield property.
Returns:
possible object is String

setReconfield

public void setReconfield(java.lang.String value)
Sets the value of the reconfield property.
Parameters:
value - allowed object is String

getOimfield

public java.lang.String getOimfield()
Gets the value of the oimfield property.
Returns:
possible object is String

setOimfield

public void setOimfield(java.lang.String value)
Sets the value of the oimfield property.
Parameters:
value - allowed object is String

Skip navigation links


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