//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.6-b27-fcs
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2012.06.11 at 10:33:54 AM PDT
//
package com.sun.identity.liberty.ws.common.jaxb.utility;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the com.sun.identity.liberty.ws.common.jaxb.utility package.
* <p>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.
*
*/
public class ObjectFactory
extends com.sun.identity.federation.jaxb.entityconfig.impl.runtime.DefaultJAXBContextImpl
{
private static java.util.HashMap defaultImplementations = new java.util.HashMap(16, 0.75F);
private static java.util.HashMap rootTagMap = new java.util.HashMap();
public final static com.sun.identity.federation.jaxb.entityconfig.impl.runtime.GrammarInfo grammarInfo = new com.sun.identity.federation.jaxb.entityconfig.impl.runtime.GrammarInfoImpl(rootTagMap, defaultImplementations, (com.sun.identity.liberty.ws.common.jaxb.utility.ObjectFactory.class));
public final static java.lang.Class version = (com.sun.identity.liberty.ws.common.jaxb.utility.impl.JAXBVersion.class);
static {
defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.utility.CreatedElement.class), "com.sun.identity.liberty.ws.common.jaxb.utility.impl.CreatedElementImpl");
defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.utility.TimestampTraceElement.class), "com.sun.identity.liberty.ws.common.jaxb.utility.impl.TimestampTraceElementImpl");
defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.utility.ReceivedElement.class), "com.sun.identity.liberty.ws.common.jaxb.utility.impl.ReceivedElementImpl");
defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.utility.ReceivedType.class), "com.sun.identity.liberty.ws.common.jaxb.utility.impl.ReceivedTypeImpl");
defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.utility.TimestampTraceType.class), "com.sun.identity.liberty.ws.common.jaxb.utility.impl.TimestampTraceTypeImpl");
defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.utility.AttributedDateTime.class), "com.sun.identity.liberty.ws.common.jaxb.utility.impl.AttributedDateTimeImpl");
defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.utility.ExpiresElement.class), "com.sun.identity.liberty.ws.common.jaxb.utility.impl.ExpiresElementImpl");
defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.utility.TimestampElement.class), "com.sun.identity.liberty.ws.common.jaxb.utility.impl.TimestampElementImpl");
defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.utility.AttributedURI.class), "com.sun.identity.liberty.ws.common.jaxb.utility.impl.AttributedURIImpl");
defaultImplementations.put((com.sun.identity.liberty.ws.common.jaxb.utility.TimestampType.class), "com.sun.identity.liberty.ws.common.jaxb.utility.impl.TimestampTypeImpl");
rootTagMap.put(new javax.xml.namespace.QName("http://schemas.xmlsoap.org/ws/2003/06/utility", "Timestamp"), (com.sun.identity.liberty.ws.common.jaxb.utility.TimestampElement.class));
rootTagMap.put(new javax.xml.namespace.QName("http://schemas.xmlsoap.org/ws/2003/06/utility", "Received"), (com.sun.identity.liberty.ws.common.jaxb.utility.ReceivedElement.class));
rootTagMap.put(new javax.xml.namespace.QName("http://schemas.xmlsoap.org/ws/2003/06/utility", "TimestampTrace"), (com.sun.identity.liberty.ws.common.jaxb.utility.TimestampTraceElement.class));
rootTagMap.put(new javax.xml.namespace.QName("http://schemas.xmlsoap.org/ws/2003/06/utility", "Expires"), (com.sun.identity.liberty.ws.common.jaxb.utility.ExpiresElement.class));
rootTagMap.put(new javax.xml.namespace.QName("http://schemas.xmlsoap.org/ws/2003/06/utility", "Created"), (com.sun.identity.liberty.ws.common.jaxb.utility.CreatedElement.class));
}
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.identity.liberty.ws.common.jaxb.utility
*
*/
public ObjectFactory() {
super(grammarInfo);
}
/**
* Create an instance of the specified Java content interface.
*
* @param javaContentInterface
* the Class object of the javacontent interface to instantiate
* @return
* a new instance
* @throws JAXBException
* if an error occurs
*/
public java.lang.Object newInstance(java.lang.Class javaContentInterface)
throws javax.xml.bind.JAXBException
{
return super.newInstance(javaContentInterface);
}
/**
* Get the specified property. This method can only be
* used to get provider specific properties.
* Attempting to get an undefined property will result
* in a PropertyException being thrown.
*
* @param name
* the name of the property to retrieve
* @return
* the value of the requested property
* @throws PropertyException
* when there is an error retrieving the given property or value
*/
public java.lang.Object getProperty(java.lang.String name)
throws javax.xml.bind.PropertyException
{
return super.getProperty(name);
}
/**
* Set the specified property. This method can only be
* used to set provider specific properties.
* Attempting to set an undefined property will result
* in a PropertyException being thrown.
*
* @param name
* the name of the property to retrieve
* @param value
* the value of the property to be set
* @throws PropertyException
* when there is an error processing the given property or value
*/
public void setProperty(java.lang.String name, java.lang.Object value)
throws javax.xml.bind.PropertyException
{
super.setProperty(name, value);
}
/**
* Create an instance of CreatedElement
*
* @throws JAXBException
* if an error occurs
*/
public com.sun.identity.liberty.ws.common.jaxb.utility.CreatedElement createCreatedElement()
throws javax.xml.bind.JAXBException
{
return new com.sun.identity.liberty.ws.common.jaxb.utility.impl.CreatedElementImpl();
}
/**
* Create an instance of TimestampTraceElement
*
* @throws JAXBException
* if an error occurs
*/
public com.sun.identity.liberty.ws.common.jaxb.utility.TimestampTraceElement createTimestampTraceElement()
throws javax.xml.bind.JAXBException
{
return new com.sun.identity.liberty.ws.common.jaxb.utility.impl.TimestampTraceElementImpl();
}
/**
* Create an instance of ReceivedElement
*
* @throws JAXBException
* if an error occurs
*/
public com.sun.identity.liberty.ws.common.jaxb.utility.ReceivedElement createReceivedElement()
throws javax.xml.bind.JAXBException
{
return new com.sun.identity.liberty.ws.common.jaxb.utility.impl.ReceivedElementImpl();
}
/**
* Create an instance of ReceivedType
*
* @throws JAXBException
* if an error occurs
*/
public com.sun.identity.liberty.ws.common.jaxb.utility.ReceivedType createReceivedType()
throws javax.xml.bind.JAXBException
{
return new com.sun.identity.liberty.ws.common.jaxb.utility.impl.ReceivedTypeImpl();
}
/**
* Create an instance of TimestampTraceType
*
* @throws JAXBException
* if an error occurs
*/
public com.sun.identity.liberty.ws.common.jaxb.utility.TimestampTraceType createTimestampTraceType()
throws javax.xml.bind.JAXBException
{
return new com.sun.identity.liberty.ws.common.jaxb.utility.impl.TimestampTraceTypeImpl();
}
/**
* Create an instance of AttributedDateTime
*
* @throws JAXBException
* if an error occurs
*/
public com.sun.identity.liberty.ws.common.jaxb.utility.AttributedDateTime createAttributedDateTime()
throws javax.xml.bind.JAXBException
{
return new com.sun.identity.liberty.ws.common.jaxb.utility.impl.AttributedDateTimeImpl();
}
/**
* Create an instance of ExpiresElement
*
* @throws JAXBException
* if an error occurs
*/
public com.sun.identity.liberty.ws.common.jaxb.utility.ExpiresElement createExpiresElement()
throws javax.xml.bind.JAXBException
{
return new com.sun.identity.liberty.ws.common.jaxb.utility.impl.ExpiresElementImpl();
}
/**
* Create an instance of TimestampElement
*
* @throws JAXBException
* if an error occurs
*/
public com.sun.identity.liberty.ws.common.jaxb.utility.TimestampElement createTimestampElement()
throws javax.xml.bind.JAXBException
{
return new com.sun.identity.liberty.ws.common.jaxb.utility.impl.TimestampElementImpl();
}
/**
* Create an instance of AttributedURI
*
* @throws JAXBException
* if an error occurs
*/
public com.sun.identity.liberty.ws.common.jaxb.utility.AttributedURI createAttributedURI()
throws javax.xml.bind.JAXBException
{
return new com.sun.identity.liberty.ws.common.jaxb.utility.impl.AttributedURIImpl();
}
/**
* Create an instance of TimestampType
*
* @throws JAXBException
* if an error occurs
*/
public com.sun.identity.liberty.ws.common.jaxb.utility.TimestampType createTimestampType()
throws javax.xml.bind.JAXBException
{
return new com.sun.identity.liberty.ws.common.jaxb.utility.impl.TimestampTypeImpl();
}
}