Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


oracle.axia.config.beans.protocol.diameter.common
Class ObjectFactory

java.lang.Object
  extended by oracle.axia.config.beans.protocol.diameter.common.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 oracle.axia.config.beans.protocol.diameter.common 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: oracle.axia.config.beans.protocol.diameter.common

 

Method Summary
 AppDefType createAppDefType()
          Create an instance of AppDefType
 AppDefType.IsAuth createAppDefTypeIsAuth()
          Create an instance of AppDefType.IsAuth
 ApplicationsType createApplicationsType()
          Create an instance of ApplicationsType
 AttrDefType createAttrDefType()
          Create an instance of AttrDefType
 AttrDefType.Flags createAttrDefTypeFlags()
          Create an instance of AttrDefType.Flags
 javax.xml.bind.JAXBElement<AttrDefType.Flags> createAttrDefTypeFlags(AttrDefType.Flags value)
          Create an instance of JAXBElement<AttrDefType.Flags>}
 AttrDefType.Flags.EndToEndEncryption createAttrDefTypeFlagsEndToEndEncryption()
          Create an instance of AttrDefType.Flags.EndToEndEncryption
 AttrDefType.Flags.Mandatory createAttrDefTypeFlagsMandatory()
          Create an instance of AttrDefType.Flags.Mandatory
 AttributeDefsType createAttributeDefsType()
          Create an instance of AttributeDefsType
 CmdDefType createCmdDefType()
          Create an instance of CmdDefType
 CommandDefsType createCommandDefsType()
          Create an instance of CommandDefsType
 javax.xml.bind.JAXBElement<DiameterCommonConfigType> createDiameterCommonConfig(DiameterCommonConfigType value)
          Create an instance of JAXBElement<DiameterCommonConfigType>}
 DiameterCommonConfigType createDiameterCommonConfigType()
          Create an instance of DiameterCommonConfigType
 javax.xml.bind.JAXBElement<AttributeDefsType> createDiameterCommonConfigTypeAttributeDefs(AttributeDefsType value)
          Create an instance of JAXBElement<AttributeDefsType>}
 javax.xml.bind.JAXBElement<CommandDefsType> createDiameterCommonConfigTypeCommandDefs(CommandDefsType value)
          Create an instance of JAXBElement<CommandDefsType>}
 javax.xml.bind.JAXBElement<ResultCodeDefsType> createDiameterCommonConfigTypeResultCodeDefs(ResultCodeDefsType value)
          Create an instance of JAXBElement<ResultCodeDefsType>}
 DiameterDescriptorType createDiameterDescriptorType()
          Create an instance of DiameterDescriptorType
 javax.xml.bind.JAXBElement<java.lang.String> createDiameterDescriptorTypeName(java.lang.String value)
          Create an instance of JAXBElement<String>}
 RcDefType createRcDefType()
          Create an instance of RcDefType
 javax.xml.bind.JAXBElement<java.lang.String> createRcDefTypeMessage(java.lang.String value)
          Create an instance of JAXBElement<String>}
 ResultCodeDefsType createResultCodeDefsType()
          Create an instance of ResultCodeDefsType

 

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: oracle.axia.config.beans.protocol.diameter.common

Method Detail

createAppDefType

public AppDefType createAppDefType()
Create an instance of AppDefType

createAttrDefType

public AttrDefType createAttrDefType()
Create an instance of AttrDefType

createAttrDefTypeFlags

public AttrDefType.Flags createAttrDefTypeFlags()
Create an instance of AttrDefType.Flags

createDiameterCommonConfigType

public DiameterCommonConfigType createDiameterCommonConfigType()
Create an instance of DiameterCommonConfigType

createResultCodeDefsType

public ResultCodeDefsType createResultCodeDefsType()
Create an instance of ResultCodeDefsType

createDiameterDescriptorType

public DiameterDescriptorType createDiameterDescriptorType()
Create an instance of DiameterDescriptorType

createCommandDefsType

public CommandDefsType createCommandDefsType()
Create an instance of CommandDefsType

createAttributeDefsType

public AttributeDefsType createAttributeDefsType()
Create an instance of AttributeDefsType

createRcDefType

public RcDefType createRcDefType()
Create an instance of RcDefType

createCmdDefType

public CmdDefType createCmdDefType()
Create an instance of CmdDefType

createApplicationsType

public ApplicationsType createApplicationsType()
Create an instance of ApplicationsType

createAppDefTypeIsAuth

public AppDefType.IsAuth createAppDefTypeIsAuth()
Create an instance of AppDefType.IsAuth

createAttrDefTypeFlagsMandatory

public AttrDefType.Flags.Mandatory createAttrDefTypeFlagsMandatory()
Create an instance of AttrDefType.Flags.Mandatory

createAttrDefTypeFlagsEndToEndEncryption

public AttrDefType.Flags.EndToEndEncryption createAttrDefTypeFlagsEndToEndEncryption()
Create an instance of AttrDefType.Flags.EndToEndEncryption

createDiameterCommonConfig

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

createRcDefTypeMessage

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

createDiameterCommonConfigTypeCommandDefs

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

createDiameterCommonConfigTypeResultCodeDefs

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

createDiameterCommonConfigTypeAttributeDefs

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

createDiameterDescriptorTypeName

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

createAttrDefTypeFlags

public javax.xml.bind.JAXBElement<AttrDefType.Flags> createAttrDefTypeFlags(AttrDefType.Flags value)
Create an instance of JAXBElement<AttrDefType.Flags>}

Skip navigation links

Oracle Communications Service Broker Platform MBean Java API Reference
6.0

E26173-01


Copyright © 2011, Oracle. All rights reserved.