public class SetStatusListener extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="listener" type="{http://xmlns.oracle.com/ucs/messaging/types}listenerReference"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ListenerReference |
listener |
| Constructor and Description |
|---|
SetStatusListener() |
| Modifier and Type | Method and Description |
|---|---|
ListenerReference |
getListener()
Gets the value of the listener property.
|
void |
setListener(ListenerReference value)
Sets the value of the listener property.
|
protected ListenerReference listener
public ListenerReference getListener()
ListenerReferencepublic void setListener(ListenerReference value)
value - allowed object is
ListenerReferenceCopyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.