Class GetTokensResponse
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSResponse
-
- org.certificateservices.messages.credmanagement.jaxb.GetTokensResponse
-
public class GetTokensResponse 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="tokens"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="token" type="{http://certificateservices.org/xsd/csmessages2_0}Token" 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 classGetTokensResponse.TokensJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.IntegerstartIndexprotected GetTokensResponse.Tokenstokensprotected java.lang.IntegertotalMatching-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSResponse
failureMessage, inResponseTo, status
-
-
Constructor Summary
Constructors Constructor Description GetTokensResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetStartIndex()Gets the value of the startIndex property.GetTokensResponse.TokensgetTokens()Gets the value of the tokens property.java.lang.IntegergetTotalMatching()Gets the value of the totalMatching property.voidsetStartIndex(java.lang.Integer value)Sets the value of the startIndex property.voidsetTokens(GetTokensResponse.Tokens value)Sets the value of the tokens property.voidsetTotalMatching(java.lang.Integer value)Sets the value of the totalMatching property.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSResponse
getFailureMessage, getInResponseTo, getStatus, setFailureMessage, setInResponseTo, setStatus
-
-
-
-
Field Detail
-
tokens
protected GetTokensResponse.Tokens tokens
-
startIndex
protected java.lang.Integer startIndex
-
totalMatching
protected java.lang.Integer totalMatching
-
-
Method Detail
-
getTokens
public GetTokensResponse.Tokens getTokens()
Gets the value of the tokens property.- Returns:
- possible object is
GetTokensResponse.Tokens
-
setTokens
public void setTokens(GetTokensResponse.Tokens value)
Sets the value of the tokens property.- Parameters:
value- allowed object isGetTokensResponse.Tokens
-
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
-
-