public class ObjectFactory extends Object
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 and Description |
|---|
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
|
public ObjectFactory()
public ConfigurationInstanceDescriptor createConfigurationInstanceDescriptor()
ConfigurationInstanceDescriptorpublic MapPropertyInstanceDescriptor createMapPropertyInstanceDescriptor()
MapPropertyInstanceDescriptorpublic ComplexValueMapDescriptor createComplexValueMapDescriptor()
ComplexValueMapDescriptorpublic ListPropertyInstanceDescriptor createListPropertyInstanceDescriptor()
ListPropertyInstanceDescriptorpublic ComplexValueListDescriptor createComplexValueListDescriptor()
ComplexValueListDescriptorpublic SimplePropertyInstanceDescriptor createSimplePropertyInstanceDescriptor()
SimplePropertyInstanceDescriptorpublic PropertyValuesDescriptor createPropertyValuesDescriptor()
PropertyValuesDescriptorpublic ComplexValueSimpleDescriptor createComplexValueSimpleDescriptor()
ComplexValueSimpleDescriptorpublic ComplexValueDescriptor createComplexValueDescriptor()
ComplexValueDescriptorpublic JAXBElement<ListPropertyInstanceDescriptor> createListProperty(ListPropertyInstanceDescriptor value)
public JAXBElement<ConfigurationInstanceDescriptor> createConfiguration(ConfigurationInstanceDescriptor value)
public JAXBElement<MapPropertyInstanceDescriptor> createMapProperty(MapPropertyInstanceDescriptor value)
public JAXBElement<Object> createComplexValue(Object value)
public JAXBElement<SimplePropertyInstanceDescriptor> createSimpleProperty(SimplePropertyInstanceDescriptor value)
public JAXBElement<ComplexValueMapDescriptor> createMapValue(ComplexValueMapDescriptor value)
public JAXBElement<ComplexValueListDescriptor> createListValue(ComplexValueListDescriptor value)
public JAXBElement<Object> createConfigurationProperty(Object value)
public JAXBElement<ComplexValueSimpleDescriptor> createSimpleValue(ComplexValueSimpleDescriptor value)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.