Package generated

Class FAD1Type


  • public class FAD1Type
    extends java.lang.Object

    Java-Klasse für FAD1Type complex type.

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

     <complexType name="FAD1Type">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="dn" type="{}DistinguishedNameType" minOccurs="0"/>
             <element name="mail" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected DistinguishedNameType dn  
      protected java.util.List<java.lang.String> mail  
    • Constructor Summary

      Constructors 
      Constructor Description
      FAD1Type()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DistinguishedNameType getDn()
      Ruft den Wert der dn-Eigenschaft ab.
      java.util.List<java.lang.String> getMail()
      Gets the value of the mail property.
      void setDn​(DistinguishedNameType value)
      Legt den Wert der dn-Eigenschaft fest.
      • Methods inherited from class java.lang.Object

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

      • FAD1Type

        public FAD1Type()
    • Method Detail

      • getMail

        public java.util.List<java.lang.String> getMail()
        Gets the value of the mail 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 mail property.

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

            getMail().add(newItem);
         

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