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 ComplexValueListDescriptor createComplexValueListDescriptor()
ComplexValueListDescriptorpublic ConfigurationInstanceDescriptor createConfigurationInstanceDescriptor()
ConfigurationInstanceDescriptorpublic PropertyValuesDescriptor createPropertyValuesDescriptor()
PropertyValuesDescriptorpublic ComplexValueSimpleDescriptor createComplexValueSimpleDescriptor()
ComplexValueSimpleDescriptorpublic ComplexValueMapDescriptor createComplexValueMapDescriptor()
ComplexValueMapDescriptorpublic SimplePropertyInstanceDescriptor createSimplePropertyInstanceDescriptor()
SimplePropertyInstanceDescriptorpublic ListPropertyInstanceDescriptor createListPropertyInstanceDescriptor()
ListPropertyInstanceDescriptorpublic ComplexValueDescriptor createComplexValueDescriptor()
ComplexValueDescriptorpublic MapPropertyInstanceDescriptor createMapPropertyInstanceDescriptor()
MapPropertyInstanceDescriptorpublic 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-2014 Red Hat, Inc.. All Rights Reserved.