Class GetEjbcaUserCredentialsRequest
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CSRequest
-
- org.certificateservices.messages.credmanagement.jaxb.GetEjbcaUserCredentialsRequest
-
public class GetEjbcaUserCredentialsRequest 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="ejbcaUsername" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <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 java.lang.StringejbcaUsernameprotected java.lang.IntegerresultSizeprotected java.lang.IntegerstartIndex-
Fields inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description GetEjbcaUserCredentialsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEjbcaUsername()Gets the value of the ejbcaUsername property.java.lang.IntegergetResultSize()Gets the value of the resultSize property.java.lang.IntegergetStartIndex()Gets the value of the startIndex property.voidsetEjbcaUsername(java.lang.String value)Sets the value of the ejbcaUsername 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.-
Methods inherited from class org.certificateservices.messages.csmessages.jaxb.CSRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
Method Detail
-
getEjbcaUsername
public java.lang.String getEjbcaUsername()
Gets the value of the ejbcaUsername property.- Returns:
- possible object is
String
-
setEjbcaUsername
public void setEjbcaUsername(java.lang.String value)
Sets the value of the ejbcaUsername property.- Parameters:
value- allowed object isString
-
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
-
-