|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.dispatcher.dto.SRPAddressInformationType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.dispatcher.dto.SRPAddressInformationType
public abstract class SRPAddressInformationType
Java class for SRPAddressInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SRPAddressInformationType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="SRPAddress" type="{http://www.rim.com/com.rim.bes.basplugin.dispatcher.dto}SRPAddress" maxOccurs="unbounded" minOccurs="0"/>
<element name="SRPDefaultPort" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
BASBaseDTO.VersionStamps |
| Field Summary | |
|---|---|
protected java.util.List<SRPAddress> |
srpAddress
|
protected java.lang.Integer |
srpDefaultPort
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
SRPAddressInformationType()
|
|
| Method Summary | |
|---|---|
java.util.List<SRPAddress> |
getSRPAddress()
Gets the value of the srpAddress property. |
java.lang.Integer |
getSRPDefaultPort()
Gets the value of the srpDefaultPort property. |
void |
setSRPDefaultPort(java.lang.Integer value)
Sets the value of the srpDefaultPort property. |
| Methods inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
getVersionStamps, setVersionStamps |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<SRPAddress> srpAddress
protected java.lang.Integer srpDefaultPort
| Constructor Detail |
|---|
public SRPAddressInformationType()
| Method Detail |
|---|
public java.util.List<SRPAddress> getSRPAddress()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the srpAddress property.
For example, to add a new item, do as follows:
getSRPAddress().add(newItem);
Objects of the following type(s) are allowed in the list
SRPAddress
public java.lang.Integer getSRPDefaultPort()
Integerpublic void setSRPDefaultPort(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.dispatcher.dto.SRPAddressInformationType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||