public class ObjectFactory extends Object
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 and Description |
---|
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
|
public ObjectFactory()
public UnsupportedOperationFaultType createUnsupportedOperationFaultType()
UnsupportedOperationFaultType
public ObjectNotFoundFaultType createObjectNotFoundFaultType()
ObjectNotFoundFaultType
public UnsupportedObjectTypeFaultType createUnsupportedObjectTypeFaultType()
UnsupportedObjectTypeFaultType
public SystemFaultType createSystemFaultType()
SystemFaultType
public IllegalArgumentFaultType createIllegalArgumentFaultType()
IllegalArgumentFaultType
public ObjectAlreadyExistsFaultType createObjectAlreadyExistsFaultType()
ObjectAlreadyExistsFaultType
public SchemaViolationFaultType createSchemaViolationFaultType()
SchemaViolationFaultType
public InapplicableOperationFaultType createInapplicableOperationFaultType()
InapplicableOperationFaultType
public ReferentialIntegrityFaultType createReferentialIntegrityFaultType()
ReferentialIntegrityFaultType
public JAXBElement<SystemFaultType> createSystemFault(SystemFaultType value)
public JAXBElement<SchemaViolationFaultType> createSchemaViolationFaul(SchemaViolationFaultType value)
public JAXBElement<ObjectNotFoundFaultType> createObjectNotFoundFault(ObjectNotFoundFaultType value)
public JAXBElement<UnsupportedOperationFaultType> createUnsupportedOperationFault(UnsupportedOperationFaultType value)
public JAXBElement<ReferentialIntegrityFaultType> createReferentialIntegrityFault(ReferentialIntegrityFaultType value)
public JAXBElement<FaultType> createFault(FaultType value)
public JAXBElement<IllegalArgumentFaultType> createIllegalArgumentFault(IllegalArgumentFaultType value)
public JAXBElement<ObjectAlreadyExistsFaultType> createObjectAlreadyExistsFault(ObjectAlreadyExistsFaultType value)
public JAXBElement<InapplicableOperationFaultType> createInapplicableOperationFault(InapplicableOperationFaultType value)
public JAXBElement<UnsupportedObjectTypeFaultType> createUnsupportedObjectTypeFault(UnsupportedObjectTypeFaultType value)
Copyright © 2013 evolveum. All rights reserved.