Class RelatedTokenAttribute


  • public class RelatedTokenAttribute
    extends java.lang.Object

    Java class for RelatedTokenAttribute complex type.

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

     <complexType name="RelatedTokenAttribute">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="key">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <pattern value="[a-z0-9_\-\.]+"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="storeInCredentialStore" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String displayName  
      protected java.lang.String key  
      protected java.lang.Boolean storeInCredentialStore  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayName()
      Gets the value of the displayName property.
      java.lang.String getKey()
      Gets the value of the key property.
      java.lang.Boolean isStoreInCredentialStore()
      Gets the value of the storeInCredentialStore property.
      void setDisplayName​(java.lang.String value)
      Sets the value of the displayName property.
      void setKey​(java.lang.String value)
      Sets the value of the key property.
      void setStoreInCredentialStore​(java.lang.Boolean value)
      Sets the value of the storeInCredentialStore property.
      • Methods inherited from class java.lang.Object

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

      • key

        protected java.lang.String key
      • displayName

        protected java.lang.String displayName
      • storeInCredentialStore

        protected java.lang.Boolean storeInCredentialStore
    • Constructor Detail

      • RelatedTokenAttribute

        public RelatedTokenAttribute()
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Gets the value of the key property.
        Returns:
        possible object is String
      • setKey

        public void setKey​(java.lang.String value)
        Sets the value of the key property.
        Parameters:
        value - allowed object is String
      • getDisplayName

        public java.lang.String getDisplayName()
        Gets the value of the displayName property.
        Returns:
        possible object is String
      • setDisplayName

        public void setDisplayName​(java.lang.String value)
        Sets the value of the displayName property.
        Parameters:
        value - allowed object is String
      • isStoreInCredentialStore

        public java.lang.Boolean isStoreInCredentialStore()
        Gets the value of the storeInCredentialStore property.
        Returns:
        possible object is Boolean
      • setStoreInCredentialStore

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