Skip navigation links


oracle.iam.request.template.vo
Class ObjectFactory

java.lang.Object
  extended by oracle.iam.request.template.vo.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.iam.request.template.vo 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.iam.request.template.vo

 

Method Summary
 AdditionalAttribute createAdditionalAttribute()
          Create an instance of AdditionalAttribute
 ApprovalProcess createApprovalProcess()
          Create an instance of ApprovalProcess
 Attribute createAttribute()
          Create an instance of Attribute
 AttributeRestrictions createAttributeRestrictions()
          Create an instance of AttributeRestrictions
 EntityType createEntityType()
          Create an instance of EntityType
 EntityTypes createEntityTypes()
          Create an instance of EntityTypes
 RequestTemplateData createRequestTemplateData()
          Create an instance of RequestTemplateData

 

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: oracle.iam.request.template.vo

Method Detail

createAttributeRestrictions

public AttributeRestrictions createAttributeRestrictions()
Create an instance of AttributeRestrictions

createApprovalProcess

public ApprovalProcess createApprovalProcess()
Create an instance of ApprovalProcess

createEntityTypes

public EntityTypes createEntityTypes()
Create an instance of EntityTypes

createRequestTemplateData

public RequestTemplateData createRequestTemplateData()
Create an instance of RequestTemplateData

createEntityType

public EntityType createEntityType()
Create an instance of EntityType

createAdditionalAttribute

public AdditionalAttribute createAdditionalAttribute()
Create an instance of AdditionalAttribute

createAttribute

public Attribute createAttribute()
Create an instance of Attribute

Skip navigation links


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