Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.7.2)

E10686-10


oracle.adf.share.jndi.xml.v2
Class ObjectFactory

java.lang.Object
  extended by oracle.adf.share.jndi.xml.v2.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.adf.share.jndi.xml.v2 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.adf.share.jndi.xml.v2

 

Method Summary
 AnyXmlType createAnyXmlType()
          Create an instance of AnyXmlType
 PropertyType createPropertyType()
          Create an instance of PropertyType
 RefAddressListType createRefAddressListType()
          Create an instance of RefAddressListType
 RefAddrType createRefAddrType()
          Create an instance of RefAddrType
 ReferenceFactoryType createReferenceFactoryType()
          Create an instance of ReferenceFactoryType
 ReferenceListType createReferenceListType()
          Create an instance of ReferenceListType
 javax.xml.bind.JAXBElement<ReferenceListType> createReferences(ReferenceListType value)
          Create an instance of JAXBElement<ReferenceListType>}
 ReferenceType createReferenceType()
          Create an instance of ReferenceType
 SecureRefAddrType createSecureRefAddrType()
          Create an instance of SecureRefAddrType
 StringRefAddrType createStringRefAddrType()
          Create an instance of StringRefAddrType
 XmlRefAddrType createXmlRefAddrType()
          Create an instance of XmlRefAddrType

 

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.adf.share.jndi.xml.v2

Method Detail

createReferenceListType

public ReferenceListType createReferenceListType()
Create an instance of ReferenceListType

createAnyXmlType

public AnyXmlType createAnyXmlType()
Create an instance of AnyXmlType

createReferenceType

public ReferenceType createReferenceType()
Create an instance of ReferenceType

createPropertyType

public PropertyType createPropertyType()
Create an instance of PropertyType

createSecureRefAddrType

public SecureRefAddrType createSecureRefAddrType()
Create an instance of SecureRefAddrType

createRefAddrType

public RefAddrType createRefAddrType()
Create an instance of RefAddrType

createReferenceFactoryType

public ReferenceFactoryType createReferenceFactoryType()
Create an instance of ReferenceFactoryType

createRefAddressListType

public RefAddressListType createRefAddressListType()
Create an instance of RefAddressListType

createXmlRefAddrType

public XmlRefAddrType createXmlRefAddrType()
Create an instance of XmlRefAddrType

createStringRefAddrType

public StringRefAddrType createStringRefAddrType()
Create an instance of StringRefAddrType

createReferences

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.7.2)

E10686-10


Copyright © 1997, 2013, Oracle. All rights reserved.