Skip navigation links


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

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


public class RoleVO
extends java.lang.Object

Java class for RoleVO complex type.

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

 <complexType name="RoleVO">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="businessApprover" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="businessApproverForUser" type="{http://www.w3.org/2001/XMLSchema}string" 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="customProperties" type="{http://service.api.rbacx.vaau.com}ArrayOfString" minOccurs="0"/>
         <element name="department" 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="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="highPrivileged" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="jobCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="parentRoleKey" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="roleComments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="roleDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="roleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="roleOwners" type="{http://service.api.rbacx.vaau.com}ArrayOfString" minOccurs="0"/>
         <element name="roleStatusVO" type="{http://domain.api.rbacx.vaau.com}RoleStatusVO" minOccurs="0"/>
         <element name="roleTypeVO" type="{http://domain.api.rbacx.vaau.com}RoleTypeVO" minOccurs="0"/>
         <element name="serviceDeskTicketNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="statusKey" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="technicalApprover" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="technicalApproverForUser" type="{http://www.w3.org/2001/XMLSchema}string" 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
RoleVO()
           

 

Method Summary
 javax.xml.bind.JAXBElement getBusinessApprover()
          Gets the value of the businessApprover property.
 javax.xml.bind.JAXBElement getBusinessApproverForUser()
          Gets the value of the businessApproverForUser 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 getCustomProperties()
          Gets the value of the customProperties property.
 javax.xml.bind.JAXBElement getDepartment()
          Gets the value of the department property.
 javax.xml.bind.JAXBElement getDescription()
          Gets the value of the description property.
 javax.xml.datatype.XMLGregorianCalendar getEndDate()
          Gets the value of the endDate property.
 javax.xml.bind.JAXBElement getId()
          Gets the value of the id property.
 javax.xml.bind.JAXBElement getJobCode()
          Gets the value of the jobCode property.
 javax.xml.bind.JAXBElement getName()
          Gets the value of the name property.
 java.lang.Long getParentRoleKey()
          Gets the value of the parentRoleKey property.
 javax.xml.bind.JAXBElement getRoleComments()
          Gets the value of the roleComments property.
 javax.xml.bind.JAXBElement getRoleDescription()
          Gets the value of the roleDescription property.
 javax.xml.bind.JAXBElement getRoleName()
          Gets the value of the roleName property.
 javax.xml.bind.JAXBElement getRoleOwners()
          Gets the value of the roleOwners property.
 javax.xml.bind.JAXBElement getRoleStatusVO()
          Gets the value of the roleStatusVO property.
 javax.xml.bind.JAXBElement getRoleTypeVO()
          Gets the value of the roleTypeVO property.
 javax.xml.bind.JAXBElement getServiceDeskTicketNumber()
          Gets the value of the serviceDeskTicketNumber property.
 javax.xml.datatype.XMLGregorianCalendar getStartDate()
          Gets the value of the startDate property.
 java.lang.Long getStatusKey()
          Gets the value of the statusKey property.
 javax.xml.bind.JAXBElement getTechnicalApprover()
          Gets the value of the technicalApprover property.
 javax.xml.bind.JAXBElement getTechnicalApproverForUser()
          Gets the value of the technicalApproverForUser 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.
 java.lang.Boolean isHighPrivileged()
          Gets the value of the highPrivileged property.
 void setBusinessApprover(javax.xml.bind.JAXBElement value)
          Sets the value of the businessApprover property.
 void setBusinessApproverForUser(javax.xml.bind.JAXBElement value)
          Sets the value of the businessApproverForUser 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 setCustomProperties(javax.xml.bind.JAXBElement value)
          Sets the value of the customProperties property.
 void setDepartment(javax.xml.bind.JAXBElement value)
          Sets the value of the department property.
 void setDescription(javax.xml.bind.JAXBElement value)
          Sets the value of the description property.
 void setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the endDate property.
 void setHighPrivileged(java.lang.Boolean value)
          Sets the value of the highPrivileged property.
 void setId(javax.xml.bind.JAXBElement value)
          Sets the value of the id property.
 void setJobCode(javax.xml.bind.JAXBElement value)
          Sets the value of the jobCode property.
 void setName(javax.xml.bind.JAXBElement value)
          Sets the value of the name property.
 void setParentRoleKey(java.lang.Long value)
          Sets the value of the parentRoleKey property.
 void setRoleComments(javax.xml.bind.JAXBElement value)
          Sets the value of the roleComments property.
 void setRoleDescription(javax.xml.bind.JAXBElement value)
          Sets the value of the roleDescription property.
 void setRoleName(javax.xml.bind.JAXBElement value)
          Sets the value of the roleName property.
 void setRoleOwners(javax.xml.bind.JAXBElement value)
          Sets the value of the roleOwners property.
 void setRoleStatusVO(javax.xml.bind.JAXBElement value)
          Sets the value of the roleStatusVO property.
 void setRoleTypeVO(javax.xml.bind.JAXBElement value)
          Sets the value of the roleTypeVO property.
 void setServiceDeskTicketNumber(javax.xml.bind.JAXBElement value)
          Sets the value of the serviceDeskTicketNumber property.
 void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the startDate property.
 void setStatusKey(java.lang.Long value)
          Sets the value of the statusKey property.
 void setTechnicalApprover(javax.xml.bind.JAXBElement value)
          Sets the value of the technicalApprover property.
 void setTechnicalApproverForUser(javax.xml.bind.JAXBElement value)
          Sets the value of the technicalApproverForUser 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

RoleVO

public RoleVO()

Method Detail

getBusinessApprover

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

setBusinessApprover

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

getBusinessApproverForUser

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

setBusinessApproverForUser

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

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>

getCustomProperties

public javax.xml.bind.JAXBElement getCustomProperties()
Gets the value of the customProperties property.
Returns:
possible object is JAXBElement<ArrayOfString>

setCustomProperties

public void setCustomProperties(javax.xml.bind.JAXBElement value)
Sets the value of the customProperties property.
Parameters:
value - allowed object is JAXBElement<ArrayOfString>

getDepartment

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

setDepartment

public void setDepartment(javax.xml.bind.JAXBElement value)
Sets the value of the department 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>

getEndDate

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

setEndDate

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

isHighPrivileged

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

setHighPrivileged

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

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>

getJobCode

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

setJobCode

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

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>

getParentRoleKey

public java.lang.Long getParentRoleKey()
Gets the value of the parentRoleKey property.
Returns:
possible object is Long

setParentRoleKey

public void setParentRoleKey(java.lang.Long value)
Sets the value of the parentRoleKey property.
Parameters:
value - allowed object is Long

getRoleComments

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

setRoleComments

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

getRoleDescription

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

setRoleDescription

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

getRoleName

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

setRoleName

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

getRoleOwners

public javax.xml.bind.JAXBElement getRoleOwners()
Gets the value of the roleOwners property.
Returns:
possible object is JAXBElement<ArrayOfString>

setRoleOwners

public void setRoleOwners(javax.xml.bind.JAXBElement value)
Sets the value of the roleOwners property.
Parameters:
value - allowed object is JAXBElement<ArrayOfString>

getRoleStatusVO

public javax.xml.bind.JAXBElement getRoleStatusVO()
Gets the value of the roleStatusVO property.
Returns:
possible object is JAXBElement<RoleStatusVO>

setRoleStatusVO

public void setRoleStatusVO(javax.xml.bind.JAXBElement value)
Sets the value of the roleStatusVO property.
Parameters:
value - allowed object is JAXBElement<RoleStatusVO>

getRoleTypeVO

public javax.xml.bind.JAXBElement getRoleTypeVO()
Gets the value of the roleTypeVO property.
Returns:
possible object is JAXBElement<RoleTypeVO>

setRoleTypeVO

public void setRoleTypeVO(javax.xml.bind.JAXBElement value)
Sets the value of the roleTypeVO property.
Parameters:
value - allowed object is JAXBElement<RoleTypeVO>

getServiceDeskTicketNumber

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

setServiceDeskTicketNumber

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

getStartDate

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

setStartDate

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

getStatusKey

public java.lang.Long getStatusKey()
Gets the value of the statusKey property.
Returns:
possible object is Long

setStatusKey

public void setStatusKey(java.lang.Long value)
Sets the value of the statusKey property.
Parameters:
value - allowed object is Long

getTechnicalApprover

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

setTechnicalApprover

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

getTechnicalApproverForUser

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

setTechnicalApproverForUser

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

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.