oasis.names.tc.saml._2_0.metadata
Class ObjectFactory

java.lang.Object
  extended by oasis.names.tc.saml._2_0.metadata.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the oasis.names.tc.saml._2_0.metadata 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.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oasis.names.tc.saml._2_0.metadata
 
Method Summary
 AdditionalMetadataLocation createAdditionalMetadataLocation()
          Create an instance of AdditionalMetadataLocation
 JAXBElement<String> createAffiliateMember(String value)
          Create an instance of JAXBElement<String>}
 AffiliationDescriptor createAffiliationDescriptor()
          Create an instance of AffiliationDescriptor
 JAXBElement<IndexedEndpointType> createArtifactResolutionService(IndexedEndpointType value)
          Create an instance of JAXBElement<IndexedEndpointType>}
 JAXBElement<IndexedEndpointType> createAssertionConsumerService(IndexedEndpointType value)
          Create an instance of JAXBElement<IndexedEndpointType>}
 JAXBElement<EndpointType> createAssertionIDRequestService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 AttributeAuthorityDescriptor createAttributeAuthorityDescriptor()
          Create an instance of AttributeAuthorityDescriptor
 AttributeConsumingService createAttributeConsumingService()
          Create an instance of AttributeConsumingService
 JAXBElement<String> createAttributeProfile(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<EndpointType> createAttributeService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 AuthnAuthorityDescriptor createAuthnAuthorityDescriptor()
          Create an instance of AuthnAuthorityDescriptor
 JAXBElement<EndpointType> createAuthnQueryService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 JAXBElement<EndpointType> createAuthzService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 JAXBElement<String> createCompany(String value)
          Create an instance of JAXBElement<String>}
 ContactPerson createContactPerson()
          Create an instance of ContactPerson
 JAXBElement<String> createEmailAddress(String value)
          Create an instance of JAXBElement<String>}
 EndpointType createEndpointType()
          Create an instance of EndpointType
 EntitiesDescriptor createEntitiesDescriptor()
          Create an instance of EntitiesDescriptor
 EntityDescriptor createEntityDescriptor()
          Create an instance of EntityDescriptor
 Extensions createExtensions()
          Create an instance of Extensions
 JAXBElement<String> createGivenName(String value)
          Create an instance of JAXBElement<String>}
 IDPSSODescriptor createIDPSSODescriptor()
          Create an instance of IDPSSODescriptor
 IndexedEndpointType createIndexedEndpointType()
          Create an instance of IndexedEndpointType
 KeyDescriptor createKeyDescriptor()
          Create an instance of KeyDescriptor
 LocalizedNameType createLocalizedNameType()
          Create an instance of LocalizedNameType
 JAXBElement<EndpointType> createManageNameIDService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 JAXBElement<String> createNameIDFormat(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<EndpointType> createNameIDMappingService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 Organization createOrganization()
          Create an instance of Organization
 JAXBElement<LocalizedNameType> createOrganizationDisplayName(LocalizedNameType value)
          Create an instance of JAXBElement<LocalizedNameType>}
 JAXBElement<LocalizedNameType> createOrganizationName(LocalizedNameType value)
          Create an instance of JAXBElement<LocalizedNameType>}
 OrganizationURL createOrganizationURL()
          Create an instance of OrganizationURL
 PDPDescriptor createPDPDescriptor()
          Create an instance of PDPDescriptor
 RequestedAttribute createRequestedAttribute()
          Create an instance of RequestedAttribute
 JAXBElement<RoleDescriptorType> createRoleDescriptor(RoleDescriptorType value)
          Create an instance of JAXBElement<RoleDescriptorType>}
 JAXBElement<LocalizedNameType> createServiceDescription(LocalizedNameType value)
          Create an instance of JAXBElement<LocalizedNameType>}
 JAXBElement<LocalizedNameType> createServiceName(LocalizedNameType value)
          Create an instance of JAXBElement<LocalizedNameType>}
 JAXBElement<EndpointType> createSingleLogoutService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 JAXBElement<EndpointType> createSingleSignOnService(EndpointType value)
          Create an instance of JAXBElement<EndpointType>}
 SPSSODescriptor createSPSSODescriptor()
          Create an instance of SPSSODescriptor
 JAXBElement<String> createSurName(String value)
          Create an instance of JAXBElement<String>}
 JAXBElement<String> createTelephoneNumber(String value)
          Create an instance of JAXBElement<String>}
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: oasis.names.tc.saml._2_0.metadata

Method Detail

createEndpointType

public EndpointType createEndpointType()
Create an instance of EndpointType


createIndexedEndpointType

public IndexedEndpointType createIndexedEndpointType()
Create an instance of IndexedEndpointType


createEntitiesDescriptor

public EntitiesDescriptor createEntitiesDescriptor()
Create an instance of EntitiesDescriptor


createExtensions

public Extensions createExtensions()
Create an instance of Extensions


createEntityDescriptor

public EntityDescriptor createEntityDescriptor()
Create an instance of EntityDescriptor


createAffiliationDescriptor

public AffiliationDescriptor createAffiliationDescriptor()
Create an instance of AffiliationDescriptor


createKeyDescriptor

public KeyDescriptor createKeyDescriptor()
Create an instance of KeyDescriptor


createIDPSSODescriptor

public IDPSSODescriptor createIDPSSODescriptor()
Create an instance of IDPSSODescriptor


createOrganization

public Organization createOrganization()
Create an instance of Organization


createLocalizedNameType

public LocalizedNameType createLocalizedNameType()
Create an instance of LocalizedNameType


createOrganizationURL

public OrganizationURL createOrganizationURL()
Create an instance of OrganizationURL


createContactPerson

public ContactPerson createContactPerson()
Create an instance of ContactPerson


createSPSSODescriptor

public SPSSODescriptor createSPSSODescriptor()
Create an instance of SPSSODescriptor


createAttributeConsumingService

public AttributeConsumingService createAttributeConsumingService()
Create an instance of AttributeConsumingService


createRequestedAttribute

public RequestedAttribute createRequestedAttribute()
Create an instance of RequestedAttribute


createAuthnAuthorityDescriptor

public AuthnAuthorityDescriptor createAuthnAuthorityDescriptor()
Create an instance of AuthnAuthorityDescriptor


createAttributeAuthorityDescriptor

public AttributeAuthorityDescriptor createAttributeAuthorityDescriptor()
Create an instance of AttributeAuthorityDescriptor


createPDPDescriptor

public PDPDescriptor createPDPDescriptor()
Create an instance of PDPDescriptor


createAdditionalMetadataLocation

public AdditionalMetadataLocation createAdditionalMetadataLocation()
Create an instance of AdditionalMetadataLocation


createSingleLogoutService

public JAXBElement<EndpointType> createSingleLogoutService(EndpointType value)
Create an instance of JAXBElement<EndpointType>}


createAttributeService

public JAXBElement<EndpointType> createAttributeService(EndpointType value)
Create an instance of JAXBElement<EndpointType>}


createAuthzService

public JAXBElement<EndpointType> createAuthzService(EndpointType value)
Create an instance of JAXBElement<EndpointType>}


createAuthnQueryService

public JAXBElement<EndpointType> createAuthnQueryService(EndpointType value)
Create an instance of JAXBElement<EndpointType>}


createManageNameIDService

public JAXBElement<EndpointType> createManageNameIDService(EndpointType value)
Create an instance of JAXBElement<EndpointType>}


createAffiliateMember

public JAXBElement<String> createAffiliateMember(String value)
Create an instance of JAXBElement<String>}


createGivenName

public JAXBElement<String> createGivenName(String value)
Create an instance of JAXBElement<String>}


createSurName

public JAXBElement<String> createSurName(String value)
Create an instance of JAXBElement<String>}


createServiceName

public JAXBElement<LocalizedNameType> createServiceName(LocalizedNameType value)
Create an instance of JAXBElement<LocalizedNameType>}


createRoleDescriptor

public JAXBElement<RoleDescriptorType> createRoleDescriptor(RoleDescriptorType value)
Create an instance of JAXBElement<RoleDescriptorType>}


createCompany

public JAXBElement<String> createCompany(String value)
Create an instance of JAXBElement<String>}


createOrganizationDisplayName

public JAXBElement<LocalizedNameType> createOrganizationDisplayName(LocalizedNameType value)
Create an instance of JAXBElement<LocalizedNameType>}


createServiceDescription

public JAXBElement<LocalizedNameType> createServiceDescription(LocalizedNameType value)
Create an instance of JAXBElement<LocalizedNameType>}


createOrganizationName

public JAXBElement<LocalizedNameType> createOrganizationName(LocalizedNameType value)
Create an instance of JAXBElement<LocalizedNameType>}


createNameIDFormat

public JAXBElement<String> createNameIDFormat(String value)
Create an instance of JAXBElement<String>}


createNameIDMappingService

public JAXBElement<EndpointType> createNameIDMappingService(EndpointType value)
Create an instance of JAXBElement<EndpointType>}


createArtifactResolutionService

public JAXBElement<IndexedEndpointType> createArtifactResolutionService(IndexedEndpointType value)
Create an instance of JAXBElement<IndexedEndpointType>}


createAssertionConsumerService

public JAXBElement<IndexedEndpointType> createAssertionConsumerService(IndexedEndpointType value)
Create an instance of JAXBElement<IndexedEndpointType>}


createSingleSignOnService

public JAXBElement<EndpointType> createSingleSignOnService(EndpointType value)
Create an instance of JAXBElement<EndpointType>}


createAttributeProfile

public JAXBElement<String> createAttributeProfile(String value)
Create an instance of JAXBElement<String>}


createEmailAddress

public JAXBElement<String> createEmailAddress(String value)
Create an instance of JAXBElement<String>}


createTelephoneNumber

public JAXBElement<String> createTelephoneNumber(String value)
Create an instance of JAXBElement<String>}


createAssertionIDRequestService

public JAXBElement<EndpointType> createAssertionIDRequestService(EndpointType value)
Create an instance of JAXBElement<EndpointType>}




Connector Business ORGPHARMACY 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.