com.evolveum.midpoint.xml.ns._public.model.password_1
Class ObjectFactory

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.model.password_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.model.password_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.model.password_1
 
Method Summary
 javax.xml.bind.JAXBElement<PasswordChangeRequestType> createPasswordChangeRequest(PasswordChangeRequestType value)
          Create an instance of JAXBElement<PasswordChangeRequestType>}
 PasswordChangeRequestType createPasswordChangeRequestType()
          Create an instance of PasswordChangeRequestType
 javax.xml.bind.JAXBElement<PasswordChangeResponseType> createPasswordChangeResponse(PasswordChangeResponseType value)
          Create an instance of JAXBElement<PasswordChangeResponseType>}
 PasswordChangeResponseType createPasswordChangeResponseType()
          Create an instance of PasswordChangeResponseType
 javax.xml.bind.JAXBElement<PasswordSynchronizeRequestType> createPasswordSynchronizeRequest(PasswordSynchronizeRequestType value)
          Create an instance of JAXBElement<PasswordSynchronizeRequestType>}
 PasswordSynchronizeRequestType createPasswordSynchronizeRequestType()
          Create an instance of PasswordSynchronizeRequestType
 PasswordSynchronizeRequestType.Identifier createPasswordSynchronizeRequestTypeIdentifier()
          Create an instance of PasswordSynchronizeRequestType.Identifier
 javax.xml.bind.JAXBElement<SelfPasswordChangeRequestType> createSelfPasswordChangeRequest(SelfPasswordChangeRequestType value)
          Create an instance of JAXBElement<SelfPasswordChangeRequestType>}
 SelfPasswordChangeRequestType createSelfPasswordChangeRequestType()
          Create an instance of SelfPasswordChangeRequestType
 TargetAccountType createTargetAccountType()
          Create an instance of TargetAccountType
 
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.model.password_1

Method Detail

createPasswordChangeRequestType

public PasswordChangeRequestType createPasswordChangeRequestType()
Create an instance of PasswordChangeRequestType


createPasswordSynchronizeRequestTypeIdentifier

public PasswordSynchronizeRequestType.Identifier createPasswordSynchronizeRequestTypeIdentifier()
Create an instance of PasswordSynchronizeRequestType.Identifier


createSelfPasswordChangeRequestType

public SelfPasswordChangeRequestType createSelfPasswordChangeRequestType()
Create an instance of SelfPasswordChangeRequestType


createTargetAccountType

public TargetAccountType createTargetAccountType()
Create an instance of TargetAccountType


createPasswordSynchronizeRequestType

public PasswordSynchronizeRequestType createPasswordSynchronizeRequestType()
Create an instance of PasswordSynchronizeRequestType


createPasswordChangeResponseType

public PasswordChangeResponseType createPasswordChangeResponseType()
Create an instance of PasswordChangeResponseType


createPasswordChangeRequest

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


createPasswordSynchronizeRequest

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


createSelfPasswordChangeRequest

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


createPasswordChangeResponse

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



Copyright © 2011 evolveum. All Rights Reserved.