Class CredentialConstraint
- java.lang.Object
-
- org.certificateservices.messages.csexport.data.jaxb.CredentialConstraint
-
public class CredentialConstraint extends java.lang.ObjectJava class for CredentialConstraint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CredentialConstraint"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="credentialType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="credentialSubType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="subTypeDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcredentialSubTypeprotected java.lang.StringcredentialTypeprotected java.lang.StringsubTypeDisplayName
-
Constructor Summary
Constructors Constructor Description CredentialConstraint()
-
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.java.lang.StringgetSubTypeDisplayName()Gets the value of the subTypeDisplayName 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.voidsetSubTypeDisplayName(java.lang.String value)Sets the value of the subTypeDisplayName 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
-
getSubTypeDisplayName
public java.lang.String getSubTypeDisplayName()
Gets the value of the subTypeDisplayName property.- Returns:
- possible object is
String
-
setSubTypeDisplayName
public void setSubTypeDisplayName(java.lang.String value)
Sets the value of the subTypeDisplayName property.- Parameters:
value- allowed object isString
-
-