org.rhq.enterprise.server.xmlschema.generated.configuration.instance
Class ObjectFactory

java.lang.Object
  extended by org.rhq.enterprise.server.xmlschema.generated.configuration.instance.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.rhq.enterprise.server.xmlschema.generated.configuration.instance 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: org.rhq.enterprise.server.xmlschema.generated.configuration.instance
 
Method Summary
 javax.xml.bind.JAXBElement<Object> createComplexValue(Object value)
          Create an instance of JAXBElement<Object>}
 ComplexValueDescriptor createComplexValueDescriptor()
          Create an instance of ComplexValueDescriptor
 ComplexValueListDescriptor createComplexValueListDescriptor()
          Create an instance of ComplexValueListDescriptor
 ComplexValueMapDescriptor createComplexValueMapDescriptor()
          Create an instance of ComplexValueMapDescriptor
 ComplexValueSimpleDescriptor createComplexValueSimpleDescriptor()
          Create an instance of ComplexValueSimpleDescriptor
 javax.xml.bind.JAXBElement<ConfigurationInstanceDescriptor> createConfiguration(ConfigurationInstanceDescriptor value)
          Create an instance of JAXBElement<ConfigurationInstanceDescriptor>}
 ConfigurationInstanceDescriptor createConfigurationInstanceDescriptor()
          Create an instance of ConfigurationInstanceDescriptor
 javax.xml.bind.JAXBElement<Object> createConfigurationProperty(Object value)
          Create an instance of JAXBElement<Object>}
 javax.xml.bind.JAXBElement<ListPropertyInstanceDescriptor> createListProperty(ListPropertyInstanceDescriptor value)
          Create an instance of JAXBElement<ListPropertyInstanceDescriptor>}
 ListPropertyInstanceDescriptor createListPropertyInstanceDescriptor()
          Create an instance of ListPropertyInstanceDescriptor
 javax.xml.bind.JAXBElement<ComplexValueListDescriptor> createListValue(ComplexValueListDescriptor value)
          Create an instance of JAXBElement<ComplexValueListDescriptor>}
 javax.xml.bind.JAXBElement<MapPropertyInstanceDescriptor> createMapProperty(MapPropertyInstanceDescriptor value)
          Create an instance of JAXBElement<MapPropertyInstanceDescriptor>}
 MapPropertyInstanceDescriptor createMapPropertyInstanceDescriptor()
          Create an instance of MapPropertyInstanceDescriptor
 javax.xml.bind.JAXBElement<ComplexValueMapDescriptor> createMapValue(ComplexValueMapDescriptor value)
          Create an instance of JAXBElement<ComplexValueMapDescriptor>}
 PropertyValuesDescriptor createPropertyValuesDescriptor()
          Create an instance of PropertyValuesDescriptor
 javax.xml.bind.JAXBElement<SimplePropertyInstanceDescriptor> createSimpleProperty(SimplePropertyInstanceDescriptor value)
          Create an instance of JAXBElement<SimplePropertyInstanceDescriptor>}
 SimplePropertyInstanceDescriptor createSimplePropertyInstanceDescriptor()
          Create an instance of SimplePropertyInstanceDescriptor
 javax.xml.bind.JAXBElement<ComplexValueSimpleDescriptor> createSimpleValue(ComplexValueSimpleDescriptor value)
          Create an instance of JAXBElement<ComplexValueSimpleDescriptor>}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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: org.rhq.enterprise.server.xmlschema.generated.configuration.instance

Method Detail

createComplexValueSimpleDescriptor

public ComplexValueSimpleDescriptor createComplexValueSimpleDescriptor()
Create an instance of ComplexValueSimpleDescriptor


createListPropertyInstanceDescriptor

public ListPropertyInstanceDescriptor createListPropertyInstanceDescriptor()
Create an instance of ListPropertyInstanceDescriptor


createComplexValueDescriptor

public ComplexValueDescriptor createComplexValueDescriptor()
Create an instance of ComplexValueDescriptor


createSimplePropertyInstanceDescriptor

public SimplePropertyInstanceDescriptor createSimplePropertyInstanceDescriptor()
Create an instance of SimplePropertyInstanceDescriptor


createComplexValueListDescriptor

public ComplexValueListDescriptor createComplexValueListDescriptor()
Create an instance of ComplexValueListDescriptor


createMapPropertyInstanceDescriptor

public MapPropertyInstanceDescriptor createMapPropertyInstanceDescriptor()
Create an instance of MapPropertyInstanceDescriptor


createComplexValueMapDescriptor

public ComplexValueMapDescriptor createComplexValueMapDescriptor()
Create an instance of ComplexValueMapDescriptor


createConfigurationInstanceDescriptor

public ConfigurationInstanceDescriptor createConfigurationInstanceDescriptor()
Create an instance of ConfigurationInstanceDescriptor


createPropertyValuesDescriptor

public PropertyValuesDescriptor createPropertyValuesDescriptor()
Create an instance of PropertyValuesDescriptor


createListProperty

public javax.xml.bind.JAXBElement<ListPropertyInstanceDescriptor> createListProperty(ListPropertyInstanceDescriptor value)
Create an instance of JAXBElement<ListPropertyInstanceDescriptor>}


createComplexValue

public javax.xml.bind.JAXBElement<Object> createComplexValue(Object value)
Create an instance of JAXBElement<Object>}


createMapValue

public javax.xml.bind.JAXBElement<ComplexValueMapDescriptor> createMapValue(ComplexValueMapDescriptor value)
Create an instance of JAXBElement<ComplexValueMapDescriptor>}


createListValue

public javax.xml.bind.JAXBElement<ComplexValueListDescriptor> createListValue(ComplexValueListDescriptor value)
Create an instance of JAXBElement<ComplexValueListDescriptor>}


createConfiguration

public javax.xml.bind.JAXBElement<ConfigurationInstanceDescriptor> createConfiguration(ConfigurationInstanceDescriptor value)
Create an instance of JAXBElement<ConfigurationInstanceDescriptor>}


createMapProperty

public javax.xml.bind.JAXBElement<MapPropertyInstanceDescriptor> createMapProperty(MapPropertyInstanceDescriptor value)
Create an instance of JAXBElement<MapPropertyInstanceDescriptor>}


createSimpleProperty

public javax.xml.bind.JAXBElement<SimplePropertyInstanceDescriptor> createSimpleProperty(SimplePropertyInstanceDescriptor value)
Create an instance of JAXBElement<SimplePropertyInstanceDescriptor>}


createConfigurationProperty

public javax.xml.bind.JAXBElement<Object> createConfigurationProperty(Object value)
Create an instance of JAXBElement<Object>}


createSimpleValue

public javax.xml.bind.JAXBElement<ComplexValueSimpleDescriptor> createSimpleValue(ComplexValueSimpleDescriptor value)
Create an instance of JAXBElement<ComplexValueSimpleDescriptor>}



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.