com.rim.bes.basplugin.mdss.dto
Class FiltersType
java.lang.Object
com.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.basplugin.mdss.dto.FiltersType
- Direct Known Subclasses:
- Filters
public abstract class FiltersType
- extends BASBaseDTO
Java class for FiltersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FiltersType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="hostAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
Method Summary |
java.lang.String |
getHostAddress()
Gets the value of the hostAddress property. |
void |
setHostAddress(java.lang.String value)
Sets the value of the hostAddress property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hostAddress
protected java.lang.String hostAddress
FiltersType
public FiltersType()
getHostAddress
public java.lang.String getHostAddress()
- Gets the value of the hostAddress property.
- Returns:
- possible object is
String
setHostAddress
public void setHostAddress(java.lang.String value)
- Sets the value of the hostAddress property.
- Parameters:
value - allowed object is
String
Copyright © 2009 Research In Motion Limited. All Rights Reserved.