public class RegisterAccessPoint 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="accessPoint" type="{http://xmlns.oracle.com/ucs/messaging/types}accessPoint"/>
<element name="listener" type="{http://xmlns.oracle.com/ucs/messaging/types}listenerReference"/>
<element name="correlator" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccessPoint |
accessPoint |
protected byte[] |
correlator |
protected ListenerReference |
listener |
| Constructor and Description |
|---|
RegisterAccessPoint() |
| Modifier and Type | Method and Description |
|---|---|
AccessPoint |
getAccessPoint()
Gets the value of the accessPoint property.
|
byte[] |
getCorrelator()
Gets the value of the correlator property.
|
ListenerReference |
getListener()
Gets the value of the listener property.
|
void |
setAccessPoint(AccessPoint value)
Sets the value of the accessPoint property.
|
void |
setCorrelator(byte[] value)
Sets the value of the correlator property.
|
void |
setListener(ListenerReference value)
Sets the value of the listener property.
|
protected AccessPoint accessPoint
protected ListenerReference listener
protected byte[] correlator
public AccessPoint getAccessPoint()
AccessPointpublic void setAccessPoint(AccessPoint value)
value - allowed object is
AccessPointpublic ListenerReference getListener()
ListenerReferencepublic void setListener(ListenerReference value)
value - allowed object is
ListenerReferencepublic byte[] getCorrelator()
public void setCorrelator(byte[] value)
value - allowed object is
byte[]Copyright © 2009,2014 Oracle and/or its affiliates. All rights reserved.