Class GetUsersRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.credmanagement.jaxb.GetUsersRequest
-
public class GetUsersRequest extends CSRequest
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}CSRequest"> <sequence> <element name="uniqueId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="exactMatch" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="startIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="resultSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanexactMatchprotected java.lang.IntegerresultSizeprotected java.lang.IntegerstartIndexprotected java.lang.StringuniqueId-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description GetUsersRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetResultSize()Gets the value of the resultSize property.java.lang.IntegergetStartIndex()Gets the value of the startIndex property.java.lang.StringgetUniqueId()Gets the value of the uniqueId property.booleanisExactMatch()Gets the value of the exactMatch property.voidsetExactMatch(boolean value)Sets the value of the exactMatch property.voidsetResultSize(java.lang.Integer value)Sets the value of the resultSize property.voidsetStartIndex(java.lang.Integer value)Sets the value of the startIndex property.voidsetUniqueId(java.lang.String value)Sets the value of the uniqueId property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
Method Detail
-
getUniqueId
public java.lang.String getUniqueId()
Gets the value of the uniqueId property.- Returns:
- possible object is
String
-
setUniqueId
public void setUniqueId(java.lang.String value)
Sets the value of the uniqueId property.- Parameters:
value- allowed object isString
-
isExactMatch
public boolean isExactMatch()
Gets the value of the exactMatch property.
-
setExactMatch
public void setExactMatch(boolean value)
Sets the value of the exactMatch property.
-
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
-
getResultSize
public java.lang.Integer getResultSize()
Gets the value of the resultSize property.- Returns:
- possible object is
Integer
-
setResultSize
public void setResultSize(java.lang.Integer value)
Sets the value of the resultSize property.- Parameters:
value- allowed object isInteger
-
-