Skip navigation links


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

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


public class AccessPolicyVO
extends java.lang.Object

Java class for AccessPolicyVO complex type.

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

 <complexType name="AccessPolicyVO">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="attributesVO" type="{http://domain.api.rbacx.vaau.com}AttributesVO" 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="endPointName" 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}long" 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
AccessPolicyVO()
           

 

Method Summary
 javax.xml.bind.JAXBElement getAttributesVO()
          Gets the value of the attributesVO 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 getEndPointName()
          Gets the value of the endPointName 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.
 javax.xml.bind.JAXBElement getRiskLevel()
          Gets the value of the riskLevel 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 setAttributesVO(javax.xml.bind.JAXBElement value)
          Sets the value of the attributesVO 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 setEndPointName(javax.xml.bind.JAXBElement value)
          Sets the value of the endPointName 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(javax.xml.bind.JAXBElement value)
          Sets the value of the riskLevel 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

AccessPolicyVO

public AccessPolicyVO()

Method Detail

getAttributesVO

public javax.xml.bind.JAXBElement getAttributesVO()
Gets the value of the attributesVO property.
Returns:
possible object is JAXBElement<AttributesVO>

setAttributesVO

public void setAttributesVO(javax.xml.bind.JAXBElement value)
Sets the value of the attributesVO property.
Parameters:
value - allowed object is JAXBElement<AttributesVO>

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>

getEndPointName

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

setEndPointName

public void setEndPointName(javax.xml.bind.JAXBElement value)
Sets the value of the endPointName 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 javax.xml.bind.JAXBElement getRiskLevel()
Gets the value of the riskLevel property.
Returns:
possible object is JAXBElement<Long>

setRiskLevel

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

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.