ObjectFactory.java
//
// This file was generated by the Eclipse Implementation of JAXB, v4.0.5
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
//
package org.apache.cxf.ws.security.sts.provider.model.wstrust14;
import javax.xml.namespace.QName;
import jakarta.xml.bind.JAXBElement;
import jakarta.xml.bind.annotation.XmlElementDecl;
import jakarta.xml.bind.annotation.XmlRegistry;
/**
* 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.
* <p>An ObjectFactory allows you to programmatically
* 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 static final QName _InteractiveChallenge_QNAME = new QName("http://docs.oasis-open.org/ws-sx/ws-trust/200802", "InteractiveChallenge");
private static final QName _Title_QNAME = new QName("http://docs.oasis-open.org/ws-sx/ws-trust/200802", "Title");
private static final QName _TextChallenge_QNAME = new QName("http://docs.oasis-open.org/ws-sx/ws-trust/200802", "TextChallenge");
private static final QName _ChoiceChallenge_QNAME = new QName("http://docs.oasis-open.org/ws-sx/ws-trust/200802", "ChoiceChallenge");
private static final QName _ContextData_QNAME = new QName("http://docs.oasis-open.org/ws-sx/ws-trust/200802", "ContextData");
private static final QName _InteractiveChallengeResponse_QNAME = new QName("http://docs.oasis-open.org/ws-sx/ws-trust/200802", "InteractiveChallengeResponse");
private static final QName _TextChallengeResponse_QNAME = new QName("http://docs.oasis-open.org/ws-sx/ws-trust/200802", "TextChallengeResponse");
private static final QName _ChoiceChallengeResponse_QNAME = new QName("http://docs.oasis-open.org/ws-sx/ws-trust/200802", "ChoiceChallengeResponse");
private static final QName _ActAs_QNAME = new QName("http://docs.oasis-open.org/ws-sx/ws-trust/200802", "ActAs");
/**
* 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 InteractiveChallengeType }
*
* @return
* the new instance of {@link InteractiveChallengeType }
*/
public InteractiveChallengeType createInteractiveChallengeType() {
return new InteractiveChallengeType();
}
/**
* Create an instance of {@link TitleType }
*
* @return
* the new instance of {@link TitleType }
*/
public TitleType createTitleType() {
return new TitleType();
}
/**
* Create an instance of {@link TextChallengeType }
*
* @return
* the new instance of {@link TextChallengeType }
*/
public TextChallengeType createTextChallengeType() {
return new TextChallengeType();
}
/**
* Create an instance of {@link ChoiceChallengeType }
*
* @return
* the new instance of {@link ChoiceChallengeType }
*/
public ChoiceChallengeType createChoiceChallengeType() {
return new ChoiceChallengeType();
}
/**
* Create an instance of {@link ContextDataType }
*
* @return
* the new instance of {@link ContextDataType }
*/
public ContextDataType createContextDataType() {
return new ContextDataType();
}
/**
* Create an instance of {@link InteractiveChallengeResponseType }
*
* @return
* the new instance of {@link InteractiveChallengeResponseType }
*/
public InteractiveChallengeResponseType createInteractiveChallengeResponseType() {
return new InteractiveChallengeResponseType();
}
/**
* Create an instance of {@link TextChallengeResponseType }
*
* @return
* the new instance of {@link TextChallengeResponseType }
*/
public TextChallengeResponseType createTextChallengeResponseType() {
return new TextChallengeResponseType();
}
/**
* Create an instance of {@link ChoiceChallengeResponseType }
*
* @return
* the new instance of {@link ChoiceChallengeResponseType }
*/
public ChoiceChallengeResponseType createChoiceChallengeResponseType() {
return new ChoiceChallengeResponseType();
}
/**
* Create an instance of {@link ActAsType }
*
* @return
* the new instance of {@link ActAsType }
*/
public ActAsType createActAsType() {
return new ActAsType();
}
/**
* Create an instance of {@link ImageType }
*
* @return
* the new instance of {@link ImageType }
*/
public ImageType createImageType() {
return new ImageType();
}
/**
* Create an instance of {@link ChoiceType }
*
* @return
* the new instance of {@link ChoiceType }
*/
public ChoiceType createChoiceType() {
return new ChoiceType();
}
/**
* Create an instance of {@link ChoiceSelectedType }
*
* @return
* the new instance of {@link ChoiceSelectedType }
*/
public ChoiceSelectedType createChoiceSelectedType() {
return new ChoiceSelectedType();
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link InteractiveChallengeType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link InteractiveChallengeType }{@code >}
*/
@XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-sx/ws-trust/200802", name = "InteractiveChallenge")
public JAXBElement<InteractiveChallengeType> createInteractiveChallenge(InteractiveChallengeType value) {
return new JAXBElement<>(_InteractiveChallenge_QNAME, InteractiveChallengeType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link TitleType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link TitleType }{@code >}
*/
@XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-sx/ws-trust/200802", name = "Title")
public JAXBElement<TitleType> createTitle(TitleType value) {
return new JAXBElement<>(_Title_QNAME, TitleType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link TextChallengeType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link TextChallengeType }{@code >}
*/
@XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-sx/ws-trust/200802", name = "TextChallenge")
public JAXBElement<TextChallengeType> createTextChallenge(TextChallengeType value) {
return new JAXBElement<>(_TextChallenge_QNAME, TextChallengeType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ChoiceChallengeType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link ChoiceChallengeType }{@code >}
*/
@XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-sx/ws-trust/200802", name = "ChoiceChallenge")
public JAXBElement<ChoiceChallengeType> createChoiceChallenge(ChoiceChallengeType value) {
return new JAXBElement<>(_ChoiceChallenge_QNAME, ChoiceChallengeType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ContextDataType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link ContextDataType }{@code >}
*/
@XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-sx/ws-trust/200802", name = "ContextData")
public JAXBElement<ContextDataType> createContextData(ContextDataType value) {
return new JAXBElement<>(_ContextData_QNAME, ContextDataType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link InteractiveChallengeResponseType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link InteractiveChallengeResponseType }{@code >}
*/
@XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-sx/ws-trust/200802", name = "InteractiveChallengeResponse")
public JAXBElement<InteractiveChallengeResponseType> createInteractiveChallengeResponse(InteractiveChallengeResponseType value) {
return new JAXBElement<>(_InteractiveChallengeResponse_QNAME, InteractiveChallengeResponseType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link TextChallengeResponseType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link TextChallengeResponseType }{@code >}
*/
@XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-sx/ws-trust/200802", name = "TextChallengeResponse")
public JAXBElement<TextChallengeResponseType> createTextChallengeResponse(TextChallengeResponseType value) {
return new JAXBElement<>(_TextChallengeResponse_QNAME, TextChallengeResponseType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ChoiceChallengeResponseType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link ChoiceChallengeResponseType }{@code >}
*/
@XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-sx/ws-trust/200802", name = "ChoiceChallengeResponse")
public JAXBElement<ChoiceChallengeResponseType> createChoiceChallengeResponse(ChoiceChallengeResponseType value) {
return new JAXBElement<>(_ChoiceChallengeResponse_QNAME, ChoiceChallengeResponseType.class, null, value);
}
/**
* Create an instance of {@link JAXBElement }{@code <}{@link ActAsType }{@code >}
*
* @param value
* Java instance representing xml element's value.
* @return
* the new instance of {@link JAXBElement }{@code <}{@link ActAsType }{@code >}
*/
@XmlElementDecl(namespace = "http://docs.oasis-open.org/ws-sx/ws-trust/200802", name = "ActAs")
public JAXBElement<ActAsType> createActAs(ActAsType value) {
return new JAXBElement<>(_ActAs_QNAME, ActAsType.class, null, value);
}
}