org.rhq.core.clientapi.descriptor.configuration
Class ObjectFactory

java.lang.Object
  extended by org.rhq.core.clientapi.descriptor.configuration.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.rhq.core.clientapi.descriptor.configuration 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.core.clientapi.descriptor.configuration
 
Method Summary
 ConfigurationDescriptor createConfigurationDescriptor()
          Create an instance of ConfigurationDescriptor
 ConfigurationProperty createConfigurationProperty()
          Create an instance of ConfigurationProperty
 javax.xml.bind.JAXBElement<ConfigurationProperty> createConfigurationProperty(ConfigurationProperty value)
          Create an instance of JAXBElement<ConfigurationProperty>}
 ConfigurationTemplateDescriptor createConfigurationTemplateDescriptor()
          Create an instance of ConfigurationTemplateDescriptor
 ConstraintType createConstraintType()
          Create an instance of ConstraintType
 FloatConstraintType createFloatConstraintType()
          Create an instance of FloatConstraintType
 IntegerConstraintType createIntegerConstraintType()
          Create an instance of IntegerConstraintType
 ListProperty createListProperty()
          Create an instance of ListProperty
 javax.xml.bind.JAXBElement<ListProperty> createListProperty(ListProperty value)
          Create an instance of JAXBElement<ListProperty>}
 MapProperty createMapProperty()
          Create an instance of MapProperty
 javax.xml.bind.JAXBElement<MapProperty> createMapProperty(MapProperty value)
          Create an instance of JAXBElement<MapProperty>}
 Option createOption()
          Create an instance of Option
 PropertyGroup createPropertyGroup()
          Create an instance of PropertyGroup
 PropertyOptions createPropertyOptions()
          Create an instance of PropertyOptions
 RegexConstraintType createRegexConstraintType()
          Create an instance of RegexConstraintType
 SimpleProperty createSimpleProperty()
          Create an instance of SimpleProperty
 javax.xml.bind.JAXBElement<SimpleProperty> createSimpleProperty(SimpleProperty value)
          Create an instance of JAXBElement<SimpleProperty>}
 
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.core.clientapi.descriptor.configuration

Method Detail

createRegexConstraintType

public RegexConstraintType createRegexConstraintType()
Create an instance of RegexConstraintType


createPropertyGroup

public PropertyGroup createPropertyGroup()
Create an instance of PropertyGroup


createConfigurationTemplateDescriptor

public ConfigurationTemplateDescriptor createConfigurationTemplateDescriptor()
Create an instance of ConfigurationTemplateDescriptor


createSimpleProperty

public SimpleProperty createSimpleProperty()
Create an instance of SimpleProperty


createConstraintType

public ConstraintType createConstraintType()
Create an instance of ConstraintType


createPropertyOptions

public PropertyOptions createPropertyOptions()
Create an instance of PropertyOptions


createConfigurationProperty

public ConfigurationProperty createConfigurationProperty()
Create an instance of ConfigurationProperty


createOption

public Option createOption()
Create an instance of Option


createListProperty

public ListProperty createListProperty()
Create an instance of ListProperty


createIntegerConstraintType

public IntegerConstraintType createIntegerConstraintType()
Create an instance of IntegerConstraintType


createFloatConstraintType

public FloatConstraintType createFloatConstraintType()
Create an instance of FloatConstraintType


createMapProperty

public MapProperty createMapProperty()
Create an instance of MapProperty


createConfigurationDescriptor

public ConfigurationDescriptor createConfigurationDescriptor()
Create an instance of ConfigurationDescriptor


createListProperty

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


createSimpleProperty

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


createConfigurationProperty

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


createMapProperty

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



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