org.ow2.jasmine.probe.api.generated
Class ObjectFactory

java.lang.Object
  extended by org.ow2.jasmine.probe.api.generated.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.ow2.jasmine.probe.api.generated 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.ow2.jasmine.probe.api.generated
 
Method Summary
 CollectorInfoType createCollectorInfoType()
          Create an instance of CollectorInfoType
 ErrorType createErrorType()
          Create an instance of ErrorType
 IndicatorBaseType createIndicatorBaseType()
          Create an instance of IndicatorBaseType
 IndicatorResource createIndicatorResource()
          Create an instance of IndicatorResource
 JsrType createJsrType()
          Create an instance of JsrType
 Link createLink()
          Create an instance of Link
 OutputBaseType createOutputBaseType()
          Create an instance of OutputBaseType
 OutputResource createOutputResource()
          Create an instance of OutputResource
 ProbeBaseType createProbeBaseType()
          Create an instance of ProbeBaseType
 ProbeConfig createProbeConfig()
          Create an instance of ProbeConfig
 ProbeConfType createProbeConfType()
          Create an instance of ProbeConfType
 ProbeResource createProbeResource()
          Create an instance of ProbeResource
 ProbeType createProbeType()
          Create an instance of ProbeType
 PropInfoType createPropInfoType()
          Create an instance of PropInfoType
 PropType createPropType()
          Create an instance of PropType
 ResourceType createResourceType()
          Create an instance of ResourceType
 TargetBaseType createTargetBaseType()
          Create an instance of TargetBaseType
 TargetResource createTargetResource()
          Create an instance of TargetResource
 TaskType createTaskType()
          Create an instance of TaskType
 ValueType createValueType()
          Create an instance of ValueType
 
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.ow2.jasmine.probe.api.generated

Method Detail

createProbeConfig

public ProbeConfig createProbeConfig()
Create an instance of ProbeConfig


createProbeType

public ProbeType createProbeType()
Create an instance of ProbeType


createIndicatorBaseType

public IndicatorBaseType createIndicatorBaseType()
Create an instance of IndicatorBaseType


createOutputBaseType

public OutputBaseType createOutputBaseType()
Create an instance of OutputBaseType


createTargetBaseType

public TargetBaseType createTargetBaseType()
Create an instance of TargetBaseType


createProbeConfType

public ProbeConfType createProbeConfType()
Create an instance of ProbeConfType


createErrorType

public ErrorType createErrorType()
Create an instance of ErrorType


createProbeBaseType

public ProbeBaseType createProbeBaseType()
Create an instance of ProbeBaseType


createPropInfoType

public PropInfoType createPropInfoType()
Create an instance of PropInfoType


createOutputResource

public OutputResource createOutputResource()
Create an instance of OutputResource


createTaskType

public TaskType createTaskType()
Create an instance of TaskType


createLink

public Link createLink()
Create an instance of Link


createTargetResource

public TargetResource createTargetResource()
Create an instance of TargetResource


createCollectorInfoType

public CollectorInfoType createCollectorInfoType()
Create an instance of CollectorInfoType


createResourceType

public ResourceType createResourceType()
Create an instance of ResourceType


createProbeResource

public ProbeResource createProbeResource()
Create an instance of ProbeResource


createJsrType

public JsrType createJsrType()
Create an instance of JsrType


createPropType

public PropType createPropType()
Create an instance of PropType


createValueType

public ValueType createValueType()
Create an instance of ValueType


createIndicatorResource

public IndicatorResource createIndicatorResource()
Create an instance of IndicatorResource



Copyright © 2013 OW2 Consortium. All Rights Reserved.