Class IssueCredentialStatusListRequest
- java.lang.Object
-
- org.certificateservices.messages.pkimessages.jaxb.PKIRequest
-
- org.certificateservices.messages.pkimessages.jaxb.IssueCredentialStatusListRequest
-
public class IssueCredentialStatusListRequest extends PKIRequest
Java class for IssueCredentialStatusListRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IssueCredentialStatusListRequest"> <complexContent> <extension base="{http://certificateservices.org/xsd/pkimessages1_0}PKIRequest"> <sequence> <element name="issuerId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="credentialStatusListType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="force" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="requestedValidFromDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="requestedNotAfterDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcredentialStatusListTypeprotected java.lang.Booleanforceprotected java.lang.StringissuerIdprotected javax.xml.datatype.XMLGregorianCalendarrequestedNotAfterDateprotected javax.xml.datatype.XMLGregorianCalendarrequestedValidFromDate-
Fields inherited from class org.certificateservices.messages.pkimessages.jaxb.PKIRequest
relatedMessageId
-
-
Constructor Summary
Constructors Constructor Description IssueCredentialStatusListRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCredentialStatusListType()Gets the value of the credentialStatusListType property.java.lang.StringgetIssuerId()Gets the value of the issuerId property.javax.xml.datatype.XMLGregorianCalendargetRequestedNotAfterDate()Gets the value of the requestedNotAfterDate property.javax.xml.datatype.XMLGregorianCalendargetRequestedValidFromDate()Gets the value of the requestedValidFromDate property.java.lang.BooleanisForce()Gets the value of the force property.voidsetCredentialStatusListType(java.lang.String value)Sets the value of the credentialStatusListType property.voidsetForce(java.lang.Boolean value)Sets the value of the force property.voidsetIssuerId(java.lang.String value)Sets the value of the issuerId property.voidsetRequestedNotAfterDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the requestedNotAfterDate property.voidsetRequestedValidFromDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the requestedValidFromDate property.-
Methods inherited from class org.certificateservices.messages.pkimessages.jaxb.PKIRequest
getRelatedMessageId, setRelatedMessageId
-
-
-
-
Field Detail
-
issuerId
protected java.lang.String issuerId
-
credentialStatusListType
protected java.lang.String credentialStatusListType
-
force
protected java.lang.Boolean force
-
requestedValidFromDate
protected javax.xml.datatype.XMLGregorianCalendar requestedValidFromDate
-
requestedNotAfterDate
protected javax.xml.datatype.XMLGregorianCalendar requestedNotAfterDate
-
-
Method Detail
-
getIssuerId
public java.lang.String getIssuerId()
Gets the value of the issuerId property.- Returns:
- possible object is
String
-
setIssuerId
public void setIssuerId(java.lang.String value)
Sets the value of the issuerId property.- Parameters:
value- allowed object isString
-
getCredentialStatusListType
public java.lang.String getCredentialStatusListType()
Gets the value of the credentialStatusListType property.- Returns:
- possible object is
String
-
setCredentialStatusListType
public void setCredentialStatusListType(java.lang.String value)
Sets the value of the credentialStatusListType property.- Parameters:
value- allowed object isString
-
isForce
public java.lang.Boolean isForce()
Gets the value of the force property.- Returns:
- possible object is
Boolean
-
setForce
public void setForce(java.lang.Boolean value)
Sets the value of the force property.- Parameters:
value- allowed object isBoolean
-
getRequestedValidFromDate
public javax.xml.datatype.XMLGregorianCalendar getRequestedValidFromDate()
Gets the value of the requestedValidFromDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setRequestedValidFromDate
public void setRequestedValidFromDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the requestedValidFromDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getRequestedNotAfterDate
public javax.xml.datatype.XMLGregorianCalendar getRequestedNotAfterDate()
Gets the value of the requestedNotAfterDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setRequestedNotAfterDate
public void setRequestedNotAfterDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the requestedNotAfterDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-