Skip navigation links


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

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


public class AccountVO
extends java.lang.Object

Java class for AccountVO complex type.

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

 <complexType name="AccountVO">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="attributeValues" type="{http://domain.api.rbacx.vaau.com}ArrayOfAttributeValueVO" minOccurs="0"/>
         <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="endPoint" type="{http://domain.api.rbacx.vaau.com}EndPointVO" minOccurs="0"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="locked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="policies" type="{http://domain.api.rbacx.vaau.com}ArrayOfAccessPolicyVO" minOccurs="0"/>
         <element name="suspended" type="{http://www.w3.org/2001/XMLSchema}boolean" 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"/>
         <element name="user" type="{http://domain.api.rbacx.vaau.com}UserVO" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
AccountVO()
           

 

Method Summary
 javax.xml.bind.JAXBElement getAttributesVO()
          Gets the value of the attributesVO property.
 javax.xml.bind.JAXBElement getAttributeValues()
          Gets the value of the attributeValues 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 getEndPoint()
          Gets the value of the endPoint 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 getPolicies()
          Gets the value of the policies 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.
 javax.xml.bind.JAXBElement getUser()
          Gets the value of the user property.
 java.lang.Boolean isLocked()
          Gets the value of the locked property.
 java.lang.Boolean isSuspended()
          Gets the value of the suspended property.
 void setAttributesVO(javax.xml.bind.JAXBElement value)
          Sets the value of the attributesVO property.
 void setAttributeValues(javax.xml.bind.JAXBElement value)
          Sets the value of the attributeValues 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 setEndPoint(javax.xml.bind.JAXBElement value)
          Sets the value of the endPoint property.
 void setId(javax.xml.bind.JAXBElement value)
          Sets the value of the id property.
 void setLocked(java.lang.Boolean value)
          Sets the value of the locked property.
 void setName(javax.xml.bind.JAXBElement value)
          Sets the value of the name property.
 void setPolicies(javax.xml.bind.JAXBElement value)
          Sets the value of the policies property.
 void setSuspended(java.lang.Boolean value)
          Sets the value of the suspended 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.
 void setUser(javax.xml.bind.JAXBElement value)
          Sets the value of the user property.

 

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

 

Constructor Detail

AccountVO

public AccountVO()

Method Detail

getAttributeValues

public javax.xml.bind.JAXBElement getAttributeValues()
Gets the value of the attributeValues property.
Returns:
possible object is JAXBElement<ArrayOfAttributeValueVO>

setAttributeValues

public void setAttributeValues(javax.xml.bind.JAXBElement value)
Sets the value of the attributeValues property.
Parameters:
value - allowed object is JAXBElement<ArrayOfAttributeValueVO>

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>

getEndPoint

public javax.xml.bind.JAXBElement getEndPoint()
Gets the value of the endPoint property.
Returns:
possible object is JAXBElement<EndPointVO>

setEndPoint

public void setEndPoint(javax.xml.bind.JAXBElement value)
Sets the value of the endPoint property.
Parameters:
value - allowed object is JAXBElement<EndPointVO>

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>

isLocked

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

setLocked

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

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>

getPolicies

public javax.xml.bind.JAXBElement getPolicies()
Gets the value of the policies property.
Returns:
possible object is JAXBElement<ArrayOfAccessPolicyVO>

setPolicies

public void setPolicies(javax.xml.bind.JAXBElement value)
Sets the value of the policies property.
Parameters:
value - allowed object is JAXBElement<ArrayOfAccessPolicyVO>

isSuspended

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

setSuspended

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

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>

getUser

public javax.xml.bind.JAXBElement getUser()
Gets the value of the user property.
Returns:
possible object is JAXBElement<UserVO>

setUser

public void setUser(javax.xml.bind.JAXBElement value)
Sets the value of the user property.
Parameters:
value - allowed object is JAXBElement<UserVO>

Skip navigation links


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