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)
public JAXBElement<String> createAudience(String value)
public JAXBElement<ConditionAbstractType> createCondition(ConditionAbstractType value)
public JAXBElement<StatementAbstractType> createStatement(StatementAbstractType value)
public JAXBElement<SubjectStatementAbstractType> createSubjectStatement(SubjectStatementAbstractType value)
public JAXBElement<NameIdentifierType> createNameIdentifier(NameIdentifierType value)
public JAXBElement<String> createConfirmationMethod(String value)
public JAXBElement<Object> createSubjectConfirmationData(Object value)
public JAXBElement<Object> createAttributeValue(Object value)
public JAXBElement<AttributeDesignatorType> createAttributeDesignator(AttributeDesignatorType value)
Connector Packaging TECHNICAL 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.