Skip navigation links


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

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


public class AttributeVO
extends java.lang.Object

Java class for AttributeVO complex type.

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

 <complexType name="AttributeVO">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="attributeLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="attributeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="attributeValues" type="{http://domain.api.rbacx.vaau.com}AttributeValuesVO" 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="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" 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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
AttributeVO()
           

 

Method Summary
 javax.xml.bind.JAXBElement getAttributeLabel()
          Gets the value of the attributeLabel property.
 javax.xml.bind.JAXBElement getAttributeName()
          Gets the value of the attributeName 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 getId()
          Gets the value of the id property.
 javax.xml.bind.JAXBElement getName()
          Gets the value of the name 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.
 void setAttributeLabel(javax.xml.bind.JAXBElement value)
          Sets the value of the attributeLabel property.
 void setAttributeName(javax.xml.bind.JAXBElement value)
          Sets the value of the attributeName 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 setId(javax.xml.bind.JAXBElement value)
          Sets the value of the id property.
 void setName(javax.xml.bind.JAXBElement value)
          Sets the value of the name 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.

 

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

 

Constructor Detail

AttributeVO

public AttributeVO()

Method Detail

getAttributeLabel

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

setAttributeLabel

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

getAttributeName

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

setAttributeName

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

getAttributeValues

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

setAttributeValues

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

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>

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>

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>

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>

Skip navigation links


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