Skip navigation links


oracle.iam.reconciliation.profileconfig.vo
Class FieldType

java.lang.Object
  extended by oracle.iam.reconciliation.profileconfig.vo.FieldType


public class FieldType
extends java.lang.Object

Java class for field-type complex type.

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

 <complexType name="field_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Transformation" type="{http://www.oracle.com/schema/oim/recon/profile}transformation-type" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="default" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="order" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="encrypted" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="keyfield" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
FieldType()
           

 

Method Summary
 java.lang.String getDefault()
          Gets the value of the default property.
 java.lang.String getName()
          Gets the value of the name property.
 java.math.BigInteger getOrder()
          Gets the value of the order property.
 java.math.BigInteger getSize()
          Gets the value of the size property.
 TransformationType getTransformation()
          Gets the value of the transformation property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.Boolean isEncrypted()
          Gets the value of the encrypted property.
 java.lang.Boolean isKeyfield()
          Gets the value of the keyfield property.
 java.lang.Boolean isRequired()
          Gets the value of the required property.
 void setDefault(java.lang.String value)
          Sets the value of the default property.
 void setEncrypted(java.lang.Boolean value)
          Sets the value of the encrypted property.
 void setKeyfield(java.lang.Boolean value)
          Sets the value of the keyfield property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setOrder(java.math.BigInteger value)
          Sets the value of the order property.
 void setRequired(java.lang.Boolean value)
          Sets the value of the required property.
 void setSize(java.math.BigInteger value)
          Sets the value of the size property.
 void setTransformation(TransformationType value)
          Sets the value of the transformation property.
 void setType(java.lang.String value)
          Sets the value of the type property.

 

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

 

Constructor Detail

FieldType

public FieldType()

Method Detail

getTransformation

public TransformationType getTransformation()
Gets the value of the transformation property.
Returns:
possible object is TransformationType

setTransformation

public void setTransformation(TransformationType value)
Sets the value of the transformation property.
Parameters:
value - allowed object is TransformationType

getName

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

setName

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

getType

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

setType

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

getSize

public java.math.BigInteger getSize()
Gets the value of the size property.
Returns:
possible object is BigInteger

setSize

public void setSize(java.math.BigInteger value)
Sets the value of the size property.
Parameters:
value - allowed object is BigInteger

getDefault

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

setDefault

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

getOrder

public java.math.BigInteger getOrder()
Gets the value of the order property.
Returns:
possible object is BigInteger

setOrder

public void setOrder(java.math.BigInteger value)
Sets the value of the order property.
Parameters:
value - allowed object is BigInteger

isRequired

public java.lang.Boolean isRequired()
Gets the value of the required property.
Returns:
possible object is Boolean

setRequired

public void setRequired(java.lang.Boolean value)
Sets the value of the required property.
Parameters:
value - allowed object is Boolean

isEncrypted

public java.lang.Boolean isEncrypted()
Gets the value of the encrypted property.
Returns:
possible object is Boolean

setEncrypted

public void setEncrypted(java.lang.Boolean value)
Sets the value of the encrypted property.
Parameters:
value - allowed object is Boolean

isKeyfield

public java.lang.Boolean isKeyfield()
Gets the value of the keyfield property.
Returns:
possible object is Boolean

setKeyfield

public void setKeyfield(java.lang.Boolean value)
Sets the value of the keyfield property.
Parameters:
value - allowed object is Boolean

Skip navigation links


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