com.emc.cdp.services.rest.model
Class ObjectFactory

java.lang.Object
  extended by com.emc.cdp.services.rest.model.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.emc.cdp.services.rest.model 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: com.emc.cdp.services.rest.model
 
Method Summary
 Account createAccount()
          Create an instance of Account
 AccountList createAccountList()
          Create an instance of AccountList
 AccountRole createAccountRole()
          Create an instance of AccountRole
 AccountRoleList createAccountRoleList()
          Create an instance of AccountRoleList
 Agreement createAgreement()
          Create an instance of Agreement
 Application createApplication()
          Create an instance of Application
 ApplicationList createApplicationList()
          Create an instance of ApplicationList
 Assignee createAssignee()
          Create an instance of Assignee
 AssigneeList createAssigneeList()
          Create an instance of AssigneeList
 Attribute createAttribute()
          Create an instance of Attribute
 Channel createChannel()
          Create an instance of Channel
 Error createError()
          Create an instance of Error
 Identity createIdentity()
          Create an instance of Identity
 IdentityList createIdentityList()
          Create an instance of IdentityList
 Invitation createInvitation()
          Create an instance of Invitation
 InvitationList createInvitationList()
          Create an instance of InvitationList
 LifecycleEvent createLifecycleEvent()
          Create an instance of LifecycleEvent
 MeteringUsage createMeteringUsage()
          Create an instance of MeteringUsage
 MeteringUsageList createMeteringUsageList()
          Create an instance of MeteringUsageList
 Profile createProfile()
          Create an instance of Profile
 ResourceTag createResourceTag()
          Create an instance of ResourceTag
 ResourceTagList createResourceTagList()
          Create an instance of ResourceTagList
 Subscription createSubscription()
          Create an instance of Subscription
 SubscriptionList createSubscriptionList()
          Create an instance of SubscriptionList
 Subtenant createSubtenant()
          Create an instance of Subtenant
 SubtenantList createSubtenantList()
          Create an instance of SubtenantList
 SupportIssue createSupportIssue()
          Create an instance of SupportIssue
 Token createToken()
          Create an instance of Token
 TokenGroup createTokenGroup()
          Create an instance of TokenGroup
 TokenGroupList createTokenGroupList()
          Create an instance of TokenGroupList
 TokenGroupRole createTokenGroupRole()
          Create an instance of TokenGroupRole
 TokenGroupRoleList createTokenGroupRoleList()
          Create an instance of TokenGroupRoleList
 TokenList createTokenList()
          Create an instance of TokenList
 Usage createUsage()
          Create an instance of Usage
 
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: com.emc.cdp.services.rest.model

Method Detail

createInvitationList

public InvitationList createInvitationList()
Create an instance of InvitationList


createInvitation

public Invitation createInvitation()
Create an instance of Invitation


createIdentityList

public IdentityList createIdentityList()
Create an instance of IdentityList


createIdentity

public Identity createIdentity()
Create an instance of Identity


createAccountRoleList

public AccountRoleList createAccountRoleList()
Create an instance of AccountRoleList


createAccountRole

public AccountRole createAccountRole()
Create an instance of AccountRole


createProfile

public Profile createProfile()
Create an instance of Profile


createAttribute

public Attribute createAttribute()
Create an instance of Attribute


createApplicationList

public ApplicationList createApplicationList()
Create an instance of ApplicationList


createApplication

public Application createApplication()
Create an instance of Application


createSubscription

public Subscription createSubscription()
Create an instance of Subscription


createSubtenant

public Subtenant createSubtenant()
Create an instance of Subtenant


createToken

public Token createToken()
Create an instance of Token


createResourceTagList

public ResourceTagList createResourceTagList()
Create an instance of ResourceTagList


createResourceTag

public ResourceTag createResourceTag()
Create an instance of ResourceTag


createLifecycleEvent

public LifecycleEvent createLifecycleEvent()
Create an instance of LifecycleEvent


createSubtenantList

public SubtenantList createSubtenantList()
Create an instance of SubtenantList


createAssigneeList

public AssigneeList createAssigneeList()
Create an instance of AssigneeList


createAssignee

public Assignee createAssignee()
Create an instance of Assignee


createAccountList

public AccountList createAccountList()
Create an instance of AccountList


createAccount

public Account createAccount()
Create an instance of Account


createTokenGroupRoleList

public TokenGroupRoleList createTokenGroupRoleList()
Create an instance of TokenGroupRoleList


createTokenGroupRole

public TokenGroupRole createTokenGroupRole()
Create an instance of TokenGroupRole


createError

public Error createError()
Create an instance of Error


createAgreement

public Agreement createAgreement()
Create an instance of Agreement


createTokenGroupList

public TokenGroupList createTokenGroupList()
Create an instance of TokenGroupList


createTokenGroup

public TokenGroup createTokenGroup()
Create an instance of TokenGroup


createMeteringUsageList

public MeteringUsageList createMeteringUsageList()
Create an instance of MeteringUsageList


createMeteringUsage

public MeteringUsage createMeteringUsage()
Create an instance of MeteringUsage


createSupportIssue

public SupportIssue createSupportIssue()
Create an instance of SupportIssue


createTokenList

public TokenList createTokenList()
Create an instance of TokenList


createSubscriptionList

public SubscriptionList createSubscriptionList()
Create an instance of SubscriptionList


createChannel

public Channel createChannel()
Create an instance of Channel


createUsage

public Usage createUsage()
Create an instance of Usage



Copyright © 2014. All Rights Reserved.