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.csapi.schema.parlayx.common.v2_1
|
| Modifier and Type | Method and Description |
|---|---|
ChargingInformation |
createChargingInformation()
Create an instance of
ChargingInformation |
PolicyException |
createPolicyException()
Create an instance of
PolicyException |
JAXBElement<PolicyException> |
createPolicyException(PolicyException value)
|
ServiceError |
createServiceError()
Create an instance of
ServiceError |
ServiceException |
createServiceException()
Create an instance of
ServiceException |
JAXBElement<ServiceException> |
createServiceException(ServiceException value)
|
SimpleReference |
createSimpleReference()
Create an instance of
SimpleReference |
TimeMetric |
createTimeMetric()
Create an instance of
TimeMetric |
public ObjectFactory()
public PolicyException createPolicyException()
PolicyExceptionpublic ServiceException createServiceException()
ServiceExceptionpublic ChargingInformation createChargingInformation()
ChargingInformationpublic TimeMetric createTimeMetric()
TimeMetricpublic SimpleReference createSimpleReference()
SimpleReferencepublic ServiceError createServiceError()
ServiceErrorpublic JAXBElement<ServiceException> createServiceException(ServiceException value)
public JAXBElement<PolicyException> createPolicyException(PolicyException value)
Copyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.