Skip navigation links


oracle.iam.reconciliation.profileconfig.vo
Class FormDetailsType

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


public class FormDetailsType
extends java.lang.Object

Java class for form-details-type complex type.

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

 <complexType name="form_details_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="sdkformName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="objname" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="objorderFor" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="activeFormVersion" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="latestFormVersion" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="objKey" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="sdkKey" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="ostKey" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
FormDetailsType()
           

 

Method Summary
 java.math.BigInteger getActiveFormVersion()
          Gets the value of the activeFormVersion property.
 java.math.BigInteger getLatestFormVersion()
          Gets the value of the latestFormVersion property.
 java.math.BigInteger getObjKey()
          Gets the value of the objKey property.
 java.lang.String getObjname()
          Gets the value of the objname property.
 java.lang.String getObjorderFor()
          Gets the value of the objorderFor property.
 java.math.BigInteger getOstKey()
          Gets the value of the ostKey property.
 java.lang.String getSdkformName()
          Gets the value of the sdkformName property.
 java.math.BigInteger getSdkKey()
          Gets the value of the sdkKey property.
 void setActiveFormVersion(java.math.BigInteger value)
          Sets the value of the activeFormVersion property.
 void setLatestFormVersion(java.math.BigInteger value)
          Sets the value of the latestFormVersion property.
 void setObjKey(java.math.BigInteger value)
          Sets the value of the objKey property.
 void setObjname(java.lang.String value)
          Sets the value of the objname property.
 void setObjorderFor(java.lang.String value)
          Sets the value of the objorderFor property.
 void setOstKey(java.math.BigInteger value)
          Sets the value of the ostKey property.
 void setSdkformName(java.lang.String value)
          Sets the value of the sdkformName property.
 void setSdkKey(java.math.BigInteger value)
          Sets the value of the sdkKey property.

 

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

 

Constructor Detail

FormDetailsType

public FormDetailsType()

Method Detail

getSdkformName

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

setSdkformName

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

getObjname

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

setObjname

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

getObjorderFor

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

setObjorderFor

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

getActiveFormVersion

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

setActiveFormVersion

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

getLatestFormVersion

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

setLatestFormVersion

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

getObjKey

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

setObjKey

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

getSdkKey

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

setSdkKey

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

getOstKey

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

setOstKey

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

Skip navigation links


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