Code Search for Developers
 
 
  

ObjectFactory.java from Citizen Privacy Service at Krugle


Show ObjectFactory.java syntax highlighted

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v1.0.4-b18-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: 2007.02.24 at 11:17:35 EST 
//


package org.rickmurphy.exchangepackage.disclosure;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.rickmurphy.exchangepackage.disclosure 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 org.rickmurphy.exchangepackage.disclosure.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 org.rickmurphy.exchangepackage.disclosure.impl.runtime.GrammarInfo grammarInfo = new org.rickmurphy.exchangepackage.disclosure.impl.runtime.GrammarInfoImpl(rootTagMap, defaultImplementations, (org.rickmurphy.exchangepackage.disclosure.ObjectFactory.class));
    public final static java.lang.Class version = (org.rickmurphy.exchangepackage.disclosure.impl.JAXBVersion.class);

    static {
        defaultImplementations.put((org.rickmurphy.exchangepackage.disclosure.DisclosureRequestType.class), "org.rickmurphy.exchangepackage.disclosure.impl.DisclosureRequestTypeImpl");
        defaultImplementations.put((org.rickmurphy.exchangepackage.disclosure.DisclosureRequest.class), "org.rickmurphy.exchangepackage.disclosure.impl.DisclosureRequestImpl");
        rootTagMap.put(new javax.xml.namespace.QName("", "DisclosureRequest"), (org.rickmurphy.exchangepackage.disclosure.DisclosureRequest.class));
    }

    /**
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.rickmurphy.exchangepackage.disclosure
     * 
     */
    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 value
     *     the value of the property to be set
     * @param name
     *     the name of the property to retrieve
     * @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 DisclosureRequestType
     * 
     * @throws JAXBException
     *     if an error occurs
     */
    public org.rickmurphy.exchangepackage.disclosure.DisclosureRequestType createDisclosureRequestType()
        throws javax.xml.bind.JAXBException
    {
        return new org.rickmurphy.exchangepackage.disclosure.impl.DisclosureRequestTypeImpl();
    }

    /**
     * Create an instance of DisclosureRequest
     * 
     * @throws JAXBException
     *     if an error occurs
     */
    public org.rickmurphy.exchangepackage.disclosure.DisclosureRequest createDisclosureRequest()
        throws javax.xml.bind.JAXBException
    {
        return new org.rickmurphy.exchangepackage.disclosure.impl.DisclosureRequestImpl();
    }

}




See more files for this project here

Citizen Privacy Service

The Citizen Privacy Service is an asynchronous component using artificial intelligence capabilities including DL decidability and first order logic provenance that provide policy decision and policy enforcement points based on the US Privacy Act of 1974.

Project homepage: http://sourceforge.net/projects/us-privacy
Programming language(s): Java,XML
License: bsd

  impl/
    runtime/
      AbstractUnmarshallingEventHandlerImpl.java
      ContentHandlerAdaptor.java
      DefaultJAXBContextImpl.java
      Discarder.java
      ErrorHandlerAdaptor.java
      GrammarInfo.java
      GrammarInfoFacade.java
      GrammarInfoImpl.java
      InterningUnmarshallerHandler.java
      MSVValidator.java
      MarshallerImpl.java
      NamespaceContext2.java
      NamespaceContextImpl.java
      PrefixCallback.java
      SAXMarshaller.java
      SAXUnmarshallerHandler.java
      SAXUnmarshallerHandlerImpl.java
      UnmarshallableObject.java
      UnmarshallerImpl.java
      UnmarshallingContext.java
      UnmarshallingEventHandler.java
      UnmarshallingEventHandlerAdaptor.java
      Util.java
      ValidatableObject.java
      ValidatingUnmarshaller.java
      ValidationContext.java
      ValidatorImpl.java
      XMLSerializable.java
      XMLSerializer.java
    DisclosureRequestImpl.java
    DisclosureRequestTypeImpl.java
    JAXBVersion.java
  DisclosureRequest.java
  DisclosureRequestType.java
  ObjectFactory.java
  bgm.ser
  jaxb.properties