Skip navigation links


oracle.iam.reconciliation.profileconfig.vo
Class GeneralconfigType

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


public class GeneralconfigType
extends java.lang.Object

Java class for generalconfig-type complex type.

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

 <complexType name="generalconfig_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="defaultProfileFlag" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="maxRetryCount" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="retryInterval" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="batchSize" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="sequentialProcessingFlag" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="accountPostProcessingRequiredFlag" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="trustedSrcFlag" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="entitytype" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ownerMatchingRuleWhereClause" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dateFormat" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="createEntityUsingSPFlag" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="mode" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
GeneralconfigType()
           

 

Method Summary
 java.lang.String getAccountPostProcessingRequiredFlag()
          Gets the value of the accountPostProcessingRequiredFlag property.
 java.lang.String getBatchSize()
          Gets the value of the batchSize property.
 java.lang.String getCreateEntityUsingSPFlag()
          Gets the value of the createEntityUsingSPFlag property.
 java.lang.String getDateFormat()
          Gets the value of the dateFormat property.
 java.lang.String getDefaultProfileFlag()
          Gets the value of the defaultProfileFlag property.
 java.lang.String getEntitytype()
          Gets the value of the entitytype property.
 java.lang.String getMaxRetryCount()
          Gets the value of the maxRetryCount property.
 java.lang.String getMode()
          Gets the value of the mode property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getOwnerMatchingRuleWhereClause()
          Gets the value of the ownerMatchingRuleWhereClause property.
 java.lang.String getRetryInterval()
          Gets the value of the retryInterval property.
 java.lang.String getSequentialProcessingFlag()
          Gets the value of the sequentialProcessingFlag property.
 java.lang.String getTrustedSrcFlag()
          Gets the value of the trustedSrcFlag property.
 java.lang.String getVersion()
          Gets the value of the version property.
 void setAccountPostProcessingRequiredFlag(java.lang.String value)
          Sets the value of the accountPostProcessingRequiredFlag property.
 void setBatchSize(java.lang.String value)
          Sets the value of the batchSize property.
 void setCreateEntityUsingSPFlag(java.lang.String value)
          Sets the value of the createEntityUsingSPFlag property.
 void setDateFormat(java.lang.String value)
          Sets the value of the dateFormat property.
 void setDefaultProfileFlag(java.lang.String value)
          Sets the value of the defaultProfileFlag property.
 void setEntitytype(java.lang.String value)
          Sets the value of the entitytype property.
 void setMaxRetryCount(java.lang.String value)
          Sets the value of the maxRetryCount property.
 void setMode(java.lang.String value)
          Sets the value of the mode property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setOwnerMatchingRuleWhereClause(java.lang.String value)
          Sets the value of the ownerMatchingRuleWhereClause property.
 void setRetryInterval(java.lang.String value)
          Sets the value of the retryInterval property.
 void setSequentialProcessingFlag(java.lang.String value)
          Sets the value of the sequentialProcessingFlag property.
 void setTrustedSrcFlag(java.lang.String value)
          Sets the value of the trustedSrcFlag property.
 void setVersion(java.lang.String value)
          Sets the value of the version property.

 

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

 

Constructor Detail

GeneralconfigType

public GeneralconfigType()

Method Detail

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

getDefaultProfileFlag

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

setDefaultProfileFlag

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

getMaxRetryCount

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

setMaxRetryCount

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

getRetryInterval

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

setRetryInterval

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

getBatchSize

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

setBatchSize

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

getSequentialProcessingFlag

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

setSequentialProcessingFlag

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

getAccountPostProcessingRequiredFlag

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

setAccountPostProcessingRequiredFlag

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

getTrustedSrcFlag

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

setTrustedSrcFlag

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

getVersion

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

setVersion

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

getEntitytype

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

setEntitytype

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

getOwnerMatchingRuleWhereClause

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

setOwnerMatchingRuleWhereClause

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

getDateFormat

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

setDateFormat

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

getCreateEntityUsingSPFlag

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

setCreateEntityUsingSPFlag

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

getMode

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

setMode

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

Skip navigation links


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