Skip navigation links


oracle.iam.config.jaxb
Class XLCacheProviderProps

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


public class XLCacheProviderProps
extends java.lang.Object

Java class for XLCacheProviderProps complex type.

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

 <complexType name="XLCacheProviderProps">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="properties" type="{http://www.oracle.com/schema/oracle/iam/platform/config}Properties"/>
       </sequence>
       <attribute name="size" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="multicastAddress" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="multicastConfig" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
XLCacheProviderProps()
           

 

Method Summary
 java.lang.String getMulticastAddress()
          Gets the value of the multicastAddress property.
 java.lang.String getMulticastConfig()
          Gets the value of the multicastConfig property.
 Properties getProperties()
          Gets the value of the properties property.
 int getSize()
          Gets the value of the size property.
 void setMulticastAddress(java.lang.String value)
          Sets the value of the multicastAddress property.
 void setMulticastConfig(java.lang.String value)
          Sets the value of the multicastConfig property.
 void setProperties(Properties value)
          Sets the value of the properties property.
 void setSize(int value)
          Sets the value of the size property.

 

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

 

Constructor Detail

XLCacheProviderProps

public XLCacheProviderProps()

Method Detail

getProperties

public Properties getProperties()
Gets the value of the properties property.
Returns:
possible object is Properties

setProperties

public void setProperties(Properties value)
Sets the value of the properties property.
Parameters:
value - allowed object is Properties

getSize

public int getSize()
Gets the value of the size property.

setSize

public void setSize(int value)
Sets the value of the size property.

getMulticastAddress

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

setMulticastAddress

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

getMulticastConfig

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

setMulticastConfig

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

Skip navigation links


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