com.evolveum.midpoint.xml.ns._public.resource.capabilities_1
Class ObjectFactory

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.resource.capabilities_1.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 com.evolveum.midpoint.xml.ns._public.resource.capabilities_1 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.evolveum.midpoint.xml.ns._public.resource.capabilities_1
 
Method Summary
 javax.xml.bind.JAXBElement<ActivationCapabilityType> createActivation(ActivationCapabilityType value)
          Create an instance of JAXBElement<ActivationCapabilityType>}
 ActivationCapabilityType createActivationCapabilityType()
          Create an instance of ActivationCapabilityType
 ActivationCapabilityType.EnableDisable createActivationCapabilityTypeEnableDisable()
          Create an instance of ActivationCapabilityType.EnableDisable
 javax.xml.bind.JAXBElement<CredentialsCapabilityType> createCredentials(CredentialsCapabilityType value)
          Create an instance of JAXBElement<CredentialsCapabilityType>}
 CredentialsCapabilityType createCredentialsCapabilityType()
          Create an instance of CredentialsCapabilityType
 javax.xml.bind.JAXBElement<LiveSyncCapabilityType> createLiveSync(LiveSyncCapabilityType value)
          Create an instance of JAXBElement<LiveSyncCapabilityType>}
 LiveSyncCapabilityType createLiveSyncCapabilityType()
          Create an instance of LiveSyncCapabilityType
 PasswordCapabilityType createPasswordCapabilityType()
          Create an instance of PasswordCapabilityType
 javax.xml.bind.JAXBElement<ScriptCapabilityType> createScript(ScriptCapabilityType value)
          Create an instance of JAXBElement<ScriptCapabilityType>}
 ScriptCapabilityType createScriptCapabilityType()
          Create an instance of ScriptCapabilityType
 ScriptCapabilityType.Host createScriptCapabilityTypeHost()
          Create an instance of ScriptCapabilityType.Host
 javax.xml.bind.JAXBElement<TestConnectionCapabilityType> createTestConnection(TestConnectionCapabilityType value)
          Create an instance of JAXBElement<TestConnectionCapabilityType>}
 TestConnectionCapabilityType createTestConnectionCapabilityType()
          Create an instance of TestConnectionCapabilityType
 
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.evolveum.midpoint.xml.ns._public.resource.capabilities_1

Method Detail

createTestConnectionCapabilityType

public TestConnectionCapabilityType createTestConnectionCapabilityType()
Create an instance of TestConnectionCapabilityType


createActivationCapabilityType

public ActivationCapabilityType createActivationCapabilityType()
Create an instance of ActivationCapabilityType


createScriptCapabilityTypeHost

public ScriptCapabilityType.Host createScriptCapabilityTypeHost()
Create an instance of ScriptCapabilityType.Host


createPasswordCapabilityType

public PasswordCapabilityType createPasswordCapabilityType()
Create an instance of PasswordCapabilityType


createCredentialsCapabilityType

public CredentialsCapabilityType createCredentialsCapabilityType()
Create an instance of CredentialsCapabilityType


createLiveSyncCapabilityType

public LiveSyncCapabilityType createLiveSyncCapabilityType()
Create an instance of LiveSyncCapabilityType


createScriptCapabilityType

public ScriptCapabilityType createScriptCapabilityType()
Create an instance of ScriptCapabilityType


createActivationCapabilityTypeEnableDisable

public ActivationCapabilityType.EnableDisable createActivationCapabilityTypeEnableDisable()
Create an instance of ActivationCapabilityType.EnableDisable


createTestConnection

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


createCredentials

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


createActivation

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


createLiveSync

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


createScript

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



Copyright © 2012 evolveum. All Rights Reserved.