All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.cxf.ws.security.sts.provider.model.wstrust14.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 2.7.18
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2012.05.30 at 11:05:18 AM EDT 
//


package org.apache.cxf.ws.security.sts.provider.model.wstrust14;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.apache.cxf.ws.security.sts.provider.model.wstrust14 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. * */ @XmlRegistry public class ObjectFactory { private final static QName _TextChallengeResponse_QNAME = new QName("http://docs.oasis-open.org/ws-sx/ws-trust/200802", "TextChallengeResponse"); private final static QName _ChoiceChallenge_QNAME = new QName("http://docs.oasis-open.org/ws-sx/ws-trust/200802", "ChoiceChallenge"); private final static QName _ContextData_QNAME = new QName("http://docs.oasis-open.org/ws-sx/ws-trust/200802", "ContextData"); private final static QName _ChoiceChallengeResponse_QNAME = new QName("http://docs.oasis-open.org/ws-sx/ws-trust/200802", "ChoiceChallengeResponse"); private final static QName _TextChallenge_QNAME = new QName("http://docs.oasis-open.org/ws-sx/ws-trust/200802", "TextChallenge"); private final static QName _InteractiveChallengeResponse_QNAME = new QName("http://docs.oasis-open.org/ws-sx/ws-trust/200802", "InteractiveChallengeResponse"); private final static QName _ActAs_QNAME = new QName("http://docs.oasis-open.org/ws-sx/ws-trust/200802", "ActAs"); private final static QName _Title_QNAME = new QName("http://docs.oasis-open.org/ws-sx/ws-trust/200802", "Title"); private final static QName _InteractiveChallenge_QNAME = new QName("http://docs.oasis-open.org/ws-sx/ws-trust/200802", "InteractiveChallenge"); /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.security.sts.provider.model.wstrust14 * */ public ObjectFactory() { } /** * Create an instance of {@link ActAsType } * */ public ActAsType createActAsType() { return new ActAsType(); } /** * Create an instance of {@link ChoiceChallengeType } * */ public ChoiceChallengeType createChoiceChallengeType() { return new ChoiceChallengeType(); } /** * Create an instance of {@link TextChallengeResponseType } * */ public TextChallengeResponseType createTextChallengeResponseType() { return new TextChallengeResponseType(); } /** * Create an instance of {@link InteractiveChallengeResponseType } * */ public InteractiveChallengeResponseType createInteractiveChallengeResponseType() { return new InteractiveChallengeResponseType(); } /** * Create an instance of {@link InteractiveChallengeType } * */ public InteractiveChallengeType createInteractiveChallengeType() { return new InteractiveChallengeType(); } /** * Create an instance of {@link TitleType } * */ public TitleType createTitleType() { return new TitleType(); } /** * Create an instance of {@link ChoiceSelectedType } * */ public ChoiceSelectedType createChoiceSelectedType() { return new ChoiceSelectedType(); } /** * Create an instance of {@link ContextDataType } * */ public ContextDataType createContextDataType() { return new ContextDataType(); } /** * Create an instance of {@link ImageType } * */ public ImageType createImageType() { return new ImageType(); } /** * Create an instance of {@link TextChallengeType } * */ public TextChallengeType createTextChallengeType() { return new TextChallengeType(); } /** * Create an instance of {@link ChoiceType } * */ public ChoiceType createChoiceType() { return new ChoiceType(); } /** * Create an instance of {@link ChoiceChallengeResponseType } * */ public ChoiceChallengeResponseType createChoiceChallengeResponseType() { return new ChoiceChallengeResponseType(); } /** * Create an instance of {@link JAXBElement }{@code <}{@link TextChallengeResponseType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-sx/ws-trust/200802", name = "TextChallengeResponse") public JAXBElement createTextChallengeResponse(TextChallengeResponseType value) { return new JAXBElement(_TextChallengeResponse_QNAME, TextChallengeResponseType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ChoiceChallengeType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-sx/ws-trust/200802", name = "ChoiceChallenge") public JAXBElement createChoiceChallenge(ChoiceChallengeType value) { return new JAXBElement(_ChoiceChallenge_QNAME, ChoiceChallengeType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ContextDataType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-sx/ws-trust/200802", name = "ContextData") public JAXBElement createContextData(ContextDataType value) { return new JAXBElement(_ContextData_QNAME, ContextDataType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ChoiceChallengeResponseType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-sx/ws-trust/200802", name = "ChoiceChallengeResponse") public JAXBElement createChoiceChallengeResponse(ChoiceChallengeResponseType value) { return new JAXBElement(_ChoiceChallengeResponse_QNAME, ChoiceChallengeResponseType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link TextChallengeType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-sx/ws-trust/200802", name = "TextChallenge") public JAXBElement createTextChallenge(TextChallengeType value) { return new JAXBElement(_TextChallenge_QNAME, TextChallengeType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link InteractiveChallengeResponseType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-sx/ws-trust/200802", name = "InteractiveChallengeResponse") public JAXBElement createInteractiveChallengeResponse(InteractiveChallengeResponseType value) { return new JAXBElement(_InteractiveChallengeResponse_QNAME, InteractiveChallengeResponseType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link ActAsType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-sx/ws-trust/200802", name = "ActAs") public JAXBElement createActAs(ActAsType value) { return new JAXBElement(_ActAs_QNAME, ActAsType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link TitleType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-sx/ws-trust/200802", name = "Title") public JAXBElement createTitle(TitleType value) { return new JAXBElement(_Title_QNAME, TitleType.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link InteractiveChallengeType }{@code >}} * */ @XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-sx/ws-trust/200802", name = "InteractiveChallenge") public JAXBElement createInteractiveChallenge(InteractiveChallengeType value) { return new JAXBElement(_InteractiveChallenge_QNAME, InteractiveChallengeType.class, null, value); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy