Skip navigation links


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

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


public class AttributesVO
extends java.lang.Object

Java class for AttributesVO complex type.

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

 <complexType name="AttributesVO">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="attributeVOs" type="{http://domain.api.rbacx.vaau.com}ArrayOfAttributeVO" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
AttributesVO()
           

 

Method Summary
 javax.xml.bind.JAXBElement getAttributeVOs()
          Gets the value of the attributeVOs property.
 void setAttributeVOs(javax.xml.bind.JAXBElement value)
          Sets the value of the attributeVOs property.

 

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

 

Constructor Detail

AttributesVO

public AttributesVO()

Method Detail

getAttributeVOs

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

setAttributeVOs

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

Skip navigation links


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