Package generated
Class FAD1Type
- java.lang.Object
- 
- generated.FAD1Type
 
- 
 public class FAD1Type extends java.lang.ObjectJava-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 SummaryFields Modifier and Type Field Description protected DistinguishedNameTypednprotected java.util.List<java.lang.String>mail
 - 
Constructor SummaryConstructors Constructor Description FAD1Type()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DistinguishedNameTypegetDn()Ruft den Wert der dn-Eigenschaft ab.java.util.List<java.lang.String>getMail()Gets the value of the mail property.voidsetDn(DistinguishedNameType value)Legt den Wert der dn-Eigenschaft fest.
 
- 
- 
- 
Field Detail- 
dnprotected DistinguishedNameType dn 
 - 
mailprotected java.util.List<java.lang.String> mail 
 
- 
 - 
Method Detail- 
getDnpublic DistinguishedNameType getDn() Ruft den Wert der dn-Eigenschaft ab.- Returns:
- possible object is
     DistinguishedNameType
 
 - 
setDnpublic void setDn(DistinguishedNameType value) Legt den Wert der dn-Eigenschaft fest.- Parameters:
- value- allowed object is- DistinguishedNameType
 
 - 
getMailpublic 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 setmethod 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
 
- 
 
-