Skip navigation links


oracle.iam.config.jaxb
Class CacheCategoryConfig

java.lang.Object
  extended by oracle.iam.config.jaxb.CacheCategoryConfig


public class CacheCategoryConfig
extends java.lang.Object

Java class for CacheCategoryConfig complex type.

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

 <complexType name="CacheCategoryConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="enabled" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="expirationTime" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
CacheCategoryConfig()
           

 

Method Summary
 int getExpirationTime()
          Gets the value of the expirationTime property.
 java.lang.String getName()
          Gets the value of the name property.
 boolean isEnabled()
          Gets the value of the enabled property.
 void setEnabled(boolean value)
          Sets the value of the enabled property.
 void setExpirationTime(int value)
          Sets the value of the expirationTime property.
 void setName(java.lang.String value)
          Sets the value of the name property.

 

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

 

Constructor Detail

CacheCategoryConfig

public CacheCategoryConfig()

Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String

isEnabled

public boolean isEnabled()
Gets the value of the enabled property.

setEnabled

public void setEnabled(boolean value)
Sets the value of the enabled property.

getExpirationTime

public int getExpirationTime()
Gets the value of the expirationTime property.

setExpirationTime

public void setExpirationTime(int value)
Sets the value of the expirationTime property.

Skip navigation links


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