Skip navigation links


oracle.iam.reconciliation.reconconfig.vo
Class MultivalfieldType

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


public class MultivalfieldType
extends java.lang.Object

Java class for multivalfield-type complex type.

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

 <complexType name="multivalfield_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="reconfield" type="{http://www.oracle.com/schema/oim/recon/reconconfig}field-type"/>
       </sequence>
       <attribute name="reconfieldname" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="oimfieldname" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
MultivalfieldType()
           

 

Method Summary
 java.lang.String getOimfieldname()
          Gets the value of the oimfieldname property.
 FieldType getReconfield()
          Gets the value of the reconfield property.
 java.lang.String getReconfieldname()
          Gets the value of the reconfieldname property.
 void setOimfieldname(java.lang.String value)
          Sets the value of the oimfieldname property.
 void setReconfield(FieldType value)
          Sets the value of the reconfield property.
 void setReconfieldname(java.lang.String value)
          Sets the value of the reconfieldname property.

 

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

 

Constructor Detail

MultivalfieldType

public MultivalfieldType()

Method Detail

getReconfield

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

setReconfield

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

getReconfieldname

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

setReconfieldname

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

getOimfieldname

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

setOimfieldname

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

Skip navigation links


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