com.evolveum.midpoint.xml.ns._public.common.fault_1
Class ObjectFactory

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.fault_1.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.evolveum.midpoint.xml.ns._public.common.fault_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.common.fault_1
 
Method Summary
 JAXBElement<FaultType> createFault(FaultType value)
          Create an instance of JAXBElement<FaultType>}
 JAXBElement<IllegalArgumentFaultType> createIllegalArgumentFault(IllegalArgumentFaultType value)
          Create an instance of JAXBElement<IllegalArgumentFaultType>}
 IllegalArgumentFaultType createIllegalArgumentFaultType()
          Create an instance of IllegalArgumentFaultType
 JAXBElement<InapplicableOperationFaultType> createInapplicableOperationFault(InapplicableOperationFaultType value)
          Create an instance of JAXBElement<InapplicableOperationFaultType>}
 InapplicableOperationFaultType createInapplicableOperationFaultType()
          Create an instance of InapplicableOperationFaultType
 JAXBElement<ObjectAlreadyExistsFaultType> createObjectAlreadyExistsFault(ObjectAlreadyExistsFaultType value)
          Create an instance of JAXBElement<ObjectAlreadyExistsFaultType>}
 ObjectAlreadyExistsFaultType createObjectAlreadyExistsFaultType()
          Create an instance of ObjectAlreadyExistsFaultType
 JAXBElement<ObjectNotFoundFaultType> createObjectNotFoundFault(ObjectNotFoundFaultType value)
          Create an instance of JAXBElement<ObjectNotFoundFaultType>}
 ObjectNotFoundFaultType createObjectNotFoundFaultType()
          Create an instance of ObjectNotFoundFaultType
 JAXBElement<ReferentialIntegrityFaultType> createReferentialIntegrityFault(ReferentialIntegrityFaultType value)
          Create an instance of JAXBElement<ReferentialIntegrityFaultType>}
 ReferentialIntegrityFaultType createReferentialIntegrityFaultType()
          Create an instance of ReferentialIntegrityFaultType
 JAXBElement<SchemaViolationFaultType> createSchemaViolationFaul(SchemaViolationFaultType value)
          Create an instance of JAXBElement<SchemaViolationFaultType>}
 SchemaViolationFaultType createSchemaViolationFaultType()
          Create an instance of SchemaViolationFaultType
 JAXBElement<SystemFaultType> createSystemFault(SystemFaultType value)
          Create an instance of JAXBElement<SystemFaultType>}
 SystemFaultType createSystemFaultType()
          Create an instance of SystemFaultType
 JAXBElement<UnsupportedObjectTypeFaultType> createUnsupportedObjectTypeFault(UnsupportedObjectTypeFaultType value)
          Create an instance of JAXBElement<UnsupportedObjectTypeFaultType>}
 UnsupportedObjectTypeFaultType createUnsupportedObjectTypeFaultType()
          Create an instance of UnsupportedObjectTypeFaultType
 JAXBElement<UnsupportedOperationFaultType> createUnsupportedOperationFault(UnsupportedOperationFaultType value)
          Create an instance of JAXBElement<UnsupportedOperationFaultType>}
 UnsupportedOperationFaultType createUnsupportedOperationFaultType()
          Create an instance of UnsupportedOperationFaultType
 
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.common.fault_1

Method Detail

createObjectAlreadyExistsFaultType

public ObjectAlreadyExistsFaultType createObjectAlreadyExistsFaultType()
Create an instance of ObjectAlreadyExistsFaultType


createIllegalArgumentFaultType

public IllegalArgumentFaultType createIllegalArgumentFaultType()
Create an instance of IllegalArgumentFaultType


createSystemFaultType

public SystemFaultType createSystemFaultType()
Create an instance of SystemFaultType


createSchemaViolationFaultType

public SchemaViolationFaultType createSchemaViolationFaultType()
Create an instance of SchemaViolationFaultType


createUnsupportedOperationFaultType

public UnsupportedOperationFaultType createUnsupportedOperationFaultType()
Create an instance of UnsupportedOperationFaultType


createObjectNotFoundFaultType

public ObjectNotFoundFaultType createObjectNotFoundFaultType()
Create an instance of ObjectNotFoundFaultType


createUnsupportedObjectTypeFaultType

public UnsupportedObjectTypeFaultType createUnsupportedObjectTypeFaultType()
Create an instance of UnsupportedObjectTypeFaultType


createInapplicableOperationFaultType

public InapplicableOperationFaultType createInapplicableOperationFaultType()
Create an instance of InapplicableOperationFaultType


createReferentialIntegrityFaultType

public ReferentialIntegrityFaultType createReferentialIntegrityFaultType()
Create an instance of ReferentialIntegrityFaultType


createSystemFault

public JAXBElement<SystemFaultType> createSystemFault(SystemFaultType value)
Create an instance of JAXBElement<SystemFaultType>}


createSchemaViolationFaul

public JAXBElement<SchemaViolationFaultType> createSchemaViolationFaul(SchemaViolationFaultType value)
Create an instance of JAXBElement<SchemaViolationFaultType>}


createObjectNotFoundFault

public JAXBElement<ObjectNotFoundFaultType> createObjectNotFoundFault(ObjectNotFoundFaultType value)
Create an instance of JAXBElement<ObjectNotFoundFaultType>}


createUnsupportedOperationFault

public JAXBElement<UnsupportedOperationFaultType> createUnsupportedOperationFault(UnsupportedOperationFaultType value)
Create an instance of JAXBElement<UnsupportedOperationFaultType>}


createReferentialIntegrityFault

public JAXBElement<ReferentialIntegrityFaultType> createReferentialIntegrityFault(ReferentialIntegrityFaultType value)
Create an instance of JAXBElement<ReferentialIntegrityFaultType>}


createFault

public JAXBElement<FaultType> createFault(FaultType value)
Create an instance of JAXBElement<FaultType>}


createIllegalArgumentFault

public JAXBElement<IllegalArgumentFaultType> createIllegalArgumentFault(IllegalArgumentFaultType value)
Create an instance of JAXBElement<IllegalArgumentFaultType>}


createObjectAlreadyExistsFault

public JAXBElement<ObjectAlreadyExistsFaultType> createObjectAlreadyExistsFault(ObjectAlreadyExistsFaultType value)
Create an instance of JAXBElement<ObjectAlreadyExistsFaultType>}


createInapplicableOperationFault

public JAXBElement<InapplicableOperationFaultType> createInapplicableOperationFault(InapplicableOperationFaultType value)
Create an instance of JAXBElement<InapplicableOperationFaultType>}


createUnsupportedObjectTypeFault

public JAXBElement<UnsupportedObjectTypeFaultType> createUnsupportedObjectTypeFault(UnsupportedObjectTypeFaultType value)
Create an instance of JAXBElement<UnsupportedObjectTypeFaultType>}



Copyright © 2013 evolveum. All Rights Reserved.