Class DtoLDAPAuthorizationMap

java.lang.Object
org.apache.activemq.schema.core.DtoLDAPAuthorizationMap
All Implemented Interfaces:
org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

public class DtoLDAPAuthorizationMap extends Object implements org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

Classe Java pour anonymous complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <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 Details

    • 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
    • id

      protected String id
  • Constructor Details

    • DtoLDAPAuthorizationMap

      public DtoLDAPAuthorizationMap()
  • Method Details

    • getContextOrOptionsOrQueueSearchMatchingFormat

      public List<Object> getContextOrOptionsOrQueueSearchMatchingFormat()
      Gets the value of the contextOrOptionsOrQueueSearchMatchingFormat property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the contextOrOptionsOrQueueSearchMatchingFormat property.

      For example, to add a new item, do as follows:

          getContextOrOptionsOrQueueSearchMatchingFormat().add(newItem);
       

      Objects of the following type(s) are allowed in the list JAXBElement<DtoLDAPAuthorizationMap.Context> JAXBElement<DtoLDAPAuthorizationMap.Options> JAXBElement<DtoLDAPAuthorizationMap.QueueSearchMatchingFormat> JAXBElement<DtoLDAPAuthorizationMap.TopicSearchMatchingFormat> Object

    • getAdminAttribute

      public String getAdminAttribute()
      Obtient la valeur de la propriété adminAttribute.
      Returns:
      possible object is String
    • setAdminAttribute

      public void setAdminAttribute(String value)
      Définit la valeur de la propriété adminAttribute.
      Parameters:
      value - allowed object is String
    • getAdminBase

      public String getAdminBase()
      Obtient la valeur de la propriété adminBase.
      Returns:
      possible object is String
    • setAdminBase

      public void setAdminBase(String value)
      Définit la valeur de la propriété adminBase.
      Parameters:
      value - allowed object is String
    • getAdvisorySearchBase

      public String getAdvisorySearchBase()
      Obtient la valeur de la propriété advisorySearchBase.
      Returns:
      possible object is String
    • setAdvisorySearchBase

      public void setAdvisorySearchBase(String value)
      Définit la valeur de la propriété advisorySearchBase.
      Parameters:
      value - allowed object is String
    • getAuthentication

      public String getAuthentication()
      Obtient la valeur de la propriété authentication.
      Returns:
      possible object is String
    • setAuthentication

      public void setAuthentication(String value)
      Définit la valeur de la propriété authentication.
      Parameters:
      value - allowed object is String
    • getConnectionPassword

      public String getConnectionPassword()
      Obtient la valeur de la propriété connectionPassword.
      Returns:
      possible object is String
    • setConnectionPassword

      public void setConnectionPassword(String value)
      Définit la valeur de la propriété connectionPassword.
      Parameters:
      value - allowed object is String
    • getConnectionProtocol

      public String getConnectionProtocol()
      Obtient la valeur de la propriété connectionProtocol.
      Returns:
      possible object is String
    • setConnectionProtocol

      public void setConnectionProtocol(String value)
      Définit la valeur de la propriété connectionProtocol.
      Parameters:
      value - allowed object is String
    • getConnectionURL

      public String getConnectionURL()
      Obtient la valeur de la propriété connectionURL.
      Returns:
      possible object is String
    • setConnectionURL

      public void setConnectionURL(String value)
      Définit la valeur de la propriété connectionURL.
      Parameters:
      value - allowed object is String
    • getConnectionUsername

      public String getConnectionUsername()
      Obtient la valeur de la propriété connectionUsername.
      Returns:
      possible object is String
    • setConnectionUsername

      public void setConnectionUsername(String value)
      Définit la valeur de la propriété connectionUsername.
      Parameters:
      value - allowed object is String
    • getContext

      public String getContext()
      Obtient la valeur de la propriété context.
      Returns:
      possible object is String
    • setContext

      public void setContext(String value)
      Définit la valeur de la propriété context.
      Parameters:
      value - allowed object is String
    • getInitialContextFactory

      public String getInitialContextFactory()
      Obtient la valeur de la propriété initialContextFactory.
      Returns:
      possible object is String
    • setInitialContextFactory

      public void setInitialContextFactory(String value)
      Définit la valeur de la propriété initialContextFactory.
      Parameters:
      value - allowed object is String
    • getOptions

      public String getOptions()
      Obtient la valeur de la propriété options.
      Returns:
      possible object is String
    • setOptions

      public void setOptions(String value)
      Définit la valeur de la propriété options.
      Parameters:
      value - allowed object is String
    • getQueueSearchMatchingFormat

      public String getQueueSearchMatchingFormat()
      Obtient la valeur de la propriété queueSearchMatchingFormat.
      Returns:
      possible object is String
    • setQueueSearchMatchingFormat

      public void setQueueSearchMatchingFormat(String value)
      Définit la valeur de la propriété queueSearchMatchingFormat.
      Parameters:
      value - allowed object is String
    • isQueueSearchSubtreeBool

      public Boolean isQueueSearchSubtreeBool()
      Obtient la valeur de la propriété queueSearchSubtreeBool.
      Returns:
      possible object is Boolean
    • setQueueSearchSubtreeBool

      public void setQueueSearchSubtreeBool(Boolean value)
      Définit la valeur de la propriété queueSearchSubtreeBool.
      Parameters:
      value - allowed object is Boolean
    • getReadAttribute

      public String getReadAttribute()
      Obtient la valeur de la propriété readAttribute.
      Returns:
      possible object is String
    • setReadAttribute

      public void setReadAttribute(String value)
      Définit la valeur de la propriété readAttribute.
      Parameters:
      value - allowed object is String
    • getReadBase

      public String getReadBase()
      Obtient la valeur de la propriété readBase.
      Returns:
      possible object is String
    • setReadBase

      public void setReadBase(String value)
      Définit la valeur de la propriété readBase.
      Parameters:
      value - allowed object is String
    • getTempSearchBase

      public String getTempSearchBase()
      Obtient la valeur de la propriété tempSearchBase.
      Returns:
      possible object is String
    • setTempSearchBase

      public void setTempSearchBase(String value)
      Définit la valeur de la propriété tempSearchBase.
      Parameters:
      value - allowed object is String
    • getTopicSearchMatchingFormat

      public String getTopicSearchMatchingFormat()
      Obtient la valeur de la propriété topicSearchMatchingFormat.
      Returns:
      possible object is String
    • setTopicSearchMatchingFormat

      public void setTopicSearchMatchingFormat(String value)
      Définit la valeur de la propriété topicSearchMatchingFormat.
      Parameters:
      value - allowed object is String
    • isTopicSearchSubtreeBool

      public Boolean isTopicSearchSubtreeBool()
      Obtient la valeur de la propriété topicSearchSubtreeBool.
      Returns:
      possible object is Boolean
    • setTopicSearchSubtreeBool

      public void setTopicSearchSubtreeBool(Boolean value)
      Définit la valeur de la propriété topicSearchSubtreeBool.
      Parameters:
      value - allowed object is Boolean
    • isUseAdvisorySearchBase

      public Boolean isUseAdvisorySearchBase()
      Obtient la valeur de la propriété useAdvisorySearchBase.
      Returns:
      possible object is Boolean
    • setUseAdvisorySearchBase

      public void setUseAdvisorySearchBase(Boolean value)
      Définit la valeur de la propriété useAdvisorySearchBase.
      Parameters:
      value - allowed object is Boolean
    • getWriteAttribute

      public String getWriteAttribute()
      Obtient la valeur de la propriété writeAttribute.
      Returns:
      possible object is String
    • setWriteAttribute

      public void setWriteAttribute(String value)
      Définit la valeur de la propriété writeAttribute.
      Parameters:
      value - allowed object is String
    • getWriteBase

      public String getWriteBase()
      Obtient la valeur de la propriété writeBase.
      Returns:
      possible object is String
    • setWriteBase

      public void setWriteBase(String value)
      Définit la valeur de la propriété writeBase.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Obtient la valeur de la propriété id.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Définit la valeur de la propriété id.
      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
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

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

      public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)
      Specified by:
      equals in interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object