Class GetEjbcaUserCredentialsResponse
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSResponse
-
- org.certificateservices.messages.credmanagement.jaxb.GetEjbcaUserCredentialsResponse
-
public class GetEjbcaUserCredentialsResponse 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="credentials"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="credential" type="{http://certificateservices.org/xsd/csmessages2_0}Credential" 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 classGetEjbcaUserCredentialsResponse.CredentialsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected GetEjbcaUserCredentialsResponse.Credentialscredentialsprotected java.lang.IntegerstartIndexprotected java.lang.IntegertotalMatching-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSResponse
failureMessage, inResponseTo, status
-
-
Constructor Summary
Constructors Constructor Description GetEjbcaUserCredentialsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetEjbcaUserCredentialsResponse.CredentialsgetCredentials()Gets the value of the credentials property.java.lang.IntegergetStartIndex()Gets the value of the startIndex property.java.lang.IntegergetTotalMatching()Gets the value of the totalMatching property.voidsetCredentials(GetEjbcaUserCredentialsResponse.Credentials value)Sets the value of the credentials 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.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSResponse
getFailureMessage, getInResponseTo, getStatus, setFailureMessage, setInResponseTo, setStatus
-
-
-
-
Field Detail
-
credentials
protected GetEjbcaUserCredentialsResponse.Credentials credentials
-
startIndex
protected java.lang.Integer startIndex
-
totalMatching
protected java.lang.Integer totalMatching
-
-
Method Detail
-
getCredentials
public GetEjbcaUserCredentialsResponse.Credentials getCredentials()
Gets the value of the credentials property.- Returns:
- possible object is
GetEjbcaUserCredentialsResponse.Credentials
-
setCredentials
public void setCredentials(GetEjbcaUserCredentialsResponse.Credentials value)
Sets the value of the credentials property.- Parameters:
value- allowed object isGetEjbcaUserCredentialsResponse.Credentials
-
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
-
-