Class GetUserListRequest

java.lang.Object
tyler.efm.latest.services.schema.baserequest.BaseRequestType
tyler.efm.latest.services.schema.getuserlistrequest.GetUserListRequest

public class GetUserListRequest extends BaseRequestType

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 Details

  • Constructor Details

    • GetUserListRequest

      public GetUserListRequest()
  • Method Details

    • getPaging

      public PagingType getPaging()
      Gets the value of the paging property.
      Returns:
      possible object is PagingType
    • setPaging

      public void setPaging(PagingType value)
      Sets the value of the paging property.
      Parameters:
      value - allowed object is PagingType
    • toString

      public String 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 class BaseRequestType