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

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.mdscs.dto.URLPatternsType
public abstract class URLPatternsType
Java class for URLPatternsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="URLPatternsType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="protocol" type="{http://www.rim.com/com.rim.bes.basplugin.mdscs.dto}URLPatternProtocolEnumType" minOccurs="0"/>
<element name="localeNameAndDescription" type="{http://www.rim.com/applicationattributes}LocaleNameAndDescription" maxOccurs="unbounded" minOccurs="0"/>
<element name="pattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="patternId" 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<LocaleNameAndDescription> |
localeNameAndDescription
|
protected java.lang.String |
pattern
|
protected java.lang.Integer |
patternId
|
protected URLPatternProtocolEnumType |
protocol
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
URLPatternsType()
|
|
| Method Summary | |
|---|---|
java.util.List<LocaleNameAndDescription> |
getLocaleNameAndDescription()
Gets the value of the localeNameAndDescription property. |
java.lang.String |
getPattern()
Gets the value of the pattern property. |
java.lang.Integer |
getPatternId()
Gets the value of the patternId property. |
URLPatternProtocolEnumType |
getProtocol()
Gets the value of the protocol property. |
void |
setPattern(java.lang.String value)
Sets the value of the pattern property. |
void |
setPatternId(java.lang.Integer value)
Sets the value of the patternId property. |
void |
setProtocol(URLPatternProtocolEnumType value)
Sets the value of the protocol 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 URLPatternProtocolEnumType protocol
protected java.util.List<LocaleNameAndDescription> localeNameAndDescription
protected java.lang.String pattern
protected java.lang.Integer patternId
| Constructor Detail |
|---|
public URLPatternsType()
| Method Detail |
|---|
public URLPatternProtocolEnumType getProtocol()
URLPatternProtocolEnumTypepublic void setProtocol(URLPatternProtocolEnumType value)
value - allowed object is
URLPatternProtocolEnumTypepublic java.util.List<LocaleNameAndDescription> getLocaleNameAndDescription()
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 localeNameAndDescription property.
For example, to add a new item, do as follows:
getLocaleNameAndDescription().add(newItem);
Objects of the following type(s) are allowed in the list
LocaleNameAndDescription
public java.lang.String getPattern()
Stringpublic void setPattern(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPatternId()
Integerpublic void setPatternId(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.basplugin.mdscs.dto.URLPatternsType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||