Skip navigation links


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

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


public class RoleStatusVO
extends java.lang.Object

Java class for RoleStatusVO complex type.

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

 <complexType name="RoleStatusVO">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
RoleStatusVO()
           

 

Method Summary
 javax.xml.bind.JAXBElement getLabel()
          Gets the value of the label property.
 void setLabel(javax.xml.bind.JAXBElement value)
          Sets the value of the label property.

 

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

 

Constructor Detail

RoleStatusVO

public RoleStatusVO()

Method Detail

getLabel

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

setLabel

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

Skip navigation links


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