Class CredentialConstraint


  • public class CredentialConstraint
    extends java.lang.Object

    Java 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 Detail

      • credentialType

        protected java.lang.String credentialType
      • credentialSubType

        protected java.lang.String credentialSubType
      • subTypeDisplayName

        protected java.lang.String subTypeDisplayName
    • Constructor Detail

      • CredentialConstraint

        public CredentialConstraint()
    • 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 is String
      • 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 is String
      • 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 is String