Class GetTokensRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.credmanagement.jaxb.GetTokensRequest
-
public class GetTokensRequest 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="serialNumber" 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.StringserialNumberprotected java.lang.IntegerstartIndex-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description GetTokensRequest()
-
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.StringgetSerialNumber()Gets the value of the serialNumber property.java.lang.IntegergetStartIndex()Gets the value of the startIndex 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.voidsetSerialNumber(java.lang.String value)Sets the value of the serialNumber property.voidsetStartIndex(java.lang.Integer value)Sets the value of the startIndex property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
Method Detail
-
getSerialNumber
public java.lang.String getSerialNumber()
Gets the value of the serialNumber property.- Returns:
- possible object is
String
-
setSerialNumber
public void setSerialNumber(java.lang.String value)
Sets the value of the serialNumber 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
-
-