Class CredentialFilter.CredentialSerialNumberFilters.CredentialSerialNumberFilter
- java.lang.Object
-
- org.certificateservices.messages.credmanagement.jaxb.CredentialFilter.CredentialSerialNumberFilters.CredentialSerialNumberFilter
-
- Enclosing class:
- CredentialFilter.CredentialSerialNumberFilters
public static class CredentialFilter.CredentialSerialNumberFilters.CredentialSerialNumberFilter extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="issuerId" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> <element name="serialNumber" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring"/> </sequence> <attribute name="isNot" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanisNotprotected java.lang.StringissuerIdprotected java.lang.StringserialNumber
-
Constructor Summary
Constructors Constructor Description CredentialSerialNumberFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIssuerId()Gets the value of the issuerId property.java.lang.StringgetSerialNumber()Gets the value of the serialNumber property.booleanisIsNot()Gets the value of the isNot property.voidsetIsNot(java.lang.Boolean value)Sets the value of the isNot property.voidsetIssuerId(java.lang.String value)Sets the value of the issuerId property.voidsetSerialNumber(java.lang.String value)Sets the value of the serialNumber property.
-
-
-
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
-
getSerialNumber
public java.lang.String getSerialNumber()
Gets the value of the serialNumber property.- Returns:
- possible object is
String
-
setSerialNumber
public void setSerialNumber(java.lang.String value)
Sets the value of the serialNumber property.- Parameters:
value- allowed object isString
-
isIsNot
public boolean isIsNot()
Gets the value of the isNot property.- Returns:
- possible object is
Boolean
-
setIsNot
public void setIsNot(java.lang.Boolean value)
Sets the value of the isNot property.- Parameters:
value- allowed object isBoolean
-
-