Class CredentialStatusList
- java.lang.Object
-
- org.certificateservices.messages.csmessages.jaxb.CredentialStatusList
-
public class CredentialStatusList extends java.lang.ObjectJava class for CredentialStatusList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CredentialStatusList"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="issuerId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="credentialStatusListType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="credentialType" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="serialNumber" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="listData" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="issueDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="expireDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="validFromDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcredentialStatusListTypeprotected java.lang.StringcredentialTypeprotected java.lang.Stringdescriptionprotected javax.xml.datatype.XMLGregorianCalendarexpireDateprotected javax.xml.datatype.XMLGregorianCalendarissueDateprotected java.lang.StringissuerIdprotected byte[]listDataprotected longserialNumberprotected javax.xml.datatype.XMLGregorianCalendarvalidFromDate
-
Constructor Summary
Constructors Constructor Description CredentialStatusList()
-
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.StringgetCredentialType()Gets the value of the credentialType property.java.lang.StringgetDescription()Gets the value of the description property.javax.xml.datatype.XMLGregorianCalendargetExpireDate()Gets the value of the expireDate property.javax.xml.datatype.XMLGregorianCalendargetIssueDate()Gets the value of the issueDate property.java.lang.StringgetIssuerId()Gets the value of the issuerId property.byte[]getListData()Gets the value of the listData property.longgetSerialNumber()Gets the value of the serialNumber property.javax.xml.datatype.XMLGregorianCalendargetValidFromDate()Gets the value of the validFromDate property.voidsetCredentialStatusListType(java.lang.String value)Sets the value of the credentialStatusListType property.voidsetCredentialType(java.lang.String value)Sets the value of the credentialType property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetExpireDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the expireDate property.voidsetIssueDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the issueDate property.voidsetIssuerId(java.lang.String value)Sets the value of the issuerId property.voidsetListData(byte[] value)Sets the value of the listData property.voidsetSerialNumber(long value)Sets the value of the serialNumber property.voidsetValidFromDate(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the validFromDate property.
-
-
-
Field Detail
-
issuerId
protected java.lang.String issuerId
-
credentialStatusListType
protected java.lang.String credentialStatusListType
-
credentialType
protected java.lang.String credentialType
-
serialNumber
protected long serialNumber
-
listData
protected byte[] listData
-
description
protected java.lang.String description
-
issueDate
protected javax.xml.datatype.XMLGregorianCalendar issueDate
-
expireDate
protected javax.xml.datatype.XMLGregorianCalendar expireDate
-
validFromDate
protected javax.xml.datatype.XMLGregorianCalendar validFromDate
-
-
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
-
getCredentialType
public java.lang.String getCredentialType()
Gets the value of the credentialType property.- Returns:
- possible object is
String
-
setCredentialType
public void setCredentialType(java.lang.String value)
Sets the value of the credentialType property.- Parameters:
value- allowed object isString
-
getSerialNumber
public long getSerialNumber()
Gets the value of the serialNumber property.
-
setSerialNumber
public void setSerialNumber(long value)
Sets the value of the serialNumber property.
-
getListData
public byte[] getListData()
Gets the value of the listData property.- Returns:
- possible object is byte[]
-
setListData
public void setListData(byte[] value)
Sets the value of the listData property.- Parameters:
value- allowed object is byte[]
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getIssueDate
public javax.xml.datatype.XMLGregorianCalendar getIssueDate()
Gets the value of the issueDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setIssueDate
public void setIssueDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the issueDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getExpireDate
public javax.xml.datatype.XMLGregorianCalendar getExpireDate()
Gets the value of the expireDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setExpireDate
public void setExpireDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the expireDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getValidFromDate
public javax.xml.datatype.XMLGregorianCalendar getValidFromDate()
Gets the value of the validFromDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValidFromDate
public void setValidFromDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the validFromDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-