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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.proxysettingscommon.dto.ProxyConfigType
public abstract class ProxyConfigType
Java class for ProxyConfigType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProxyConfigType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="confirmProxyPassword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="priority" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="proxyConfigId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="proxyConfigItem" type="{http://www.rim.com/com.rim.bes.basplugin.proxysettingscommon.dto}ProxyConfigItem" maxOccurs="unbounded" minOccurs="0"/>
<element name="proxyPassword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="proxyUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="serviceInstanceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="URLRegExpr" type="{http://www.w3.org/2001/XMLSchema}string" 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.lang.String |
confirmProxyPassword
|
protected java.lang.String |
description
|
protected java.lang.Integer |
priority
|
protected java.lang.Integer |
proxyConfigId
|
protected java.util.List<ProxyConfigItem> |
proxyConfigItem
|
protected java.lang.String |
proxyPassword
|
protected java.lang.String |
proxyUser
|
protected java.lang.String |
serviceInstanceName
|
protected java.lang.String |
urlRegExpr
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
ProxyConfigType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getConfirmProxyPassword()
Gets the value of the confirmProxyPassword property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.Integer |
getPriority()
Gets the value of the priority property. |
java.lang.Integer |
getProxyConfigId()
Gets the value of the proxyConfigId property. |
java.util.List<ProxyConfigItem> |
getProxyConfigItem()
Gets the value of the proxyConfigItem property. |
java.lang.String |
getProxyPassword()
Gets the value of the proxyPassword property. |
java.lang.String |
getProxyUser()
Gets the value of the proxyUser property. |
java.lang.String |
getServiceInstanceName()
Gets the value of the serviceInstanceName property. |
java.lang.String |
getURLRegExpr()
Gets the value of the urlRegExpr property. |
void |
setConfirmProxyPassword(java.lang.String value)
Sets the value of the confirmProxyPassword property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setPriority(java.lang.Integer value)
Sets the value of the priority property. |
void |
setProxyConfigId(java.lang.Integer value)
Sets the value of the proxyConfigId property. |
void |
setProxyPassword(java.lang.String value)
Sets the value of the proxyPassword property. |
void |
setProxyUser(java.lang.String value)
Sets the value of the proxyUser property. |
void |
setServiceInstanceName(java.lang.String value)
Sets the value of the serviceInstanceName property. |
void |
setURLRegExpr(java.lang.String value)
Sets the value of the urlRegExpr 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.lang.String confirmProxyPassword
protected java.lang.String description
protected java.lang.Integer priority
protected java.lang.Integer proxyConfigId
protected java.util.List<ProxyConfigItem> proxyConfigItem
protected java.lang.String proxyPassword
protected java.lang.String proxyUser
protected java.lang.String serviceInstanceName
protected java.lang.String urlRegExpr
| Constructor Detail |
|---|
public ProxyConfigType()
| Method Detail |
|---|
public java.lang.String getConfirmProxyPassword()
Stringpublic void setConfirmProxyPassword(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPriority()
Integerpublic void setPriority(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getProxyConfigId()
Integerpublic void setProxyConfigId(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<ProxyConfigItem> getProxyConfigItem()
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 proxyConfigItem property.
For example, to add a new item, do as follows:
getProxyConfigItem().add(newItem);
Objects of the following type(s) are allowed in the list
ProxyConfigItem
public java.lang.String getProxyPassword()
Stringpublic void setProxyPassword(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProxyUser()
Stringpublic void setProxyUser(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getServiceInstanceName()
Stringpublic void setServiceInstanceName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getURLRegExpr()
Stringpublic void setURLRegExpr(java.lang.String value)
value - allowed object is
String
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.proxysettingscommon.dto.ProxyConfigType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||