Class NameIDPolicyType


  • public class NameIDPolicyType
    extends java.lang.Object

    Java class for NameIDPolicyType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="NameIDPolicyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="Format" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="SPNameQualifier" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="AllowCreate" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Boolean allowCreate  
      protected java.lang.String format  
      protected java.lang.String spNameQualifier  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFormat()
      Gets the value of the format property.
      java.lang.String getSPNameQualifier()
      Gets the value of the spNameQualifier property.
      java.lang.Boolean isAllowCreate()
      Gets the value of the allowCreate property.
      void setAllowCreate​(java.lang.Boolean value)
      Sets the value of the allowCreate property.
      void setFormat​(java.lang.String value)
      Sets the value of the format property.
      void setSPNameQualifier​(java.lang.String value)
      Sets the value of the spNameQualifier property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • format

        protected java.lang.String format
      • spNameQualifier

        protected java.lang.String spNameQualifier
      • allowCreate

        protected java.lang.Boolean allowCreate
    • Constructor Detail

      • NameIDPolicyType

        public NameIDPolicyType()
    • Method Detail

      • getFormat

        public java.lang.String getFormat()
        Gets the value of the format property.
        Returns:
        possible object is String
      • setFormat

        public void setFormat​(java.lang.String value)
        Sets the value of the format property.
        Parameters:
        value - allowed object is String
      • getSPNameQualifier

        public java.lang.String getSPNameQualifier()
        Gets the value of the spNameQualifier property.
        Returns:
        possible object is String
      • setSPNameQualifier

        public void setSPNameQualifier​(java.lang.String value)
        Sets the value of the spNameQualifier property.
        Parameters:
        value - allowed object is String
      • isAllowCreate

        public java.lang.Boolean isAllowCreate()
        Gets the value of the allowCreate property.
        Returns:
        possible object is Boolean
      • setAllowCreate

        public void setAllowCreate​(java.lang.Boolean value)
        Sets the value of the allowCreate property.
        Parameters:
        value - allowed object is Boolean