Skip navigation links


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

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


public class AttributeValueVO
extends java.lang.Object

Java class for AttributeValueVO complex type.

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

 <complexType name="AttributeValueVO">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="riskLevel" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
AttributeValueVO()
           

 

Method Summary
 javax.xml.bind.JAXBElement getName()
          Gets the value of the name property.
 javax.xml.bind.JAXBElement getRequired()
          Gets the value of the required property.
 javax.xml.bind.JAXBElement getRiskLevel()
          Gets the value of the riskLevel property.
 javax.xml.bind.JAXBElement getValue()
          Gets the value of the value property.
 void setName(javax.xml.bind.JAXBElement value)
          Sets the value of the name property.
 void setRequired(javax.xml.bind.JAXBElement value)
          Sets the value of the required property.
 void setRiskLevel(javax.xml.bind.JAXBElement value)
          Sets the value of the riskLevel property.
 void setValue(javax.xml.bind.JAXBElement value)
          Sets the value of the value property.

 

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

 

Constructor Detail

AttributeValueVO

public AttributeValueVO()

Method Detail

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>

getRequired

public javax.xml.bind.JAXBElement getRequired()
Gets the value of the required property.
Returns:
possible object is JAXBElement<Boolean>

setRequired

public void setRequired(javax.xml.bind.JAXBElement value)
Sets the value of the required property.
Parameters:
value - allowed object is JAXBElement<Boolean>

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>

getValue

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

setValue

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

Skip navigation links


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