Class ObjectFactory
- java.lang.Object
-
- net.anwiba.commons.mail.schema.account.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis object contains factory methods for each Java content interface and Java element interface generated in the net.anwiba.commons.mail.schema.account package.An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.anwiba.commons.mail.schema.account
-
Method Summary
-
-
-
Method Detail
-
createAbstractAuthentification
public AbstractAuthentification createAbstractAuthentification()
Create an instance ofAbstractAuthentification
-
createPlainAuthentification
public PlainAuthentification createPlainAuthentification()
Create an instance ofPlainAuthentification
-
createLoginAuthentification
public LoginAuthentification createLoginAuthentification()
Create an instance ofLoginAuthentification
-
createNoneAuthentification
public NoneAuthentification createNoneAuthentification()
Create an instance ofNoneAuthentification
-
createAuthorization
public Authorization createAuthorization()
Create an instance ofAuthorization
-
createAbstractUserPasswordAuthentification
public AbstractUserPasswordAuthentification createAbstractUserPasswordAuthentification()
Create an instance ofAbstractUserPasswordAuthentification
-
createAccount
public jakarta.xml.bind.JAXBElement<Account> createAccount(Account value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Account>
-
createAuthentification
public jakarta.xml.bind.JAXBElement<AbstractAuthentification> createAuthentification(AbstractAuthentification value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AbstractAuthentification>
-
createPlain
public jakarta.xml.bind.JAXBElement<PlainAuthentification> createPlain(PlainAuthentification value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PlainAuthentification>
-
createLogin
public jakarta.xml.bind.JAXBElement<LoginAuthentification> createLogin(LoginAuthentification value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<LoginAuthentification>
-
createNone
public jakarta.xml.bind.JAXBElement<NoneAuthentification> createNone(NoneAuthentification value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<NoneAuthentification>
-
-