public class ObjectFactory extends Object
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 and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oasis.names.tc.saml._1_0.assertion
|
public ObjectFactory()
public NameIdentifierType createNameIdentifierType()
NameIdentifierType
public Conditions createConditions()
Conditions
public AudienceRestrictionCondition createAudienceRestrictionCondition()
AudienceRestrictionCondition
public DoNotCacheCondition createDoNotCacheCondition()
DoNotCacheCondition
public AuthenticationStatement createAuthenticationStatement()
AuthenticationStatement
public SubjectConfirmation createSubjectConfirmation()
SubjectConfirmation
public SubjectLocality createSubjectLocality()
SubjectLocality
public AuthorityBinding createAuthorityBinding()
AuthorityBinding
public AuthorizationDecisionStatement createAuthorizationDecisionStatement()
AuthorizationDecisionStatement
public AttributeStatement createAttributeStatement()
AttributeStatement
public AttributeDesignatorType createAttributeDesignatorType()
AttributeDesignatorType
public JAXBElement<String> createAssertionIDReference(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
public JAXBElement<String> createAudience(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
public JAXBElement<ConditionAbstractType> createCondition(ConditionAbstractType value)
value
- Java instance representing xml element's value.JAXBElement
<
ConditionAbstractType
>
public JAXBElement<StatementAbstractType> createStatement(StatementAbstractType value)
value
- Java instance representing xml element's value.JAXBElement
<
StatementAbstractType
>
public JAXBElement<SubjectStatementAbstractType> createSubjectStatement(SubjectStatementAbstractType value)
value
- Java instance representing xml element's value.JAXBElement
<
SubjectStatementAbstractType
>
public JAXBElement<NameIdentifierType> createNameIdentifier(NameIdentifierType value)
value
- Java instance representing xml element's value.JAXBElement
<
NameIdentifierType
>
public JAXBElement<String> createConfirmationMethod(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
public JAXBElement<Object> createSubjectConfirmationData(Object value)
value
- Java instance representing xml element's value.JAXBElement
<
Object
>
public JAXBElement<Object> createAttributeValue(Object value)
value
- Java instance representing xml element's value.JAXBElement
<
Object
>
public JAXBElement<AttributeDesignatorType> createAttributeDesignator(AttributeDesignatorType value)
value
- Java instance representing xml element's value.JAXBElement
<
AttributeDesignatorType
>
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.