ObjectFactory.java revision dff2cc5646d4437ab9e0cb1dcb59da65462a5938
0N/A//
2273N/A// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
0N/A// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
0N/A// Any modifications to this file will be lost upon recompilation of the source schema.
0N/A// Generated on: 2012.06.11 at 10:34:07 AM PDT
0N/A//
0N/A
0N/A
0N/Apackage com.sun.identity.saml2.jaxb.metadataidpdiscovery;
0N/A
0N/A
0N/A/**
0N/A * This object contains factory methods for each
0N/A * Java content interface and Java element interface
0N/A * generated in the com.sun.identity.saml2.jaxb.metadataidpdiscovery package.
0N/A * <p>An ObjectFactory allows you to programatically
0N/A * construct new instances of the Java representation
0N/A * for XML content. The Java representation of XML
1472N/A * content can consist of schema derived interfaces
1472N/A * and classes representing the binding of schema
1472N/A * type definitions, element declarations and model
0N/A * groups. Factory methods for each of these are
0N/A * provided in this class.
0N/A *
0N/A */
0N/Apublic class ObjectFactory
0N/A extends com.sun.identity.saml2.jaxb.assertion.impl.runtime.DefaultJAXBContextImpl
0N/A{
91N/A
0N/A private static java.util.HashMap defaultImplementations = new java.util.HashMap(16, 0.75F);
2080N/A private static java.util.HashMap rootTagMap = new java.util.HashMap();
0N/A public final static com.sun.identity.saml2.jaxb.assertion.impl.runtime.GrammarInfo grammarInfo = new com.sun.identity.saml2.jaxb.assertion.impl.runtime.GrammarInfoImpl(rootTagMap, defaultImplementations, (com.sun.identity.saml2.jaxb.metadataidpdiscovery.ObjectFactory.class));
0N/A public final static java.lang.Class version = (com.sun.identity.saml2.jaxb.metadataidpdiscovery.impl.JAXBVersion.class);
0N/A
0N/A static {
0N/A defaultImplementations.put((com.sun.identity.saml2.jaxb.metadataidpdiscovery.DiscoveryResponseElement.class), "com.sun.identity.saml2.jaxb.metadataidpdiscovery.impl.DiscoveryResponseElementImpl");
0N/A rootTagMap.put(new javax.xml.namespace.QName("urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol", "DiscoveryResponse"), (com.sun.identity.saml2.jaxb.metadataidpdiscovery.DiscoveryResponseElement.class));
0N/A }
1879N/A
0N/A /**
1879N/A * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.identity.saml2.jaxb.metadataidpdiscovery
1879N/A *
0N/A */
0N/A public ObjectFactory() {
1010N/A super(grammarInfo);
1010N/A }
1010N/A
1010N/A /**
1010N/A * Create an instance of the specified Java content interface.
0N/A *
0N/A * @param javaContentInterface
1879N/A * the Class object of the javacontent interface to instantiate
0N/A * @return
0N/A * a new instance
1879N/A * @throws JAXBException
1879N/A * if an error occurs
0N/A */
1879N/A public java.lang.Object newInstance(java.lang.Class javaContentInterface)
1879N/A throws javax.xml.bind.JAXBException
1879N/A {
1879N/A return super.newInstance(javaContentInterface);
0N/A }
2790N/A
2790N/A /**
2790N/A * Get the specified property. This method can only be
0N/A * used to get provider specific properties.
0N/A * Attempting to get an undefined property will result
2790N/A * in a PropertyException being thrown.
2790N/A *
2790N/A * @param name
2790N/A * the name of the property to retrieve
2790N/A * @return
0N/A * the value of the requested property
0N/A * @throws PropertyException
0N/A * when there is an error retrieving the given property or value
0N/A */
0N/A public java.lang.Object getProperty(java.lang.String name)
0N/A throws javax.xml.bind.PropertyException
0N/A {
0N/A return super.getProperty(name);
0N/A }
0N/A
0N/A /**
0N/A * Set the specified property. This method can only be
0N/A * used to set provider specific properties.
100N/A * Attempting to set an undefined property will result
0N/A * in a PropertyException being thrown.
0N/A *
0N/A * @param name
0N/A * the name of the property to retrieve
3178N/A * @param value
0N/A * the value of the property to be set
0N/A * @throws PropertyException
0N/A * when there is an error processing the given property or value
0N/A */
0N/A public void setProperty(java.lang.String name, java.lang.Object value)
100N/A throws javax.xml.bind.PropertyException
0N/A {
0N/A super.setProperty(name, value);
3177N/A }
3177N/A
3177N/A /**
3178N/A * Create an instance of DiscoveryResponseElement
3177N/A *
3081N/A * @throws JAXBException
3081N/A * if an error occurs
3081N/A */
3081N/A public com.sun.identity.saml2.jaxb.metadataidpdiscovery.DiscoveryResponseElement createDiscoveryResponseElement()
0N/A throws javax.xml.bind.JAXBException
0N/A {
0N/A return new com.sun.identity.saml2.jaxb.metadataidpdiscovery.impl.DiscoveryResponseElementImpl();
0N/A }
0N/A
0N/A}
0N/A