Skip navigation links


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

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


public class RoleTypeVO
extends java.lang.Object

Java class for RoleTypeVO complex type.

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

 <complexType name="RoleTypeVO">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" 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="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
RoleTypeVO()
           

 

Method Summary
 javax.xml.bind.JAXBElement getDescription()
          Gets the value of the description property.
 javax.xml.bind.JAXBElement getId()
          Gets the value of the id property.
 javax.xml.bind.JAXBElement getLabel()
          Gets the value of the label property.
 void setDescription(javax.xml.bind.JAXBElement value)
          Sets the value of the description property.
 void setId(javax.xml.bind.JAXBElement value)
          Sets the value of the id 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

RoleTypeVO

public RoleTypeVO()

Method Detail

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>

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>

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.