Skip navigation links


oracle.iam.catalog.vo
Class HierarchicalAttributeDetails

java.lang.Object
  extended by oracle.iam.catalog.vo.HierarchicalAttributeDetails

All Implemented Interfaces:
java.io.Serializable

public class HierarchicalAttributeDetails
extends java.lang.Object
implements java.io.Serializable

This vo will give you the details that are associated with a node in a XML for Catalog Hierarchical attributes. Details will majorly have data like Value, Description and Attributes. Any additional attributes if any, other than the three described will be in additional attributes.

Since:
11.1.2.2.0
See Also:
Serialized Form

Constructor Summary
HierarchicalAttributeDetails()
           

 

Method Summary
 java.lang.String getAttributes()
           
 java.lang.String getDescription()
           
 java.util.Map getOtherAttribute()
           
 java.lang.String getValue()
           
 void setAttributes(java.lang.String attributes)
           
 void setDescription(java.lang.String description)
           
 void setOtherAttribute(java.util.Map otherAttribute)
           
 void setValue(java.lang.String value)
           

 

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

 

Constructor Detail

HierarchicalAttributeDetails

public HierarchicalAttributeDetails()

Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getAttributes

public java.lang.String getAttributes()

setAttributes

public void setAttributes(java.lang.String attributes)

getOtherAttribute

public java.util.Map getOtherAttribute()

setOtherAttribute

public void setOtherAttribute(java.util.Map otherAttribute)

Skip navigation links


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