Class CredentialFilter.CredentialTypeFilters.CredentialTypeFilter
- java.lang.Object
-
- org.certificateservices.messages.credmanagement.jaxb.CredentialFilter.CredentialTypeFilters.CredentialTypeFilter
-
- Enclosing class:
- CredentialFilter.CredentialTypeFilters
public static class CredentialFilter.CredentialTypeFilters.CredentialTypeFilter 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="credentialType" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" minOccurs="0"/> <element name="credentialSubType" type="{http://certificateservices.org/xsd/csmessages2_0}notemptystring" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcredentialSubTypeprotected java.lang.StringcredentialType
-
Constructor Summary
Constructors Constructor Description CredentialTypeFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCredentialSubType()Gets the value of the credentialSubType property.java.lang.StringgetCredentialType()Gets the value of the credentialType property.voidsetCredentialSubType(java.lang.String value)Sets the value of the credentialSubType property.voidsetCredentialType(java.lang.String value)Sets the value of the credentialType property.
-
-
-
Method Detail
-
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
-
getCredentialSubType
public java.lang.String getCredentialSubType()
Gets the value of the credentialSubType property.- Returns:
- possible object is
String
-
setCredentialSubType
public void setCredentialSubType(java.lang.String value)
Sets the value of the credentialSubType property.- Parameters:
value- allowed object isString
-
-