Package generated

Class FachdatenType


  • public class FachdatenType
    extends java.lang.Object

    Java-Klasse für FachdatenType complex type.

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

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

      • FachdatenType

        public FachdatenType()
    • Method Detail

      • getFad1

        public java.util.List<FAD1Type> getFad1()
        Gets the value of the fad1 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 fad1 property.

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

            getFad1().add(newItem);
         

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