com.ebmwebsourcing.wsstar.qml.upmc.fr
Class ObjectFactory

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.qml.upmc.fr.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 com.ebmwebsourcing.wsstar.qml.upmc.fr 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: com.ebmwebsourcing.wsstar.qml.upmc.fr
 
Method Summary
 javax.xml.bind.JAXBElement<java.lang.Object> createAspect(java.lang.Object value)
          Create an instance of JAXBElement<Object>}
 javax.xml.bind.JAXBElement<ConstraintType> createConstraint(ConstraintType value)
          Create an instance of JAXBElement<ConstraintType>}
 ConstraintType createConstraintType()
          Create an instance of ConstraintType
 Conversion createConversion()
          Create an instance of Conversion
 EquivalentTo createEquivalentTo()
          Create an instance of EquivalentTo
 Expr createExpr()
          Create an instance of Expr
 ExprBinary createExprBinary()
          Create an instance of ExprBinary
 ExprUnary createExprUnary()
          Create an instance of ExprUnary
 Frequency createFrequency()
          Create an instance of Frequency
 javax.xml.bind.JAXBElement<Frequency> createFrequency(Frequency value)
          Create an instance of JAXBElement<Frequency>}
 FromUnit createFromUnit()
          Create an instance of FromUnit
 Input createInput()
          Create an instance of Input
 Mean createMean()
          Create an instance of Mean
 javax.xml.bind.JAXBElement<Mean> createMean(Mean value)
          Create an instance of JAXBElement<Mean>}
 Percentile createPercentile()
          Create an instance of Percentile
 javax.xml.bind.JAXBElement<Percentile> createPercentile(Percentile value)
          Create an instance of JAXBElement<Percentile>}
 QoSDimension createQoSDimension()
          Create an instance of QoSDimension
 Range createRange()
          Create an instance of Range
 ToUnit createToUnit()
          Create an instance of ToUnit
 Type createType()
          Create an instance of Type
 Unit createUnit()
          Create an instance of Unit
 Value createValue()
          Create an instance of Value
 Variance createVariance()
          Create an instance of Variance
 javax.xml.bind.JAXBElement<Variance> createVariance(Variance value)
          Create an instance of JAXBElement<Variance>}
 
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: com.ebmwebsourcing.wsstar.qml.upmc.fr

Method Detail

createFromUnit

public FromUnit createFromUnit()
Create an instance of FromUnit


createExpr

public Expr createExpr()
Create an instance of Expr


createEquivalentTo

public EquivalentTo createEquivalentTo()
Create an instance of EquivalentTo


createQoSDimension

public QoSDimension createQoSDimension()
Create an instance of QoSDimension


createExprUnary

public ExprUnary createExprUnary()
Create an instance of ExprUnary


createFrequency

public Frequency createFrequency()
Create an instance of Frequency


createConversion

public Conversion createConversion()
Create an instance of Conversion


createConstraintType

public ConstraintType createConstraintType()
Create an instance of ConstraintType


createValue

public Value createValue()
Create an instance of Value


createPercentile

public Percentile createPercentile()
Create an instance of Percentile


createMean

public Mean createMean()
Create an instance of Mean


createInput

public Input createInput()
Create an instance of Input


createToUnit

public ToUnit createToUnit()
Create an instance of ToUnit


createExprBinary

public ExprBinary createExprBinary()
Create an instance of ExprBinary


createRange

public Range createRange()
Create an instance of Range


createType

public Type createType()
Create an instance of Type


createUnit

public Unit createUnit()
Create an instance of Unit


createVariance

public Variance createVariance()
Create an instance of Variance


createPercentile

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


createAspect

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


createConstraint

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


createFrequency

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


createVariance

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


createMean

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



Copyright © 2009 eBM Websourcing. All Rights Reserved.