Skip navigation links


oracle.iam.request.history.jaxb
Class ObjectFactory

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

 

Method Summary
 ApprovalChange createApprovalChange()
          Create an instance of ApprovalChange
 AssignmentChange createAssignmentChange()
          Create an instance of AssignmentChange
 Attribute createAttribute()
          Create an instance of Attribute
 BeneficiaryChange createBeneficiaryChange()
          Create an instance of BeneficiaryChange
 ChildEntity createChildEntity()
          Create an instance of ChildEntity
 ChildRecord createChildRecord()
          Create an instance of ChildRecord
 DeletedRecord createDeletedRecord()
          Create an instance of DeletedRecord
 EntityChange createEntityChange()
          Create an instance of EntityChange
 EntityModified createEntityModified()
          Create an instance of EntityModified
 ModifiedRecord createModifiedRecord()
          Create an instance of ModifiedRecord
 NewRecord createNewRecord()
          Create an instance of NewRecord
 javax.xml.bind.JAXBElement createRequestHistory(RequestHistoryType value)
          Create an instance of JAXBElement<RequestHistoryType>}
 RequestHistoryType createRequestHistoryType()
          Create an instance of RequestHistoryType
 StatusChange createStatusChange()
          Create an instance of StatusChange
 Task createTask()
          Create an instance of Task
 TaskStatusChange createTaskStatusChange()
          Create an instance of TaskStatusChange

 

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.history.jaxb

Method Detail

createModifiedRecord

public ModifiedRecord createModifiedRecord()
Create an instance of ModifiedRecord

createChildEntity

public ChildEntity createChildEntity()
Create an instance of ChildEntity

createEntityChange

public EntityChange createEntityChange()
Create an instance of EntityChange

createRequestHistoryType

public RequestHistoryType createRequestHistoryType()
Create an instance of RequestHistoryType

createApprovalChange

public ApprovalChange createApprovalChange()
Create an instance of ApprovalChange

createChildRecord

public ChildRecord createChildRecord()
Create an instance of ChildRecord

createAssignmentChange

public AssignmentChange createAssignmentChange()
Create an instance of AssignmentChange

createTask

public Task createTask()
Create an instance of Task

createTaskStatusChange

public TaskStatusChange createTaskStatusChange()
Create an instance of TaskStatusChange

createAttribute

public Attribute createAttribute()
Create an instance of Attribute

createNewRecord

public NewRecord createNewRecord()
Create an instance of NewRecord

createBeneficiaryChange

public BeneficiaryChange createBeneficiaryChange()
Create an instance of BeneficiaryChange

createDeletedRecord

public DeletedRecord createDeletedRecord()
Create an instance of DeletedRecord

createEntityModified

public EntityModified createEntityModified()
Create an instance of EntityModified

createStatusChange

public StatusChange createStatusChange()
Create an instance of StatusChange

createRequestHistory

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

Skip navigation links


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