|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.iam.config.jaxb.XLCacheProviderProps
public class XLCacheProviderProps
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 |
|---|
public XLCacheProviderProps()
| Method Detail |
|---|
public Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is Propertiespublic int getSize()
public void setSize(int value)
public java.lang.String getMulticastAddress()
Stringpublic void setMulticastAddress(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getMulticastConfig()
Stringpublic void setMulticastConfig(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||