Package generated

Class DistinguishedNameType


  • public class DistinguishedNameType
    extends java.lang.Object

    Java-Klasse für DistinguishedNameType complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

     <complexType name="DistinguishedNameType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="cn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="uid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="dc" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="2" minOccurs="0"/>
             <element name="ou" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="2" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String cn  
      protected java.util.List<java.lang.String> dc  
      protected java.util.List<java.lang.String> ou  
      protected java.lang.String uid  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCn()
      Ruft den Wert der cn-Eigenschaft ab.
      java.util.List<java.lang.String> getDc()
      Gets the value of the dc property.
      java.util.List<java.lang.String> getOu()
      Gets the value of the ou property.
      java.lang.String getUid()
      Ruft den Wert der uid-Eigenschaft ab.
      void setCn​(java.lang.String value)
      Legt den Wert der cn-Eigenschaft fest.
      void setUid​(java.lang.String value)
      Legt den Wert der uid-Eigenschaft fest.
      • Methods inherited from class java.lang.Object

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

      • cn

        protected java.lang.String cn
      • uid

        protected java.lang.String uid
      • dc

        protected java.util.List<java.lang.String> dc
      • ou

        protected java.util.List<java.lang.String> ou
    • Constructor Detail

      • DistinguishedNameType

        public DistinguishedNameType()
    • Method Detail

      • getCn

        public java.lang.String getCn()
        Ruft den Wert der cn-Eigenschaft ab.
        Returns:
        possible object is String
      • setCn

        public void setCn​(java.lang.String value)
        Legt den Wert der cn-Eigenschaft fest.
        Parameters:
        value - allowed object is String
      • getUid

        public java.lang.String getUid()
        Ruft den Wert der uid-Eigenschaft ab.
        Returns:
        possible object is String
      • setUid

        public void setUid​(java.lang.String value)
        Legt den Wert der uid-Eigenschaft fest.
        Parameters:
        value - allowed object is String
      • getDc

        public java.util.List<java.lang.String> getDc()
        Gets the value of the dc 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 JAXB object. This is why there is not a set method for the dc property.

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

            getDc().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getOu

        public java.util.List<java.lang.String> getOu()
        Gets the value of the ou 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 JAXB object. This is why there is not a set method for the ou property.

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

            getOu().add(newItem);
         

        Objects of the following type(s) are allowed in the list String