Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

org.csapi.schema.parlayx.common.v2_1
Class ObjectFactory

java.lang.Object
  extended by org.csapi.schema.parlayx.common.v2_1.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.csapi.schema.parlayx.common.v2_1 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.csapi.schema.parlayx.common.v2_1
 
Method Summary
 ChargingInformation createChargingInformation()
          Create an instance of ChargingInformation
 PolicyException createPolicyException()
          Create an instance of PolicyException
 javax.xml.bind.JAXBElement<PolicyException> createPolicyException(PolicyException value)
          Create an instance of JAXBElement<PolicyException>}
 ServiceError createServiceError()
          Create an instance of ServiceError
 ServiceException createServiceException()
          Create an instance of ServiceException
 javax.xml.bind.JAXBElement<ServiceException> createServiceException(ServiceException value)
          Create an instance of JAXBElement<ServiceException>}
 SimpleReference createSimpleReference()
          Create an instance of SimpleReference
 TimeMetric createTimeMetric()
          Create an instance of TimeMetric
 
Methods inherited from class java.lang.Object
equals, 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.csapi.schema.parlayx.common.v2_1

Method Detail

createChargingInformation

public ChargingInformation createChargingInformation()
Create an instance of ChargingInformation


createPolicyException

public PolicyException createPolicyException()
Create an instance of PolicyException


createPolicyException

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


createServiceError

public ServiceError createServiceError()
Create an instance of ServiceError


createServiceException

public ServiceException createServiceException()
Create an instance of ServiceException


createServiceException

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


createSimpleReference

public SimpleReference createSimpleReference()
Create an instance of SimpleReference


createTimeMetric

public TimeMetric createTimeMetric()
Create an instance of TimeMetric


Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

Copyright © 2005, 2010 Oracle and/or its affiliates. All rights reserved.