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()
NameIdentifierTypepublic Conditions createConditions()
Conditionspublic AudienceRestrictionCondition createAudienceRestrictionCondition()
AudienceRestrictionConditionpublic DoNotCacheCondition createDoNotCacheCondition()
DoNotCacheConditionpublic AuthenticationStatement createAuthenticationStatement()
AuthenticationStatementpublic SubjectConfirmation createSubjectConfirmation()
SubjectConfirmationpublic SubjectLocality createSubjectLocality()
SubjectLocalitypublic AuthorityBinding createAuthorityBinding()
AuthorityBindingpublic AuthorizationDecisionStatement createAuthorizationDecisionStatement()
AuthorizationDecisionStatementpublic AttributeStatement createAttributeStatement()
AttributeStatementpublic AttributeDesignatorType createAttributeDesignatorType()
AttributeDesignatorTypepublic 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 generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.