Class GetUsersResponse
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSResponse
-
- org.certificateservices.messages.credmanagement.jaxb.GetUsersResponse
-
public class GetUsersResponse extends CSResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://certificateservices.org/xsd/csmessages2_0}CSResponse"> <sequence> <element name="users"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="user" type="{http://certificateservices.org/xsd/csmessages2_0}User" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="startIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="totalMatching" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetUsersResponse.UsersJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.IntegerstartIndexprotected java.lang.IntegertotalMatchingprotected GetUsersResponse.Usersusers-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSResponse
failureMessage, inResponseTo, status
-
-
Constructor Summary
Constructors Constructor Description GetUsersResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetStartIndex()Gets the value of the startIndex property.java.lang.IntegergetTotalMatching()Gets the value of the totalMatching property.GetUsersResponse.UsersgetUsers()Gets the value of the users property.voidsetStartIndex(java.lang.Integer value)Sets the value of the startIndex property.voidsetTotalMatching(java.lang.Integer value)Sets the value of the totalMatching property.voidsetUsers(GetUsersResponse.Users value)Sets the value of the users property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSResponse
getFailureMessage, getInResponseTo, getStatus, setFailureMessage, setInResponseTo, setStatus
-
-
-
-
Field Detail
-
users
protected GetUsersResponse.Users users
-
startIndex
protected java.lang.Integer startIndex
-
totalMatching
protected java.lang.Integer totalMatching
-
-
Method Detail
-
getUsers
public GetUsersResponse.Users getUsers()
Gets the value of the users property.- Returns:
- possible object is
GetUsersResponse.Users
-
setUsers
public void setUsers(GetUsersResponse.Users value)
Sets the value of the users property.- Parameters:
value- allowed object isGetUsersResponse.Users
-
getStartIndex
public java.lang.Integer getStartIndex()
Gets the value of the startIndex property.- Returns:
- possible object is
Integer
-
setStartIndex
public void setStartIndex(java.lang.Integer value)
Sets the value of the startIndex property.- Parameters:
value- allowed object isInteger
-
getTotalMatching
public java.lang.Integer getTotalMatching()
Gets the value of the totalMatching property.- Returns:
- possible object is
Integer
-
setTotalMatching
public void setTotalMatching(java.lang.Integer value)
Sets the value of the totalMatching property.- Parameters:
value- allowed object isInteger
-
-