Class DtoLDAPAuthorizationMap

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    public class DtoLDAPAuthorizationMap
    extends Object
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    Java 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">
           <choice maxOccurs="unbounded" minOccurs="0">
             <choice>
               <element name="context" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <sequence minOccurs="0">
                         <any maxOccurs="unbounded" minOccurs="0"/>
                       </sequence>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="options" maxOccurs="unbounded" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <sequence maxOccurs="unbounded" minOccurs="0">
                         <any maxOccurs="unbounded" minOccurs="0"/>
                       </sequence>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="queueSearchMatchingFormat" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <sequence minOccurs="0">
                         <any maxOccurs="unbounded" minOccurs="0"/>
                       </sequence>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <element name="topicSearchMatchingFormat" minOccurs="0">
                 <complexType>
                   <complexContent>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                       <sequence minOccurs="0">
                         <any maxOccurs="unbounded" minOccurs="0"/>
                       </sequence>
                     </restriction>
                   </complexContent>
                 </complexType>
               </element>
               <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
             </choice>
           </choice>
           <attribute name="adminAttribute" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="adminBase" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="advisorySearchBase" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="authentication" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="connectionPassword" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="connectionProtocol" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="connectionURL" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="connectionUsername" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="context" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="initialContextFactory" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="options" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="queueSearchMatchingFormat" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="queueSearchSubtreeBool" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="readAttribute" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="readBase" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="tempSearchBase" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="topicSearchMatchingFormat" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="topicSearchSubtreeBool" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="useAdvisorySearchBase" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="writeAttribute" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="writeBase" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • contextOrOptionsOrQueueSearchMatchingFormat

        protected List<Object> contextOrOptionsOrQueueSearchMatchingFormat
      • adminAttribute

        protected String adminAttribute
      • adminBase

        protected String adminBase
      • advisorySearchBase

        protected String advisorySearchBase
      • authentication

        protected String authentication
      • connectionPassword

        protected String connectionPassword
      • connectionProtocol

        protected String connectionProtocol
      • connectionURL

        protected String connectionURL
      • connectionUsername

        protected String connectionUsername
      • context

        protected String context
      • initialContextFactory

        protected String initialContextFactory
      • options

        protected String options
      • queueSearchMatchingFormat

        protected String queueSearchMatchingFormat
      • queueSearchSubtreeBool

        protected Boolean queueSearchSubtreeBool
      • readAttribute

        protected String readAttribute
      • readBase

        protected String readBase
      • tempSearchBase

        protected String tempSearchBase
      • topicSearchMatchingFormat

        protected String topicSearchMatchingFormat
      • topicSearchSubtreeBool

        protected Boolean topicSearchSubtreeBool
      • useAdvisorySearchBase

        protected Boolean useAdvisorySearchBase
      • writeAttribute

        protected String writeAttribute
      • writeBase

        protected String writeBase
    • Constructor Detail

      • DtoLDAPAuthorizationMap

        public DtoLDAPAuthorizationMap()
    • Method Detail

      • getAdminAttribute

        public String getAdminAttribute()
        Gets the value of the adminAttribute property.
        Returns:
        possible object is String
      • setAdminAttribute

        public void setAdminAttribute​(String value)
        Sets the value of the adminAttribute property.
        Parameters:
        value - allowed object is String
      • getAdminBase

        public String getAdminBase()
        Gets the value of the adminBase property.
        Returns:
        possible object is String
      • setAdminBase

        public void setAdminBase​(String value)
        Sets the value of the adminBase property.
        Parameters:
        value - allowed object is String
      • getAdvisorySearchBase

        public String getAdvisorySearchBase()
        Gets the value of the advisorySearchBase property.
        Returns:
        possible object is String
      • setAdvisorySearchBase

        public void setAdvisorySearchBase​(String value)
        Sets the value of the advisorySearchBase property.
        Parameters:
        value - allowed object is String
      • getAuthentication

        public String getAuthentication()
        Gets the value of the authentication property.
        Returns:
        possible object is String
      • setAuthentication

        public void setAuthentication​(String value)
        Sets the value of the authentication property.
        Parameters:
        value - allowed object is String
      • getConnectionPassword

        public String getConnectionPassword()
        Gets the value of the connectionPassword property.
        Returns:
        possible object is String
      • setConnectionPassword

        public void setConnectionPassword​(String value)
        Sets the value of the connectionPassword property.
        Parameters:
        value - allowed object is String
      • getConnectionProtocol

        public String getConnectionProtocol()
        Gets the value of the connectionProtocol property.
        Returns:
        possible object is String
      • setConnectionProtocol

        public void setConnectionProtocol​(String value)
        Sets the value of the connectionProtocol property.
        Parameters:
        value - allowed object is String
      • getConnectionURL

        public String getConnectionURL()
        Gets the value of the connectionURL property.
        Returns:
        possible object is String
      • setConnectionURL

        public void setConnectionURL​(String value)
        Sets the value of the connectionURL property.
        Parameters:
        value - allowed object is String
      • getConnectionUsername

        public String getConnectionUsername()
        Gets the value of the connectionUsername property.
        Returns:
        possible object is String
      • setConnectionUsername

        public void setConnectionUsername​(String value)
        Sets the value of the connectionUsername property.
        Parameters:
        value - allowed object is String
      • getContext

        public String getContext()
        Gets the value of the context property.
        Returns:
        possible object is String
      • setContext

        public void setContext​(String value)
        Sets the value of the context property.
        Parameters:
        value - allowed object is String
      • getInitialContextFactory

        public String getInitialContextFactory()
        Gets the value of the initialContextFactory property.
        Returns:
        possible object is String
      • setInitialContextFactory

        public void setInitialContextFactory​(String value)
        Sets the value of the initialContextFactory property.
        Parameters:
        value - allowed object is String
      • getOptions

        public String getOptions()
        Gets the value of the options property.
        Returns:
        possible object is String
      • setOptions

        public void setOptions​(String value)
        Sets the value of the options property.
        Parameters:
        value - allowed object is String
      • getQueueSearchMatchingFormat

        public String getQueueSearchMatchingFormat()
        Gets the value of the queueSearchMatchingFormat property.
        Returns:
        possible object is String
      • setQueueSearchMatchingFormat

        public void setQueueSearchMatchingFormat​(String value)
        Sets the value of the queueSearchMatchingFormat property.
        Parameters:
        value - allowed object is String
      • isQueueSearchSubtreeBool

        public Boolean isQueueSearchSubtreeBool()
        Gets the value of the queueSearchSubtreeBool property.
        Returns:
        possible object is Boolean
      • setQueueSearchSubtreeBool

        public void setQueueSearchSubtreeBool​(Boolean value)
        Sets the value of the queueSearchSubtreeBool property.
        Parameters:
        value - allowed object is Boolean
      • getReadAttribute

        public String getReadAttribute()
        Gets the value of the readAttribute property.
        Returns:
        possible object is String
      • setReadAttribute

        public void setReadAttribute​(String value)
        Sets the value of the readAttribute property.
        Parameters:
        value - allowed object is String
      • getReadBase

        public String getReadBase()
        Gets the value of the readBase property.
        Returns:
        possible object is String
      • setReadBase

        public void setReadBase​(String value)
        Sets the value of the readBase property.
        Parameters:
        value - allowed object is String
      • getTempSearchBase

        public String getTempSearchBase()
        Gets the value of the tempSearchBase property.
        Returns:
        possible object is String
      • setTempSearchBase

        public void setTempSearchBase​(String value)
        Sets the value of the tempSearchBase property.
        Parameters:
        value - allowed object is String
      • getTopicSearchMatchingFormat

        public String getTopicSearchMatchingFormat()
        Gets the value of the topicSearchMatchingFormat property.
        Returns:
        possible object is String
      • setTopicSearchMatchingFormat

        public void setTopicSearchMatchingFormat​(String value)
        Sets the value of the topicSearchMatchingFormat property.
        Parameters:
        value - allowed object is String
      • isTopicSearchSubtreeBool

        public Boolean isTopicSearchSubtreeBool()
        Gets the value of the topicSearchSubtreeBool property.
        Returns:
        possible object is Boolean
      • setTopicSearchSubtreeBool

        public void setTopicSearchSubtreeBool​(Boolean value)
        Sets the value of the topicSearchSubtreeBool property.
        Parameters:
        value - allowed object is Boolean
      • isUseAdvisorySearchBase

        public Boolean isUseAdvisorySearchBase()
        Gets the value of the useAdvisorySearchBase property.
        Returns:
        possible object is Boolean
      • setUseAdvisorySearchBase

        public void setUseAdvisorySearchBase​(Boolean value)
        Sets the value of the useAdvisorySearchBase property.
        Parameters:
        value - allowed object is Boolean
      • getWriteAttribute

        public String getWriteAttribute()
        Gets the value of the writeAttribute property.
        Returns:
        possible object is String
      • setWriteAttribute

        public void setWriteAttribute​(String value)
        Sets the value of the writeAttribute property.
        Parameters:
        value - allowed object is String
      • getWriteBase

        public String getWriteBase()
        Gets the value of the writeBase property.
        Returns:
        possible object is String
      • setWriteBase

        public void setWriteBase​(String value)
        Sets the value of the writeBase property.
        Parameters:
        value - allowed object is String
      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getOtherAttributes

        public Map<QName,​String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null
      • append

        public StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2