Class GetUserListRequest
java.lang.Object
tyler.efm.latest.services.schema.baserequest.BaseRequestType
tyler.efm.latest.services.schema.getuserlistrequest.GetUserListRequest
Java class for GetUserListRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetUserListRequest"> <complexContent> <extension base="{urn:tyler:efm:services:schema:BaseRequest}BaseRequestType"> <sequence> <element ref="{urn:tyler:efm:services:schema:Common}Paging" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the paging property.void
setPaging
(PagingType value) Sets the value of the paging property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
paging
-
-
Constructor Details
-
GetUserListRequest
public GetUserListRequest()
-
-
Method Details
-
getPaging
Gets the value of the paging property.- Returns:
- possible object is
PagingType
-
setPaging
Sets the value of the paging property.- Parameters:
value
- allowed object isPagingType
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toString
in classBaseRequestType
-