Skip navigation links


oracle.iam.grc.sod.scomp.impl.oia.util.webservice.com.vaau.rbacx.api.domain
Class AuditExceptionVO

java.lang.Object
  extended by oracle.iam.grc.sod.scomp.impl.oia.util.webservice.com.vaau.rbacx.api.domain.AuditExceptionVO


public class AuditExceptionVO
extends java.lang.Object

Java class for AuditExceptionVO complex type.

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

 <complexType name="AuditExceptionVO">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="accounts" type="{http://domain.api.rbacx.vaau.com}ArrayOfAccountVO" minOccurs="0"/>
         <element name="assignedTo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="attributes" type="{http://domain.api.rbacx.vaau.com}ArrayOfAttributeVO" minOccurs="0"/>
         <element name="businessUnits" type="{http://domain.api.rbacx.vaau.com}ArrayOfBusinessUnitVO" minOccurs="0"/>
         <element name="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="createDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="createUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="riskLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="roles" type="{http://domain.api.rbacx.vaau.com}ArrayOfRoleVO" minOccurs="0"/>
         <element name="state" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="updateDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="updateUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
AuditExceptionVO()
           

 

Method Summary
 javax.xml.bind.JAXBElement getAccounts()
          Gets the value of the accounts property.
 javax.xml.bind.JAXBElement getAssignedTo()
          Gets the value of the assignedTo property.
 javax.xml.bind.JAXBElement getAttributes()
          Gets the value of the attributes property.
 javax.xml.bind.JAXBElement getBusinessUnits()
          Gets the value of the businessUnits property.
 javax.xml.bind.JAXBElement getComments()
          Gets the value of the comments property.
 javax.xml.datatype.XMLGregorianCalendar getCreateDate()
          Gets the value of the createDate property.
 javax.xml.bind.JAXBElement getCreateUser()
          Gets the value of the createUser property.
 javax.xml.bind.JAXBElement getDescription()
          Gets the value of the description property.
 javax.xml.bind.JAXBElement getId()
          Gets the value of the id property.
 javax.xml.bind.JAXBElement getName()
          Gets the value of the name property.
 java.lang.Integer getRiskLevel()
          Gets the value of the riskLevel property.
 javax.xml.bind.JAXBElement getRoles()
          Gets the value of the roles property.
 java.lang.Integer getState()
          Gets the value of the state property.
 javax.xml.datatype.XMLGregorianCalendar getUpdateDate()
          Gets the value of the updateDate property.
 javax.xml.bind.JAXBElement getUpdateUser()
          Gets the value of the updateUser property.
 void setAccounts(javax.xml.bind.JAXBElement value)
          Sets the value of the accounts property.
 void setAssignedTo(javax.xml.bind.JAXBElement value)
          Sets the value of the assignedTo property.
 void setAttributes(javax.xml.bind.JAXBElement value)
          Sets the value of the attributes property.
 void setBusinessUnits(javax.xml.bind.JAXBElement value)
          Sets the value of the businessUnits property.
 void setComments(javax.xml.bind.JAXBElement value)
          Sets the value of the comments property.
 void setCreateDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the createDate property.
 void setCreateUser(javax.xml.bind.JAXBElement value)
          Sets the value of the createUser property.
 void setDescription(javax.xml.bind.JAXBElement value)
          Sets the value of the description property.
 void setId(javax.xml.bind.JAXBElement value)
          Sets the value of the id property.
 void setName(javax.xml.bind.JAXBElement value)
          Sets the value of the name property.
 void setRiskLevel(java.lang.Integer value)
          Sets the value of the riskLevel property.
 void setRoles(javax.xml.bind.JAXBElement value)
          Sets the value of the roles property.
 void setState(java.lang.Integer value)
          Sets the value of the state property.
 void setUpdateDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the updateDate property.
 void setUpdateUser(javax.xml.bind.JAXBElement value)
          Sets the value of the updateUser property.

 

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

 

Constructor Detail

AuditExceptionVO

public AuditExceptionVO()

Method Detail

getAccounts

public javax.xml.bind.JAXBElement getAccounts()
Gets the value of the accounts property.
Returns:
possible object is JAXBElement<ArrayOfAccountVO>

setAccounts

public void setAccounts(javax.xml.bind.JAXBElement value)
Sets the value of the accounts property.
Parameters:
value - allowed object is JAXBElement<ArrayOfAccountVO>

getAssignedTo

public javax.xml.bind.JAXBElement getAssignedTo()
Gets the value of the assignedTo property.
Returns:
possible object is JAXBElement<String>

setAssignedTo

public void setAssignedTo(javax.xml.bind.JAXBElement value)
Sets the value of the assignedTo property.
Parameters:
value - allowed object is JAXBElement<String>

getAttributes

public javax.xml.bind.JAXBElement getAttributes()
Gets the value of the attributes property.
Returns:
possible object is JAXBElement<ArrayOfAttributeVO>

setAttributes

public void setAttributes(javax.xml.bind.JAXBElement value)
Sets the value of the attributes property.
Parameters:
value - allowed object is JAXBElement<ArrayOfAttributeVO>

getBusinessUnits

public javax.xml.bind.JAXBElement getBusinessUnits()
Gets the value of the businessUnits property.
Returns:
possible object is JAXBElement<ArrayOfBusinessUnitVO>

setBusinessUnits

public void setBusinessUnits(javax.xml.bind.JAXBElement value)
Sets the value of the businessUnits property.
Parameters:
value - allowed object is JAXBElement<ArrayOfBusinessUnitVO>

getComments

public javax.xml.bind.JAXBElement getComments()
Gets the value of the comments property.
Returns:
possible object is JAXBElement<String>

setComments

public void setComments(javax.xml.bind.JAXBElement value)
Sets the value of the comments property.
Parameters:
value - allowed object is JAXBElement<String>

getCreateDate

public javax.xml.datatype.XMLGregorianCalendar getCreateDate()
Gets the value of the createDate property.
Returns:
possible object is XMLGregorianCalendar

setCreateDate

public void setCreateDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the createDate property.
Parameters:
value - allowed object is XMLGregorianCalendar

getCreateUser

public javax.xml.bind.JAXBElement getCreateUser()
Gets the value of the createUser property.
Returns:
possible object is JAXBElement<String>

setCreateUser

public void setCreateUser(javax.xml.bind.JAXBElement value)
Sets the value of the createUser property.
Parameters:
value - allowed object is JAXBElement<String>

getDescription

public javax.xml.bind.JAXBElement getDescription()
Gets the value of the description property.
Returns:
possible object is JAXBElement<String>

setDescription

public void setDescription(javax.xml.bind.JAXBElement value)
Sets the value of the description property.
Parameters:
value - allowed object is JAXBElement<String>

getId

public javax.xml.bind.JAXBElement getId()
Gets the value of the id property.
Returns:
possible object is JAXBElement<Long>

setId

public void setId(javax.xml.bind.JAXBElement value)
Sets the value of the id property.
Parameters:
value - allowed object is JAXBElement<Long>

getName

public javax.xml.bind.JAXBElement getName()
Gets the value of the name property.
Returns:
possible object is JAXBElement<String>

setName

public void setName(javax.xml.bind.JAXBElement value)
Sets the value of the name property.
Parameters:
value - allowed object is JAXBElement<String>

getRiskLevel

public java.lang.Integer getRiskLevel()
Gets the value of the riskLevel property.
Returns:
possible object is Integer

setRiskLevel

public void setRiskLevel(java.lang.Integer value)
Sets the value of the riskLevel property.
Parameters:
value - allowed object is Integer

getRoles

public javax.xml.bind.JAXBElement getRoles()
Gets the value of the roles property.
Returns:
possible object is JAXBElement<ArrayOfRoleVO>

setRoles

public void setRoles(javax.xml.bind.JAXBElement value)
Sets the value of the roles property.
Parameters:
value - allowed object is JAXBElement<ArrayOfRoleVO>

getState

public java.lang.Integer getState()
Gets the value of the state property.
Returns:
possible object is Integer

setState

public void setState(java.lang.Integer value)
Sets the value of the state property.
Parameters:
value - allowed object is Integer

getUpdateDate

public javax.xml.datatype.XMLGregorianCalendar getUpdateDate()
Gets the value of the updateDate property.
Returns:
possible object is XMLGregorianCalendar

setUpdateDate

public void setUpdateDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the updateDate property.
Parameters:
value - allowed object is XMLGregorianCalendar

getUpdateUser

public javax.xml.bind.JAXBElement getUpdateUser()
Gets the value of the updateUser property.
Returns:
possible object is JAXBElement<String>

setUpdateUser

public void setUpdateUser(javax.xml.bind.JAXBElement value)
Sets the value of the updateUser property.
Parameters:
value - allowed object is JAXBElement<String>

Skip navigation links


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