public class ReceiveLimited 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" minOccurs="0"/>
<element name="maxNrOfMsg" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccessPoint |
accessPoint |
protected Integer |
maxNrOfMsg |
| Constructor and Description |
|---|
ReceiveLimited() |
| Modifier and Type | Method and Description |
|---|---|
AccessPoint |
getAccessPoint()
Gets the value of the accessPoint property.
|
Integer |
getMaxNrOfMsg()
Gets the value of the maxNrOfMsg property.
|
void |
setAccessPoint(AccessPoint value)
Sets the value of the accessPoint property.
|
void |
setMaxNrOfMsg(Integer value)
Sets the value of the maxNrOfMsg property.
|
protected AccessPoint accessPoint
protected Integer maxNrOfMsg
public AccessPoint getAccessPoint()
AccessPointpublic void setAccessPoint(AccessPoint value)
value - allowed object is
AccessPointpublic Integer getMaxNrOfMsg()
IntegerCopyright © 2009,2014 Oracle and/or its affiliates. All rights reserved.