Class Authorization
- java.lang.Object
-
- net.anwiba.commons.mail.schema.account.Authorization
-
public class Authorization extends java.lang.ObjectJava class for Authorization complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Authorization"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.anwiba.net/mail/account}authentification"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends AbstractAuthentification>authentification
-
Constructor Summary
Constructors Constructor Description Authorization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.xml.bind.JAXBElement<? extends AbstractAuthentification>getAuthentification()Gets the value of the authentification property.voidsetAuthentification(jakarta.xml.bind.JAXBElement<? extends AbstractAuthentification> value)Sets the value of the authentification property.
-
-
-
Field Detail
-
authentification
protected jakarta.xml.bind.JAXBElement<? extends AbstractAuthentification> authentification
-
-
Method Detail
-
getAuthentification
public jakarta.xml.bind.JAXBElement<? extends AbstractAuthentification> getAuthentification()
Gets the value of the authentification property.- Returns:
- possible object is
JAXBElement<AbstractAuthentification>JAXBElement<LoginAuthentification>JAXBElement<NoneAuthentification>JAXBElement<PlainAuthentification>
-
setAuthentification
public void setAuthentification(jakarta.xml.bind.JAXBElement<? extends AbstractAuthentification> value)
Sets the value of the authentification property.- Parameters:
value- allowed object isJAXBElement<AbstractAuthentification>JAXBElement<LoginAuthentification>JAXBElement<NoneAuthentification>JAXBElement<PlainAuthentification>
-
-