com.rim.bes.basplugin.policy.dto
Class PolicyUserSearchResultServiceAttributesType
java.lang.Object
com.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ServiceAttributesType
com.rim.bes.bas.dto.UserSearchResultServiceAttributesType
com.rim.bes.basplugin.policy.dto.PolicyUserSearchResultServiceAttributesType
- Direct Known Subclasses:
- PolicyUserSearchResultServiceAttributes
public abstract class PolicyUserSearchResultServiceAttributesType
- extends UserSearchResultServiceAttributesType
Java class for PolicyUserSearchResultServiceAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicyUserSearchResultServiceAttributesType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}UserSearchResultServiceAttributesType">
<sequence>
<element name="status" type="{http://www.rim.com/com.rim.bes.bas.dto}PolicyStatusTypeEnumType" minOccurs="0"/>
<element name="sent" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
status
protected PolicyStatusTypeEnumType status
sent
protected javax.xml.datatype.XMLGregorianCalendar sent
PolicyUserSearchResultServiceAttributesType
public PolicyUserSearchResultServiceAttributesType()
getStatus
public PolicyStatusTypeEnumType getStatus()
- Gets the value of the status property.
- Returns:
- possible object is
PolicyStatusTypeEnumType
setStatus
public void setStatus(PolicyStatusTypeEnumType value)
- Sets the value of the status property.
- Parameters:
value - allowed object is
PolicyStatusTypeEnumType
getSent
public javax.xml.datatype.XMLGregorianCalendar getSent()
- Gets the value of the sent property.
- Returns:
- possible object is
XMLGregorianCalendar
setSent
public void setSent(javax.xml.datatype.XMLGregorianCalendar value)
- Sets the value of the sent property.
- Parameters:
value - allowed object is
XMLGregorianCalendar
Copyright © 2009 Research In Motion Limited. All Rights Reserved.